-
-
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.
Merge pull request #919 from jpapon/supervoxel_impl_to_cpp
Changes necessary for lccp pull request #718
- Loading branch information
Showing
3 changed files
with
127 additions
and
97 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -115,7 +115,8 @@ namespace pcl | |
* \note Usually, color isn't needed (and can be detrimental)- spatial structure is mainly used | ||
* - J. Papon, A. Abramov, M. Schoeler, F. Woergoetter | ||
* Voxel Cloud Connectivity Segmentation - Supervoxels from PointClouds | ||
* In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR) 2013 | ||
* In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR) 2013 | ||
* \ingroup segmentation | ||
* \author Jeremie Papon ([email protected]) | ||
*/ | ||
template <typename PointT> | ||
|
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