Class CalibrateCRF

    • Constructor Detail

      • CalibrateCRF

        protected CalibrateCRF​(long addr)
    • Method Detail

      • __fromPtr__

        public static CalibrateCRF __fromPtr__​(long addr)
      • process

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