Class Tonemap

    • Constructor Detail

      • Tonemap

        protected Tonemap​(long addr)
    • Method Detail

      • __fromPtr__

        public static Tonemap __fromPtr__​(long addr)
      • process

        public void process​(Mat src,
                            Mat dst)
        Tonemaps image
        Parameters:
        src - source image - CV_32FC3 Mat (float 32 bits 3 channels)
        dst - destination image - CV_32FC3 Mat with values in [0, 1] range
      • getGamma

        public float getGamma()
      • setGamma

        public void setGamma​(float gamma)
      • finalize

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