Class AlignExposures

java.lang.Object
org.opencv.core.Algorithm
org.opencv.photo.AlignExposures
Direct Known Subclasses:
AlignMTB

public class AlignExposures extends Algorithm
The base class for algorithms that align images of the same scene with different exposures
  • Constructor Details

    • AlignExposures

      protected AlignExposures(long addr)
  • Method Details

    • __fromPtr__

      public static AlignExposures __fromPtr__(long addr)
    • process

      public void process(List<Mat> src, List<Mat> dst, Mat times, Mat response)
      Aligns images
      Parameters:
      src - vector of input images
      dst - vector of aligned images
      times - vector of exposure time values for each image
      response - 256x1 matrix with inverse camera response function for each pixel value, it should have the same number of channels as images.
    • finalize

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