Click or drag to resize

NativeMethodsximgproc_FastLineDetector_drawSegments_InputArray 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 ximgproc_FastLineDetector_drawSegments_InputArray(
	IntPtr obj,
	IntPtr image,
	IntPtr lines,
	int draw_arrow
)

Parameters

obj
Type: SystemIntPtr
image
Type: SystemIntPtr
lines
Type: SystemIntPtr
draw_arrow
Type: SystemInt32
See Also