-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
[segmentation] Deprecate unused max_label
in extractLabeledEuclideanClusters
#4105
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
[segmentation] Deprecate unused max_label
in extractLabeledEuclideanClusters
#4105
Conversation
9298e94
to
0ce2234
Compare
Just resolve conflicts and its 🚀 |
0ce2234
to
151be85
Compare
151be85
to
d8b91d3
Compare
d8b91d3
to
871250d
Compare
segmentation/include/pcl/segmentation/extract_labeled_clusters.h
Outdated
Show resolved
Hide resolved
segmentation/include/pcl/segmentation/extract_labeled_clusters.h
Outdated
Show resolved
Hide resolved
unsigned int min_pts_per_cluster, | ||
unsigned int max_pts_per_cluster, | ||
unsigned int max_label); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing defaults for parameters?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is the deprecated version. If someone is using with a parameter, only then it affects them. Adding a default to the deprecated version will create a conflict between the two versions
Originated in discussion at #4084
Clang-format commit is separate to ease code review, can be removed completely