-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added method to get point indices from ConcaveHull
- Added method 'getHullPointIndices ()' to retrieve the indices of the input point cloud that form its convex hull. In some cases it is more convenient to work with convex hull in form of the points from the input point cloud (for example when it is organized) than with a new point cloud containing only the geometric information, but not the organization.
- Loading branch information
1 parent
de5b113
commit 044b7ed
Showing
2 changed files
with
24 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters