フィルターのクリア

How to cut frames from video and then automatically crop the area of interest in all frames.

8 ビュー (過去 30 日間)
eventually build 3D plot with this images, with third dimension as a time evolution of images.

採用された回答

Image Analyst
Image Analyst 2013 年 5 月 28 日
What is a 3D plot? Did you try VideoReader to extract frames, and just imcrop or normal indexing to extract the ROI?
  35 件のコメント
Image Analyst
Image Analyst 2013 年 5 月 31 日
Yep, so you just did
greenLine = thisFrame(row1:row2, 490:510, 2);
and it all worked for you. Glad I could help. We're all done now, right?
Davit Hakobyan
Davit Hakobyan 2013 年 6 月 1 日
Yes I have wrote one bye myself and adjusted your demo, now I am done with this and have to codes. Now I need indexed color surfaces. Urgent I am on it, if you know how to find stuff like that tell me.

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

その他の回答 (0 件)

Community Treasure Hunt

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

Start Hunting!

Translated by