필터 지우기
필터 지우기

Aperture & Shutter Speed Information Extraction

조회 수: 3 (최근 30일)
Guan Zhao
Guan Zhao 2013년 3월 13일
Good day,
I am attempting to extract an image's aperture and shutter speed information using MatLab to perform some calculations and processing, and I am wondering if I am able to do so using any particular functions.
Regards
Guan Zhao

답변 (1개)

Walter Roberson
Walter Roberson 2013년 3월 13일
You might be able to use exifread() or the newer imfinfo
But the information might not have been recorded in exif (e.g. on my camera it does not record aperture if the camera is set to its Automatic setting mode.)
If your image is TIFF the image might also be recorded as a TIFF tag; see http://www.mathworks.com/help/matlab/ref/tiffclass.html

카테고리

Help CenterFile Exchange에서 MATLAB Support Package for IP Cameras에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by