类 CalibrateRobertson
- java.lang.Object
-
- org.opencv.core.Algorithm
-
- org.opencv.photo.CalibrateCRF
-
- org.opencv.photo.CalibrateRobertson
-
public class CalibrateRobertson extends CalibrateCRF
通过将目标函数最小化作为线性系统,为每个亮度值提取反向相机响应函数。此算法使用所有图像像素。更多信息请参见 CITE: RB99。
-
-
构造函数摘要
构造函数 修饰符 构造函数 描述 protected
CalibrateRobertson(long addr)
-
方法摘要
所有方法 静态方法 实例方法 具体方法 修饰符和类型 方法 描述 static CalibrateRobertson
__fromPtr__(long addr)
protected void
finalize()
int
getMaxIter()
Mat
getRadiance()
float
getThreshold()
void
setMaxIter(int max_iter)
void
setThreshold(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
-
-