 | Subdiv2D.GetTriangleList Method |
Returns a list of all triangles.
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntaxpublic Vec6f[] GetTriangleList()
Public Function GetTriangleList As Vec6f()
public:
array<Vec6f>^ GetTriangleList()
member GetTriangleList : unit -> Vec6f[]
Return Value
Type:
Vec6f[]Output vector.
See Also