Class WhiteBalancer

    • Constructor Detail

      • WhiteBalancer

        protected WhiteBalancer​(long addr)
    • Method Detail

      • __fromPtr__

        public static WhiteBalancer __fromPtr__​(long addr)
      • balanceWhite

        public void balanceWhite​(Mat src,
                                 Mat dst)
        Applies white balancing to the input image
        Parameters:
        src - Input image
        dst - White balancing result SEE: cvtColor, equalizeHist
      • finalize

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