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 .
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
CalibrateRobertson(long addr)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods 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.photo.CalibrateCRF
process
-
Methods inherited from class org.opencv.core.Algorithm
clear, empty, getDefaultName, getNativeObjAddr, save
-
-
-
-
Method Detail
-
__fromPtr__
public static CalibrateRobertson __fromPtr__(long addr)
-
getRadiance
public Mat getRadiance()
-
getThreshold
public float getThreshold()
-
getMaxIter
public int getMaxIter()
-
setMaxIter
public void setMaxIter(int max_iter)
-
setThreshold
public void setThreshold(float threshold)
-
finalize
protected void finalize() throws java.lang.Throwable
- Overrides:
finalize
in classCalibrateCRF
- Throws:
java.lang.Throwable
-
-