Click or drag to resize

NativeMethodsimgproc_clipLine1 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_clipLine1(
	Size imgSize,
	ref Point pt1,
	ref Point pt2
)

Parameters

imgSize
Type: OpenCvSharpSize
pt1
Type: OpenCvSharpPoint
pt2
Type: OpenCvSharpPoint

Return Value

Type: Int32
See Also