Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Algorithm behind delaunay tringulation

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?