Click or drag to resize

NativeMethodsimgproc_LineSegmentDetector_detect_vector 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 imgproc_LineSegmentDetector_detect_vector(
	IntPtr obj,
	IntPtr image,
	IntPtr lines,
	IntPtr width,
	IntPtr prec,
	IntPtr nfa
)

Parameters

obj
Type: SystemIntPtr
image
Type: SystemIntPtr
lines
Type: SystemIntPtr
width
Type: SystemIntPtr
prec
Type: SystemIntPtr
nfa
Type: SystemIntPtr
See Also