Click or drag to resize

NativeMethodsphoto_detailEnhance 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_detailEnhance(
	IntPtr src,
	IntPtr dst,
	float sigma_s,
	float sigma_r
)

Parameters

src
Type: SystemIntPtr
dst
Type: SystemIntPtr
sigma_s
Type: SystemSingle
sigma_r
Type: SystemSingle
See Also