-
Notifications
You must be signed in to change notification settings - Fork 327
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Nacho/strip nn search from voxel hash map (#290)
* First draft on core library * Update python API * Rearange * Remove type alias * Fix build * Wrap constants into a configuration struct * Split the watters * It's all about drafts * Update python API I'm alredy regreting about this * Some renaming just because * Changing names trying to auto-convince myself... * Fix c++ build * rename function * renaming variables * renaming, should be one neighbor only * Tizianified a little bit * Draft on voxelhashmap * Rename * Rename Correspondences -> Associations Otherwise too much mix a match on my opinion * Move stuff around only * Remove redunant name * They are not there, we need to find them! * Shrink * Tiziano shows to guys -> with for_each * Tiziano shows to guys -> with transform_reduce....sexy * Consistent naming * Bring comments for readbilty * rename variable * Sacrifice name for one-liner * AlignCloudToMap -> AlignPointsToMap * Make rename like a book on ProbRob * Revert "Make rename like a book on ProbRob" This reverts commit 7a45c9d. * estimation_threshold -> convergence_criterion Requested by benedikt * Rename threshold also here * Remove comment --------- Co-authored-by: Benedikt Mersch <benedikt.mersch@gmail.com> Co-authored-by: tizianoGuadagnino <frevo93@gmail.com>
- Loading branch information
1 parent
b217173
commit 5600e7a
Showing
13 changed files
with
212 additions
and
201 deletions.
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
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.