Ask Your Question

Revision history [back]

How to find Delaunay Neighborhood of all the vertices in OpenCV.

Delaunay Neighborhood of a vertex is its immediate spatial neighbors in the Delaunay Triangulation i.e. the vertices which share an edge with that vertex. I wish to find Delaunay Neighborhood for all the points and store it in a vector<vector<point2f>>.