Class CalibrateRobertson


  • public class CalibrateRobertson
    extends CalibrateCRF
    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 .
    • Constructor Detail

      • CalibrateRobertson

        protected CalibrateRobertson​(long addr)
    • Method Detail

      • 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
        Overrides:
        finalize in class CalibrateCRF
        Throws:
        java.lang.Throwable