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