what is the purpose of this line of Kalman filter coding
Show older comments
hello
why we need the following line of kalman filter code, could any person provide me with clear Demo
diffimg = (abs(imcurrent(:,:,1 )-imbkg(:,:,1))>th)| (abs(imcurrent(:,:,2)-imbkg(:,:,2))>th)| (abs(imcurrent(:,:,3)-imbkg(:,:,3))>th);
Accepted Answer
More Answers (0)
Categories
Find more on Image Category Classification in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!