Class FastGlobalSmootherFilter

java.lang.Object
org.opencv.core.Algorithm
org.opencv.ximgproc.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 Details

    • FastGlobalSmootherFilter

      protected FastGlobalSmootherFilter(long addr)
  • Method Details

    • __fromPtr__

      public static FastGlobalSmootherFilter __fromPtr__(long addr)
    • 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 Throwable
      Overrides:
      finalize in class Algorithm
      Throws:
      Throwable