类 CalibrateRobertson
- java.lang.Object
-
- org.opencv.core.Algorithm
-
- org.opencv.photo.CalibrateCRF
-
- org.opencv.photo.CalibrateRobertson
-
public class CalibrateRobertson extends CalibrateCRF
通过最小化作为线性系统的目标函数,为每个亮度值提取逆相机响应函数。 该算法使用所有图像像素。 有关更多信息,请参见 CITE: RB99 。
-
-
构造函数摘要
构造函数 修饰符 构造函数 描述 保护CalibrateRobertson(long addr)
-
方法摘要
所有方法 静态方法 实例方法 具体方法 修饰符和类型 方法 描述 static CalibrateRobertson__fromPtr__(long addr)protected voidfinalize()intgetMaxIter()MatgetRadiance()floatgetThreshold()voidsetMaxIter(int max_iter)voidsetThreshold(float threshold)-
从类 org.opencv.photo.CalibrateCRF 继承的方法
process
-
从类 org.opencv.core.Algorithm 继承的方法
clear, empty, getDefaultName, getNativeObjAddr, save
-
-
-
-
方法详细信息
-
__fromPtr__
public static CalibrateRobertson __fromPtr__(long addr)
-
getMaxIter
public int getMaxIter()
-
setMaxIter
public void setMaxIter(int max_iter)
-
getThreshold
public float getThreshold()
-
setThreshold
public void setThreshold(float threshold)
-
getRadiance
public Mat getRadiance()
-
finalize
protected void finalize() throws java.lang.Throwable- 重写
finalize在类CalibrateCRF中- 抛出
java.lang.Throwable
-
-