Click or drag to resize

NativeMethods.imgproc_LineSegmentDetector_compareSegments 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 int imgproc_LineSegmentDetector_compareSegments(
	IntPtr obj,
	Size size,
	IntPtr lines1,
	IntPtr lines2,
	IntPtr image
)

Parameters

obj
Type: System.IntPtr
size
Type: OpenCvSharp.Size
lines1
Type: System.IntPtr
lines2
Type: System.IntPtr
image
Type: System.IntPtr

Return Value

Type: Int32
See Also