フィルターのクリア

Taking images from a video

1 回表示 (過去 30 日間)
abeer
abeer 2012 年 3 月 17 日
My research is about a 3D visual sensor. Taking images via a usb camera, and determining the orientation of the captured object in space from a frame to the other. If I took a video (30fps), How can I separate it to those 30 images? Each in a variable to apply the algorithm on each separately?

採用された回答

Onomitra Ghosh
Onomitra Ghosh 2012 年 3 月 19 日
I am guessing that you already have a video file. If that is the case then you can use the VideoReader class to read the frames into MATLAB.
If you are actually talking about applying your algorithm while acquiring the images, then you already have the images individually in MATLAB variables.
  1 件のコメント
abeer
abeer 2012 年 3 月 20 日
Yes, it worked. Thank you

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

その他の回答 (0 件)

Community Treasure Hunt

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

Start Hunting!

Translated by