Click or drag to resize

NativeMethodsxphoto_bm3dDenoising2 Method

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

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus xphoto_bm3dDenoising2(
	IntPtr src,
	IntPtr dst,
	float h,
	int templateWindowSize,
	int searchWindowSize,
	int blockMatchingStep1,
	int blockMatchingStep2,
	int groupSize,
	int slidingStep,
	float beta,
	int normType,
	int step,
	int transformType
)

Parameters

src
Type: SystemIntPtr

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

dst
Type: SystemIntPtr

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

h
Type: SystemSingle

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

templateWindowSize
Type: SystemInt32

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

searchWindowSize
Type: SystemInt32

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

blockMatchingStep1
Type: SystemInt32

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

blockMatchingStep2
Type: SystemInt32

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

groupSize
Type: SystemInt32

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

slidingStep
Type: SystemInt32

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

beta
Type: SystemSingle

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

normType
Type: SystemInt32

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

step
Type: SystemInt32

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

transformType
Type: SystemInt32

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

Return Value

Type: ExceptionStatus

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

See Also