There are several algorithms to perform Delaunay triangulation. But we normally use subdiv2d.getTriangleList()
method to derive Delaunay translation on given vertices. What is the algorithm OpenCV used to construct this Delaunay triangulation?
1 | initial version |
There are several algorithms to perform Delaunay triangulation. But we normally use subdiv2d.getTriangleList()
method to derive Delaunay translation on given vertices. What is the algorithm OpenCV used to construct this Delaunay triangulation?