Click or drag to resize

NativeMethodsphoto_pencilSketch Method

[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.photo_pencilSketch(System.IntPtr,System.IntPtr,System.IntPtr,System.Single,System.Single,System.Single)"]

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus photo_pencilSketch(
	IntPtr src,
	IntPtr dst1,
	IntPtr dst2,
	float sigma_s,
	float sigma_r,
	float shade_factor
)

Parameters

src
Type: SystemIntPtr

[Missing <param name="src"/> documentation for "M:OpenCvSharp.NativeMethods.photo_pencilSketch(System.IntPtr,System.IntPtr,System.IntPtr,System.Single,System.Single,System.Single)"]

dst1
Type: SystemIntPtr

[Missing <param name="dst1"/> documentation for "M:OpenCvSharp.NativeMethods.photo_pencilSketch(System.IntPtr,System.IntPtr,System.IntPtr,System.Single,System.Single,System.Single)"]

dst2
Type: SystemIntPtr

[Missing <param name="dst2"/> documentation for "M:OpenCvSharp.NativeMethods.photo_pencilSketch(System.IntPtr,System.IntPtr,System.IntPtr,System.Single,System.Single,System.Single)"]

sigma_s
Type: SystemSingle

[Missing <param name="sigma_s"/> documentation for "M:OpenCvSharp.NativeMethods.photo_pencilSketch(System.IntPtr,System.IntPtr,System.IntPtr,System.Single,System.Single,System.Single)"]

sigma_r
Type: SystemSingle

[Missing <param name="sigma_r"/> documentation for "M:OpenCvSharp.NativeMethods.photo_pencilSketch(System.IntPtr,System.IntPtr,System.IntPtr,System.Single,System.Single,System.Single)"]

shade_factor
Type: SystemSingle

[Missing <param name="shade_factor"/> documentation for "M:OpenCvSharp.NativeMethods.photo_pencilSketch(System.IntPtr,System.IntPtr,System.IntPtr,System.Single,System.Single,System.Single)"]

Return Value

Type: ExceptionStatus

[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.photo_pencilSketch(System.IntPtr,System.IntPtr,System.IntPtr,System.Single,System.Single,System.Single)"]

See Also