Click or drag to resize

NativeMethodsximgproc_anisotropicDiffusion 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_anisotropicDiffusion(
	IntPtr src,
	IntPtr dst,
	float alpha,
	float K,
	int niters
)

Parameters

src
Type: SystemIntPtr
dst
Type: SystemIntPtr
alpha
Type: SystemSingle
K
Type: SystemSingle
niters
Type: SystemInt32
See Also