How do I detect a change in a 3 frame sequence of images?
3 次查看(过去 30 天)
显示 更早的评论
I need to detect smoke in a 3 frame image sequence with time difference.
I segmented some suspicious regions in the image. I need a method to detect if there are changes in the region by using frames. I calculated the NCC value of the region between two frames, but need other methods to decide about smoke.
0 个评论
回答(1 个)
Sean de Wolski
2011-6-14
how about an image subtraction or absolute difference?
doc imsubtract
doc imabsdiff
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!