类 CalibrateRobertson


  • public class CalibrateRobertson
    extends CalibrateCRF
    通过将目标函数最小化作为线性系统,为每个亮度值提取反向相机响应函数。此算法使用所有图像像素。更多信息请参见 CITE: RB99。
    • 构造函数详情

      • CalibrateRobertson

        protected CalibrateRobertson​(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