Click or drag to resize

NativeMethodsphoto_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: SystemIntPtr
observationsSize
Type: SystemInt32
result
Type: SystemIntPtr
lambda
Type: SystemDouble
niters
Type: SystemInt32
See Also