Click or drag to resize

NativeMethods.photo_denoise_TVL1 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 photo_denoise_TVL1(
	IntPtr[] observations,
	int observationsSize,
	IntPtr result,
	double lambda,
	int niters
)

Parameters

observations
Type:System.IntPtr[]
observationsSize
Type: System.Int32
result
Type: System.IntPtr
lambda
Type: System.Double
niters
Type: System.Int32
See Also