Get the vertices of this triangle
Namespace:
Emgu.CV.StructureAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax
| C# |
|---|
public PointF[] GetVertices() |
| Visual Basic (Declaration) |
|---|
Public Function GetVertices As PointF() |
| Visual C++ |
|---|
public: virtual array<PointF>^ GetVertices() sealed |