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 .
-
Method Summary
Modifier and TypeMethodDescriptionstatic CalibrateRobertson__fromPtr__(long addr) intfloatvoidsetMaxIter(int max_iter) voidsetThreshold(float threshold) Methods inherited from class org.opencv.photo.CalibrateCRF
processMethods inherited from class org.opencv.core.Algorithm
clear, empty, getDefaultName, getNativeObjAddr, save
-
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
-