0

I want to know the method of doing CDT(constrained delauncy triangulation) using opencv C++ / C api , on a contour or convex hull .

my question is similar to

C++-ObjC OpenCV Constrained Delaunay

Community
  • 1
  • 1
Devendra
  • 89
  • 2
  • 11

1 Answers1

0

Not sure whether it applies to your specific problem, but there is a similar question. It seems that the OpenCV Delaunay functions are available but not documented.

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

Community
  • 1
  • 1
Sam
  • 19,708
  • 4
  • 59
  • 82