-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[feat CudaRansac] Parallelize final mask computation. Use shared vari…
…ables instead of global variables (#30) * parallelize final mask computation among threads of a given block * use shared variables for max_inliers_number and mutex * fix comment
- Loading branch information
1 parent
5d4309d
commit 37d554a
Showing
1 changed file
with
29 additions
and
25 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