CvBoxPoints Method OpenCvSharp Class Library
Finds box vertices

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static void BoxPoints(
	CvBox2D box,
	out CvPoint2D32f[] pt
)

Parameters

box
Type: OpenCvSharpCvBox2D
Box
pt
Type: OpenCvSharpCvPoint2D32f
Array of vertices
See Also

Reference