returns 4 vertices of the rectangle
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic Point2f[] Points()
Public Function Points As Point2f()
public:
array<Point2f>^ Points()
member Points : unit -> Point2f[]
Return Value
Type:
Point2f
See Also