Class FastGlobalSmootherFilter


  • public class FastGlobalSmootherFilter
    extends Algorithm
    Interface for implementations of Fast Global Smoother filter. For more details about this filter see CITE: Min2014 and CITE: Farbman2008 .
    • Constructor Detail

      • FastGlobalSmootherFilter

        protected FastGlobalSmootherFilter​(long addr)
    • Method Detail

      • filter

        public void filter​(Mat src,
                           Mat dst)
        Apply smoothing operation to the source image.
        Parameters:
        src - source image for filtering with unsigned 8-bit or signed 16-bit or floating-point 32-bit depth and up to 4 channels.
        dst - destination image.
      • finalize

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