How do I detect a change in a 3 frame sequence of images?

3 ビュー (過去 30 日間)
azarm
azarm 2011 年 6 月 14 日
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.

回答 (1 件)

Sean de Wolski
Sean de Wolski 2011 年 6 月 14 日
how about an image subtraction or absolute difference?
doc imsubtract
doc imabsdiff
  1 件のコメント
azarm
azarm 2011 年 6 月 15 日
well, actually i tried it before. the problem is with compact smoke in close-up range that doesn't chang that much in the sequence. Using diff, the object in some cases would be erased.

サインインしてコメントする。

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by