-
Notifications
You must be signed in to change notification settings - Fork 333
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for limiting num_threads in tbb task (#252)
* Add support for limiting num_threads in tbb task * Make num_threads a paramter of the voxel hash map For backwards compatibility, use a default value of "automatic" * This got a bit more hacky but is to avoid hardocding a praamter * Propagate max_threads to Python config * 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 * no typos no nacho * Remove comment * reduce diff * Small improvement. max_num_threads_ always represents what it says Assuming 10 logical cores: Before Registration::max_num_threads_ == 0, and now Registration::max_num_threads_ == 10. This way we hide less what's going under the hood * Remove single letter variable --------- Co-authored-by: Ignacio Vizzo <[email protected]> Co-authored-by: Benedikt Mersch <[email protected]> Co-authored-by: tizianoGuadagnino <[email protected]>
- Loading branch information
1 parent
c2ea460
commit 994d232
Showing
7 changed files
with
30 additions
and
5 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
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