Click or drag to resize

NativeMethodsximgproc_weightedMedianFilter Method

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, 
	ExactSpelling = true)]
public static void ximgproc_weightedMedianFilter(
	IntPtr joint,
	IntPtr src,
	IntPtr dst,
	int r,
	double sigma,
	int weightType,
	IntPtr mask
)

Parameters

joint
Type: SystemIntPtr
src
Type: SystemIntPtr
dst
Type: SystemIntPtr
r
Type: SystemInt32
sigma
Type: SystemDouble
weightType
Type: SystemInt32
mask
Type: SystemIntPtr
See Also