MATLAB File Help: cv.CalibrateDebevec | Index |
Camera Response Calibration algorithm
Inverse camera response function is extracted for each brightness value by minimizing an objective function as linear system. Objective function is constructed using pixel values on the same position in all images, extra term is added to make the result smoother.
For more information see [DM97].
[DM97]:
Paul E Debevec and Jitendra Malik. "Recovering high dynamic range radiance maps from photographs". In ACM SIGGRAPH 2008 classes, page 31. ACM, 2008.
Superclasses | handle |
Sealed | false |
Construct on load | false |
CalibrateDebevec | Creates CalibrateDebevec object |
Lambda | smoothness term weight. |
Random | if true sample pixel locations are chosen at random, otherwise |
Samples | number of pixel locations to use. |
id | Object ID |
addlistener | Add listener for event. | |
delete | Destructor | |
eq | == (EQ) Test handle equality. | |
findobj | Find objects matching specified conditions. | |
findprop | Find property of MATLAB handle object. | |
ge | >= (GE) Greater than or equal relation for handles. | |
gt | > (GT) Greater than relation for handles. | |
Sealed | isvalid | Test handle validity. |
le | <= (LE) Less than or equal relation for handles. | |
lt | < (LT) Less than relation for handles. | |
ne | ~= (NE) Not equal relation for handles. | |
notify | Notify listeners of event. | |
process | Recovers inverse camera response |