Method CreateGuidedFilter
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
CreateGuidedFilter(InputArray, int, double)
Factory method, create instance of GuidedFilter and produce initialization routines.
public static GuidedFilter CreateGuidedFilter(InputArray guide, int radius, double eps)
Parameters
guideInputArrayguided image (or array of images) with up to 3 channels, if it have more then 3 channels then only first 3 channels will be used.
radiusintradius of Guided Filter.
epsdoubleregularization term of Guided Filter. eps^2 is similar to the sigma in the color space into bilateralFilter.