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 protected
CalibrateRobertson(long addr)
-
Method Summary
Modifier and Type Method Description static CalibrateRobertson
__fromPtr__(long addr)
protected void
finalize()
int
getMaxIter()
Mat
getRadiance()
float
getThreshold()
void
setMaxIter(int max_iter)
void
setThreshold(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:
finalize
in classCalibrateCRF
- Throws:
Throwable
-