VoronoiFacetVertices Property |
http://www.emgu.com
Get or set the vertices of this facet
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World.NetStandard (in Emgu.CV.World.NetStandard.dll) Version: 1.0.0
Syntaxpublic PointF[] Vertices { get; set; }
Public Property Vertices As PointF()
Get
Set
public:
property array<PointF^>^ Vertices {
array<PointF^>^ get ();
void set (array<PointF^>^ value);
}
member Vertices : PointF[] with get, set
Property Value
Type:
PointF
See Also