Click or drag to resize

NativeMethodsimgproc_LineIterator_new 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 IntPtr imgproc_LineIterator_new(
	IntPtr img,
	Point pt1,
	Point pt2,
	int connectivity,
	int leftToRight
)

Parameters

img
Type: SystemIntPtr
pt1
Type: OpenCvSharpPoint
pt2
Type: OpenCvSharpPoint
connectivity
Type: SystemInt32
leftToRight
Type: SystemInt32

Return Value

Type: IntPtr
See Also