camresponse
Estimate camera response function
Syntax
Description
estimates the camera response function from a set of spatially registered LDR images stored
as an crf
= camresponse(imds
)ImageDatastore
object,
imds
.
Examples
Input Arguments
Output Arguments
Tips
This function requires a minimum of two images with different exposure times. A larger number of images yields a better estimate of
crf
at the expense of more processing time.The input image files in
files
andimds
must contain the Exchangeable Image File Format (EXIF) exposure metadata. To estimate thecrf
values, the function reads the exposure time in the EXIF metadata. If you specifyexpTimes
, the function overrides the exposure time in the EXIF metadata.
References
[1] Debevec, P.E., and J. Malik. "Recovering High Dynamic Range Radiance Maps from Photographs." In ACM SIGGRAPH 2008 classes, Article No. 31. New York, NY: ACM, 2008.
Version History
Introduced in R2019a