Skip to content

Commit 11a6627

Browse files
authored
Merge pull request #5795 from mvieth/deprecate_crfnormalsegmentation
Deprecate CrfNormalSegmentation
2 parents aab340f + 1b5f84e commit 11a6627

3 files changed

Lines changed: 1 addition & 50 deletions

File tree

segmentation/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ set(srcs
2525
src/organized_multi_plane_segmentation.cpp
2626
src/planar_polygon_fusion.cpp
2727
src/crf_segmentation.cpp
28-
src/crf_normal_segmentation.cpp
2928
src/unary_classifier.cpp
3029
src/conditional_euclidean_clustering.cpp
3130
src/supervoxel_clustering.cpp

segmentation/include/pcl/segmentation/crf_normal_segmentation.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ namespace pcl
4747
* \author Christian Potthast
4848
*/
4949
template <typename PointT>
50-
class PCL_EXPORTS CrfNormalSegmentation
50+
class PCL_DEPRECATED(1, 17, "CrfNormalSegmentation is not implemented and does not do anything useful") CrfNormalSegmentation
5151
{
5252
public:
5353
/** \brief Constructor that sets default values for member variables. */
@@ -71,6 +71,4 @@ namespace pcl
7171
};
7272
}
7373

74-
#ifdef PCL_NO_PRECOMPILE
7574
#include <pcl/segmentation/impl/crf_normal_segmentation.hpp>
76-
#endif

segmentation/src/crf_normal_segmentation.cpp

Lines changed: 0 additions & 46 deletions
This file was deleted.

0 commit comments

Comments
 (0)