Click or drag to resize

NativeMethodsphoto_fastNlMeansDenoising 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_fastNlMeansDenoising(
	IntPtr src,
	IntPtr dst,
	float h,
	int templateWindowSize,
	int searchWindowSize
)

Parameters

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