Package org.opencv.photo
Class CalibrateDebevec
java.lang.Object
org.opencv.core.Algorithm
org.opencv.photo.CalibrateCRF
org.opencv.photo.CalibrateDebevec
public class CalibrateDebevec extends CalibrateCRF
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 CITE: DM97 .
-
Field Summary
-
Constructor Summary
Constructors Modifier Constructor Description protectedCalibrateDebevec(long addr) -
Method Summary
Modifier and Type Method Description static CalibrateDebevec__fromPtr__(long addr)protected voidfinalize()floatgetLambda()booleangetRandom()intgetSamples()voidsetLambda(float lambda)voidsetRandom(boolean random)voidsetSamples(int samples)Methods inherited from class org.opencv.core.Algorithm
clear, empty, getDefaultName, getNativeObjAddr, save
-
Constructor Details
-
Method Details
-
__fromPtr__
-
getLambda
-
setLambda
-
getSamples
-
setSamples
-
getRandom
-
setRandom
-
finalize
- Overrides:
finalizein classCalibrateCRF- Throws:
Throwable
-