Package org.opencv.photo
Class CalibrateDebevec
java.lang.Object
org.opencv.core.Algorithm
org.opencv.photo.CalibrateCRF
org.opencv.photo.CalibrateDebevec
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 -
Method Summary
Modifier and TypeMethodDescriptionstatic CalibrateDebevec
__fromPtr__
(long addr) protected void
finalize()
float
boolean
int
void
setLambda
(float lambda) void
setRandom
(boolean random) void
setSamples
(int samples) Methods inherited from class org.opencv.photo.CalibrateCRF
process
Methods inherited from class org.opencv.core.Algorithm
clear, empty, getDefaultName, getNativeObjAddr, save
-
Constructor Details
-
CalibrateDebevec
protected CalibrateDebevec(long addr)
-
-
Method Details
-
__fromPtr__
-
getLambda
public float getLambda() -
setLambda
public void setLambda(float lambda) -
getSamples
public int getSamples() -
setSamples
public void setSamples(int samples) -
getRandom
public boolean getRandom() -
setRandom
public void setRandom(boolean random) -
finalize
- Overrides:
finalize
in classCalibrateCRF
- Throws:
Throwable
-