Package org.opencv.photo
Class CalibrateRobertson
java.lang.Object
org.opencv.core.Algorithm
org.opencv.photo.CalibrateCRF
org.opencv.photo.CalibrateRobertson
public class CalibrateRobertson extends CalibrateCRF
Inverse camera response function is extracted for each brightness value by minimizing an objective
function as linear system. This algorithm uses all image pixels.
For more information see CITE: RB99 .
-
Field Summary
-
Constructor Summary
Constructors Modifier Constructor Description protectedCalibrateRobertson(long addr) -
Method Summary
Modifier and Type Method Description static CalibrateRobertson__fromPtr__(long addr)protected voidfinalize()intgetMaxIter()MatgetRadiance()floatgetThreshold()voidsetMaxIter(int max_iter)voidsetThreshold(float threshold)Methods inherited from class org.opencv.core.Algorithm
clear, empty, getDefaultName, getNativeObjAddr, save
-
Constructor Details
-
Method Details
-
__fromPtr__
-
getMaxIter
-
setMaxIter
-
getThreshold
-
setThreshold
-
getRadiance
-
finalize
- Overrides:
finalizein classCalibrateCRF- Throws:
Throwable
-