Skip to content

Commit

Permalink
Merge pull request #1278 from mschoeler/CPC_Release
Browse files Browse the repository at this point in the history
Implemented Constrained Planar Cuts algorithm (CVPR 2015)
  • Loading branch information
jspricke committed Nov 17, 2015
2 parents 2cf013e + 0ea37b0 commit e211f71
Show file tree
Hide file tree
Showing 6 changed files with 1,367 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/segmentation/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,7 @@ if(BUILD_visualization)
LINK_WITH pcl_common pcl_features pcl_segmentation pcl_octree pcl_kdtree pcl_visualization)
PCL_ADD_EXAMPLE(pcl_example_lccp_segmentation FILES example_lccp_segmentation.cpp
LINK_WITH pcl_common pcl_io pcl_segmentation pcl_visualization)
PCL_ADD_EXAMPLE(pcl_example_cpc_segmentation FILES example_cpc_segmentation.cpp
LINK_WITH pcl_common pcl_io pcl_segmentation pcl_visualization pcl_sample_consensus)
endif(VTK_FOUND)
endif(BUILD_visualization)
Loading

0 comments on commit e211f71

Please sign in to comment.