Bounding box code for a video to select a particular image...

4 ビュー (過去 30 日間)
Ramya Sampath
Ramya Sampath 2012 年 10 月 15 日
I found accumulated motion in a video... But its not giving clear picture... So i need to select the image only in each frame in the video(weizmann dataset daria bend video)... Can anyone help me with the code for bounding box to select automatically the image in all the frames in that video... that video having 84frames....!
  2 件のコメント
Image Analyst
Image Analyst 2012 年 10 月 15 日
Possibly. Where is your video? You forgot to tell us the URL of where you uploaded it.
Ramya Sampath
Ramya Sampath 2012 年 10 月 16 日
http://www.wisdom.weizmann.ac.il/~vision/SpaceTimeActions.html Here scroll the page u find heading as Clasiification Database there u select any video.. I selected bend...

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

回答 (1 件)

Image Analyst
Image Analyst 2012 年 10 月 16 日
First of all, I don't know what this means: "select automatically the image in all the frames". A frame is an image. So to select the image, you simply get the frame from the video. If you want to crop it, you can call imcrop(), once you've determined the top row, bottom row, left column, and right column.
We can't spend the time to learn the paper, explain it to you, and code it up for you. You'll have to do that yourself. i hope you understand.
  1 件のコメント
Ramya Sampath
Ramya Sampath 2012 年 10 月 16 日
編集済み: Ramya Sampath 2012 年 10 月 18 日
Thanks for ur help sir.. Myself got the output for bounding box for a video clearly....

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

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by