Click or drag to resize

NativeMethodsimgproc_clipLine2 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_clipLine2(
	Rect imgRect,
	ref Point pt1,
	ref Point pt2
)

Parameters

imgRect
Type: OpenCvSharpRect
pt1
Type: OpenCvSharpPoint
pt2
Type: OpenCvSharpPoint

Return Value

Type: Int32
See Also