This repository has been archived by the owner on Sep 26, 2023. It is now read-only.
Convert selectOptimalRANSACModel to thrust #3
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
low priority
Less important enhancement
This kernel does a pretty standard parallel reduction and can probably be written entirely in thrust using thrust::reduce() and a custom functor. See thrust api doc here: https://thrust.github.io/doc/group__reductions_ga6ac0fe1561f58692e85112bd1145ddff.html
The text was updated successfully, but these errors were encountered: