-
-
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
PFH buffer, addes to key list even is key was found #1189
Comments
I think you are right. Could you please create a separate pull request with your solution? |
strothmw
added a commit
to strothmw/pcl
that referenced
this issue
May 20, 2015
…h/pull request that fixes only PointCloudLibrary#1188 Revert "find redundant adding of identical keys to the key list in PFHEstimation buffer" This reverts commit 7ccec0e.
SergioRAgostinho
pushed a commit
to SergioRAgostinho/pcl
that referenced
this issue
Aug 26, 2016
SergioRAgostinho
pushed a commit
to SergioRAgostinho/pcl
that referenced
this issue
Aug 26, 2016
SergioRAgostinho
pushed a commit
to SergioRAgostinho/pcl
that referenced
this issue
Aug 27, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
At
https://github.com/PointCloudLibrary/pcl/blob/master/features/include/pcl/features/impl/pfh.hpp#L142
the key will be added to the key list, even if it was found at (i. e. is not new)
https://github.com/PointCloudLibrary/pcl/blob/master/features/include/pcl/features/impl/pfh.hpp#L97
Therefore the key list may contain duplicate keys and the feature map will be truncated even if it has not yet reached the allowable size in memory.
The text was updated successfully, but these errors were encountered: