Ask Your Question

Abhishek_dogra_007's profile - activity

2016-06-03 01:22:48 -0600 asked a question 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>>.