Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Can we get Subdiv3D (Voronoi for Point3f)? #15909

Open
jasjuang opened this issue Nov 13, 2019 · 0 comments
Open

Feature Request: Can we get Subdiv3D (Voronoi for Point3f)? #15909

jasjuang opened this issue Nov 13, 2019 · 0 comments
Labels
effort: few weeks Contribution / porting of a new/existed algorithm. With samples / tests / docs / tutorials feature

Comments

@jasjuang
Copy link
Contributor

System information (version)

  • OpenCV => Latest
  • Operating System / Platform => Ubuntu 18.04
  • Compiler => GCC 7
Detailed description

Currently, OpenCV provides cv::Subdiv2D and it allows us to construct the Voronoi diagram with getVoronoiFacetList, and the OpenCV version runs a lot faster than what I implemented myself. However, currently, it is only limited to 2d points. I think it would be amazing if there's something like cv::Subdiv3D that can construct the Voronoi diagram with 3d points.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
effort: few weeks Contribution / porting of a new/existed algorithm. With samples / tests / docs / tutorials feature
Projects
None yet
Development

No branches or pull requests

2 participants