Class 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 Detail

      • AlignExposures

        protected AlignExposures​(long addr)
    • Method Detail

      • __fromPtr__

        public static AlignExposures __fromPtr__​(long addr)
      • process

        public void process​(java.util.List<Mat> src,
                            java.util.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 java.lang.Throwable
        Overrides:
        finalize in class Algorithm
        Throws:
        java.lang.Throwable