Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道在轮廓或凸包上使用 opencv C++ / C api 进行 CDT(约束延迟三角测量)的方法。
我的问题类似于
C++-ObjC OpenCV 约束 Delaunay
不确定它是否适用于您的具体问题,但有一个类似的问题。似乎 OpenCV Delaunay 函数可用但没有记录。
OpenCV中是否有用于Delaunay三角剖分的C++ API?