Click or drag to resize

Cv2ClipLine Method (Rect, Point, Point)

Clips the line against the image rectangle

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static bool ClipLine(
	Rect imgRect,
	ref Point pt1,
	ref Point pt2
)

Parameters

imgRect
Type: OpenCvSharpRect
sThe image rectangle
pt1
Type: OpenCvSharpPoint
The first line point
pt2
Type: OpenCvSharpPoint
The second line point

Return Value

Type: Boolean

[Missing <returns> documentation for "M:OpenCvSharp.Cv2.ClipLine(OpenCvSharp.Rect,OpenCvSharp.Point@,OpenCvSharp.Point@)"]

See Also