Click or drag to resize
XImgprocInvokeGuidedFilter Method
http://www.emgu.com

[Missing <summary> documentation for "M:Emgu.CV.XImgproc.XImgprocInvoke.GuidedFilter(Emgu.CV.IInputArray,Emgu.CV.IInputArray,Emgu.CV.IOutputArray,System.Int32,System.Double,System.Int32)"]

Namespace: Emgu.CV.XImgproc
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntax
public static void GuidedFilter(
	IInputArray guide,
	IInputArray src,
	IOutputArray dst,
	int radius,
	double eps,
	int dDepth
)

Parameters

guide
Type: Emgu.CVIInputArray

[Missing <param name="guide"/> documentation for "M:Emgu.CV.XImgproc.XImgprocInvoke.GuidedFilter(Emgu.CV.IInputArray,Emgu.CV.IInputArray,Emgu.CV.IOutputArray,System.Int32,System.Double,System.Int32)"]

src
Type: Emgu.CVIInputArray

[Missing <param name="src"/> documentation for "M:Emgu.CV.XImgproc.XImgprocInvoke.GuidedFilter(Emgu.CV.IInputArray,Emgu.CV.IInputArray,Emgu.CV.IOutputArray,System.Int32,System.Double,System.Int32)"]

dst
Type: Emgu.CVIOutputArray

[Missing <param name="dst"/> documentation for "M:Emgu.CV.XImgproc.XImgprocInvoke.GuidedFilter(Emgu.CV.IInputArray,Emgu.CV.IInputArray,Emgu.CV.IOutputArray,System.Int32,System.Double,System.Int32)"]

radius
Type: SystemInt32

[Missing <param name="radius"/> documentation for "M:Emgu.CV.XImgproc.XImgprocInvoke.GuidedFilter(Emgu.CV.IInputArray,Emgu.CV.IInputArray,Emgu.CV.IOutputArray,System.Int32,System.Double,System.Int32)"]

eps
Type: SystemDouble

[Missing <param name="eps"/> documentation for "M:Emgu.CV.XImgproc.XImgprocInvoke.GuidedFilter(Emgu.CV.IInputArray,Emgu.CV.IInputArray,Emgu.CV.IOutputArray,System.Int32,System.Double,System.Int32)"]

dDepth
Type: SystemInt32

[Missing <param name="dDepth"/> documentation for "M:Emgu.CV.XImgproc.XImgprocInvoke.GuidedFilter(Emgu.CV.IInputArray,Emgu.CV.IInputArray,Emgu.CV.IOutputArray,System.Int32,System.Double,System.Int32)"]

See Also