Skip to content

Commit a3c3383

Browse files
author
Markus Schoeler
committed
Added LCCP algorithm as well as an example.
1 parent 9e98d4f commit a3c3383

File tree

6 files changed

+1392
-0
lines changed

6 files changed

+1392
-0
lines changed

examples/segmentation/CMakeLists.txt

+2
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,7 @@ if(BUILD_visualization)
1212
include (${VTK_USE_FILE})
1313
PCL_ADD_EXAMPLE(pcl_example_supervoxels FILES example_supervoxels.cpp
1414
LINK_WITH pcl_common pcl_features pcl_segmentation pcl_octree pcl_kdtree pcl_visualization)
15+
PCL_ADD_EXAMPLE(pcl_example_lccp_segmentation FILES example_lccp_segmentation.cpp
16+
LINK_WITH pcl_common pcl_io pcl_segmentation pcl_visualization)
1517
endif(VTK_FOUND)
1618
endif(BUILD_visualization)

0 commit comments

Comments
 (0)