Package org.opencv.photo
Class CalibrateRobertson
java.lang.Object
org.opencv.core.Algorithm
org.opencv.photo.CalibrateCRF
org.opencv.photo.CalibrateRobertson
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 -
Method Summary
Modifier and TypeMethodDescriptionstatic CalibrateRobertson
__fromPtr__
(long addr) protected void
finalize()
int
float
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
-
Constructor Details
-
CalibrateRobertson
protected CalibrateRobertson(long addr)
-
-
Method Details
-
__fromPtr__
-
getMaxIter
public int getMaxIter() -
setMaxIter
public void setMaxIter(int max_iter) -
getThreshold
public float getThreshold() -
setThreshold
public void setThreshold(float threshold) -
getRadiance
-
finalize
- Overrides:
finalize
in classCalibrateCRF
- Throws:
Throwable
-