I am looking for a way, similar to the mesh2d function in SciLab, to have OpenCV determine the facets of X-Y coordinates. Are there any examples for me?
there is a delaunay triangulation here:
https://docs.opencv.org/4.x/df/dbf/classcv_1_1Subdiv2D.html
1 Like
Thanks for this hint: OpenCV: Planar Subdivision