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 Details

    • CalibrateRobertson

      protected CalibrateRobertson(long addr)
  • Method Details

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