필터 지우기
필터 지우기

Read part of frames

조회 수: 1 (최근 30일)
razevedo
razevedo 2011년 7월 18일
How i read for exemple 10 in 10 frames of a video in matlab?

채택된 답변

Nuno
Nuno 2011년 7월 18일
You can use:
nframes = fileinfo.NumFrames;
i = 1:10:nframes
  댓글 수: 1
Walter Roberson
Walter Roberson 2011년 7월 18일
Note: if the video is stored with variable frame rate, then you will have to read to the end of the video file first before you can determine how many frames were present.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by