Click or drag to resize

CvInvokePencilSketch Method

http://www.emgu.com
Pencil-like non-photorealistic line drawing

Namespace:  Emgu.CV
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntax
public static void PencilSketch(
	IInputArray src,
	IOutputArray dst1,
	IOutputArray dst2,
	float sigmaS = 60f,
	float sigmaR = 0.07f,
	float shadeFactor = 0.02f
)

Parameters

src
Type: Emgu.CVIInputArray
Input 8-bit 3-channel image
dst1
Type: Emgu.CVIOutputArray
Output 8-bit 1-channel image
dst2
Type: Emgu.CVIOutputArray
Output image with the same size and type as src
sigmaS (Optional)
Type: SystemSingle
Range between 0 to 200
sigmaR (Optional)
Type: SystemSingle
Range between 0 to 1
shadeFactor (Optional)
Type: SystemSingle
Range between 0 to 0.1
See Also