Class CalibrateCRF

java.lang.Object
org.opencv.core.Algorithm
org.opencv.photo.CalibrateCRF
Direct Known Subclasses:
CalibrateDebevec, CalibrateRobertson

public class CalibrateCRF extends Algorithm
The base class for camera response calibration algorithms.
  • Constructor Details

    • CalibrateCRF

      protected CalibrateCRF(long addr)
  • Method Details

    • __fromPtr__

      public static CalibrateCRF __fromPtr__(long addr)
    • process

      public void process(List<Mat> src, Mat dst, Mat times)
      Recovers inverse camera response.
      Parameters:
      src - vector of input images
      dst - 256x1 matrix with inverse camera response function
      times - vector of exposure time values for each image
    • finalize

      protected void finalize() throws Throwable
      Overrides:
      finalize in class Algorithm
      Throws:
      Throwable