-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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
Modularize euclidean clustering #4268
Open
shrijitsingh99
wants to merge
19
commits into
PointCloudLibrary:master
Choose a base branch
from
shrijitsingh99:euclidean-clustering
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
d54bb58
Modularize extractEuclideanClusters
shrijitsingh99 1b7a763
Switch to CloudIterator
shrijitsingh99 a985a57
Switch to Indices & fix noop lambda
shrijitsingh99 242b8f5
Fix bugs
shrijitsingh99 0353506
Concentrate checks into main overload
shrijitsingh99 d4f96b1
Replace '.points[' with '['
shrijitsingh99 c7d6838
Fix bugs
shrijitsingh99 4282d2f
Update filter lambda name
shrijitsingh99 fbf3b4b
Cleanup
shrijitsingh99 20ac71c
Use `pcl::utils::ignore` to avoid unused variable warnings
shrijitsingh99 795b545
Move function implementation to `.h` to avoid template instantiation
shrijitsingh99 bd3bc6b
Switch to `search::Kdtree` instead of `Kdtree`
shrijitsingh99 08b5155
Use eigen for dot product
shrijitsingh99 7d4f504
Rename lambdas to be more descriptive
shrijitsingh99 a2bcb28
Split clustering into 3 parts for cloud, indices and common cloud ite…
shrijitsingh99 95204a3
Update error messages to be technically accurate
shrijitsingh99 0128a1f
Add docstring
shrijitsingh99 228fae4
Add functor checks and improve docstring
shrijitsingh99 b6283ca
Fix nullptr bug
shrijitsingh99 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
merged to master in the meantime
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.
Will rebase, once issues are resolved.