Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecate CrfNormalSegmentation #5795

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion segmentation/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ set(srcs
src/organized_multi_plane_segmentation.cpp
src/planar_polygon_fusion.cpp
src/crf_segmentation.cpp
src/crf_normal_segmentation.cpp
src/unary_classifier.cpp
src/conditional_euclidean_clustering.cpp
src/supervoxel_clustering.cpp
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ namespace pcl
* \author Christian Potthast
*/
template <typename PointT>
class PCL_EXPORTS CrfNormalSegmentation
class PCL_DEPRECATED(1, 17, "CrfNormalSegmentation is not implemented and does not do anything useful") CrfNormalSegmentation
{
public:
/** \brief Constructor that sets default values for member variables. */
Expand All @@ -71,6 +71,4 @@ namespace pcl
};
}

#ifdef PCL_NO_PRECOMPILE
#include <pcl/segmentation/impl/crf_normal_segmentation.hpp>
#endif
46 changes: 0 additions & 46 deletions segmentation/src/crf_normal_segmentation.cpp

This file was deleted.