Class MergeExposures

    • Constructor Detail

      • MergeExposures

        protected MergeExposures​(long addr)
    • Method Detail

      • __fromPtr__

        public static MergeExposures __fromPtr__​(long addr)
      • process

        public void process​(java.util.List<Mat> src,
                            Mat dst,
                            Mat times,
                            Mat response)
        Merges images.
        Parameters:
        src - vector of input images
        dst - result image
        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