Class FastGlobalSmootherFilter
- Namespace
- OpenCvSharp.XImgProc
- Assembly
- OpenCvSharp.dll
Interface for implementations of Fast Global Smoother filter.
public class FastGlobalSmootherFilter : Algorithm, IDisposable
- Inheritance
-
FastGlobalSmootherFilter
- Implements
- Inherited Members
Methods
- Create(InputArray, double, double, double, int)
Factory method, create instance of FastGlobalSmootherFilter and execute the initialization routines.
- Filter(InputArray, OutputArray)
Apply smoothing operation to the source image.