Is there C++ API for Delaunay triangulation in OpenCV?

后端 未结 1 1100
感动是毒
感动是毒 2020-12-09 20:57

I\'m trying to implement one of active appearance models (AMM) and on one of the steps I need to get triangulated mesh of a face, e.g.:

相关标签:
1条回答
  • 2020-12-09 21:24

    OpenCV has C++ API for delaunay triangulation, but unfortunately it is not documented.

    Here are the class Subdiv2D implementing delaunay algorithm and usage example.

    0 讨论(0)
提交回复
热议问题