Click or drag to resize

NativeMethodsxphoto_dctDenoising Method

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

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus xphoto_dctDenoising(
	IntPtr src,
	IntPtr dst,
	double sigma,
	int psize
)

Parameters

src
Type: SystemIntPtr

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

dst
Type: SystemIntPtr

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

sigma
Type: SystemDouble

[Missing <param name="sigma"/> documentation for "M:OpenCvSharp.NativeMethods.xphoto_dctDenoising(System.IntPtr,System.IntPtr,System.Double,System.Int32)"]

psize
Type: SystemInt32

[Missing <param name="psize"/> documentation for "M:OpenCvSharp.NativeMethods.xphoto_dctDenoising(System.IntPtr,System.IntPtr,System.Double,System.Int32)"]

Return Value

Type: ExceptionStatus

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

See Also