Click or drag to resize

NativeMethodsxphoto_dctDenoising 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_dctDenoising(
	IntPtr src,
	IntPtr dst,
	double sigma,
	int psize
)

Parameters

src
Type: SystemIntPtr
dst
Type: SystemIntPtr
sigma
Type: SystemDouble
psize
Type: SystemInt32
See Also