Click or drag to resize

NativeMethodsphoto_fastNlMeansDenoisingColored 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 photo_fastNlMeansDenoisingColored(
	IntPtr src,
	IntPtr dst,
	float h,
	float hColor,
	int templateWindowSize,
	int searchWindowSize
)

Parameters

src
Type: SystemIntPtr
dst
Type: SystemIntPtr
h
Type: SystemSingle
hColor
Type: SystemSingle
templateWindowSize
Type: SystemInt32
searchWindowSize
Type: SystemInt32
See Also