Subdiv2DGetTriangleList Method
|
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic Vec6f[] GetTriangleList()
Public Function GetTriangleList As Vec6f()
public:
array<Vec6f>^ GetTriangleList()
member GetTriangleList : unit -> Vec6f[]
function GetTriangleList();
Return Value
Type:
Vec6f
See Also