how to apply Motion detection in a sequence of images saved in a folder and only the Motion detected image/frame should be shown/saved again
2 ビュー (過去 30 日間)
古いコメントを表示
i have a sequence of images saved in a folder for example frame1.jpg frame2.jpg....frame20.jpg
fileNames = arrayfun( @(x) fullfile( 'F:\Matlab Programs\matlab\new\Gui_img', x.name ), a, 'UniformOutput', false );
i have saved all in an array fileNames ..now i have to detect motion on this images ie frame1.jpg is different from frame2.jsp save frame2.jsp in separate folder or just use imshow and show only motion detected frame image...
folder in which i have the sequence of 28 images
0 件のコメント
回答 (1 件)
Image Analyst
2013 年 12 月 31 日
Try my attached demo.
But perhaps a better way is to look at optical flow.
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!