Click or drag to resize

NativeMethodsphoto_pencilSketch 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_pencilSketch(
	IntPtr src,
	IntPtr dst1,
	IntPtr dst2,
	float sigma_s,
	float sigma_r,
	float shade_factor
)

Parameters

src
Type: SystemIntPtr
dst1
Type: SystemIntPtr
dst2
Type: SystemIntPtr
sigma_s
Type: SystemSingle
sigma_r
Type: SystemSingle
shade_factor
Type: SystemSingle
See Also