Click or drag to resize

NativeMethodsphoto_fastNlMeansDenoisingColoredMulti Method

[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.photo_fastNlMeansDenoisingColoredMulti(System.IntPtr[],System.Int32,System.IntPtr,System.Int32,System.Int32,System.Single,System.Single,System.Int32,System.Int32)"]

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus photo_fastNlMeansDenoisingColoredMulti(
	IntPtr[] srcImgs,
	int srcImgsLength,
	IntPtr dst,
	int imgToDenoiseIndex,
	int temporalWindowSize,
	float h,
	float hColor,
	int templateWindowSize,
	int searchWindowSize
)

Parameters

srcImgs
Type: SystemIntPtr

[Missing <param name="srcImgs"/> documentation for "M:OpenCvSharp.NativeMethods.photo_fastNlMeansDenoisingColoredMulti(System.IntPtr[],System.Int32,System.IntPtr,System.Int32,System.Int32,System.Single,System.Single,System.Int32,System.Int32)"]

srcImgsLength
Type: SystemInt32

[Missing <param name="srcImgsLength"/> documentation for "M:OpenCvSharp.NativeMethods.photo_fastNlMeansDenoisingColoredMulti(System.IntPtr[],System.Int32,System.IntPtr,System.Int32,System.Int32,System.Single,System.Single,System.Int32,System.Int32)"]

dst
Type: SystemIntPtr

[Missing <param name="dst"/> documentation for "M:OpenCvSharp.NativeMethods.photo_fastNlMeansDenoisingColoredMulti(System.IntPtr[],System.Int32,System.IntPtr,System.Int32,System.Int32,System.Single,System.Single,System.Int32,System.Int32)"]

imgToDenoiseIndex
Type: SystemInt32

[Missing <param name="imgToDenoiseIndex"/> documentation for "M:OpenCvSharp.NativeMethods.photo_fastNlMeansDenoisingColoredMulti(System.IntPtr[],System.Int32,System.IntPtr,System.Int32,System.Int32,System.Single,System.Single,System.Int32,System.Int32)"]

temporalWindowSize
Type: SystemInt32

[Missing <param name="temporalWindowSize"/> documentation for "M:OpenCvSharp.NativeMethods.photo_fastNlMeansDenoisingColoredMulti(System.IntPtr[],System.Int32,System.IntPtr,System.Int32,System.Int32,System.Single,System.Single,System.Int32,System.Int32)"]

h
Type: SystemSingle

[Missing <param name="h"/> documentation for "M:OpenCvSharp.NativeMethods.photo_fastNlMeansDenoisingColoredMulti(System.IntPtr[],System.Int32,System.IntPtr,System.Int32,System.Int32,System.Single,System.Single,System.Int32,System.Int32)"]

hColor
Type: SystemSingle

[Missing <param name="hColor"/> documentation for "M:OpenCvSharp.NativeMethods.photo_fastNlMeansDenoisingColoredMulti(System.IntPtr[],System.Int32,System.IntPtr,System.Int32,System.Int32,System.Single,System.Single,System.Int32,System.Int32)"]

templateWindowSize
Type: SystemInt32

[Missing <param name="templateWindowSize"/> documentation for "M:OpenCvSharp.NativeMethods.photo_fastNlMeansDenoisingColoredMulti(System.IntPtr[],System.Int32,System.IntPtr,System.Int32,System.Int32,System.Single,System.Single,System.Int32,System.Int32)"]

searchWindowSize
Type: SystemInt32

[Missing <param name="searchWindowSize"/> documentation for "M:OpenCvSharp.NativeMethods.photo_fastNlMeansDenoisingColoredMulti(System.IntPtr[],System.Int32,System.IntPtr,System.Int32,System.Int32,System.Single,System.Single,System.Int32,System.Int32)"]

Return Value

Type: ExceptionStatus

[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.photo_fastNlMeansDenoisingColoredMulti(System.IntPtr[],System.Int32,System.IntPtr,System.Int32,System.Int32,System.Single,System.Single,System.Int32,System.Int32)"]

See Also