Click or drag to resize

NativeMethodsphoto_fastNlMeansDenoisingColoredMulti 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_fastNlMeansDenoisingColoredMulti(
	IntPtr[] srcImgs,
	int srcImgsLength,
	IntPtr dst,
	int imgToDenoiseIndex,
	int temporalWindowSize,
	float h,
	float hColor,
	int templateWindowSize,
	int searchWindowSize
)

Parameters

srcImgs
Type: SystemIntPtr
srcImgsLength
Type: SystemInt32
dst
Type: SystemIntPtr
imgToDenoiseIndex
Type: SystemInt32
temporalWindowSize
Type: SystemInt32
h
Type: SystemSingle
hColor
Type: SystemSingle
templateWindowSize
Type: SystemInt32
searchWindowSize
Type: SystemInt32
See Also