필터 지우기
필터 지우기

How to know the number of frames in a single image?

조회 수: 5 (최근 30일)
Naif Alsalem
Naif Alsalem 2022년 4월 3일
댓글: Naif Alsalem 2022년 4월 7일
Hi there,
I have a .RAW image that contains many frames. Is there a way to know how many frames are there in a single image?
  댓글 수: 8
Walter Roberson
Walter Roberson 2022년 4월 7일
mean(I, 3)
would average the pixels over the third dimension.
Naif Alsalem
Naif Alsalem 2022년 4월 7일
Thanks, Walter.

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

답변 (1개)

Esha Chakraborty
Esha Chakraborty 2022년 4월 6일
Hi Naif,
I understand that you want to find the number of frames in a single RAW image. You can retrieve this data from the Preview of the Image Acquisition toolbox, that displays the image data from your image acquisition device.
If you toggle the Preview switch to On, then it displays status messages below the tab, when you capture an image snapshot or record a video. The messages provide information about the current acquisition mode, the number of frames or seconds captured, and the file name or workspace variable name that the data is saved as.
You can refer to the documentation of Preview and Acquire Data in Image Acquisition Explorer - MATLAB & Simulink (mathworks.com) for further details.
  댓글 수: 1
Walter Roberson
Walter Roberson 2022년 4월 6일
It is not obvious to me that this is relevant? The user has a existing .RAW file that was created by an infrared sensor; they are not using the Image Acquisition Toolbox. (At some point it might make sense for them to switch to live work using that toolbox, but currently they are working with stored files.)

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

제품


릴리스

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by