Ask Your Question
0

Alternatives for deprecated CreateSubdivDelaunay2D on version 2.4.6.0

asked 2013-07-30 02:58:24 -0600

ggll gravatar image

I'm developing a little application that needs to do a Delaunay triangulation on a set of points. I'm using C++, and as I've seen on the documentation, the function to use is CreateSubdivDelaunay2D, but it is found on the "legacy or deprecated" section of the on-line manual. Is there any alternative to be used for the C++ API? Why is it marked as deprecated? Does it will be removed in the near future?

Thanks in advance!

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
1

answered 2013-07-30 03:33:15 -0600

berak gravatar image

there's a Subdiv2D class with a similar functionality in the imgproc module.

unfortunately, the documentation went awol, but there's a sample

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-07-30 02:58:24 -0600

Seen: 355 times

Last updated: Jul 30 '13