Click or drag to resize

NativeMethodsxphoto_bm3dDenoising2 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 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
dst
Type: SystemIntPtr
h
Type: SystemSingle
templateWindowSize
Type: SystemInt32
searchWindowSize
Type: SystemInt32
blockMatchingStep1
Type: SystemInt32
blockMatchingStep2
Type: SystemInt32
groupSize
Type: SystemInt32
slidingStep
Type: SystemInt32
beta
Type: SystemSingle
normType
Type: SystemInt32
step
Type: SystemInt32
transformType
Type: SystemInt32
See Also