NativeMethodsphoto_fastNlMeansDenoisingColored Method OpenCvSharp Class Library

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

Namespace:  OpenCvSharp.CPlusPlus
Assembly:  OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static void photo_fastNlMeansDenoisingColored(
	IntPtr src,
	IntPtr dst,
	float h,
	float hColor,
	int templateWindowSize,
	int searchWindowSize
)

Parameters

src
Type: SystemIntPtr

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

dst
Type: SystemIntPtr

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

h
Type: SystemSingle

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

hColor
Type: SystemSingle

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

templateWindowSize
Type: SystemInt32

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

searchWindowSize
Type: SystemInt32

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

See Also

Reference