umrover/perception-gpu-obs-detector

Convert selectOptimalRANSACModel to thrust

Opened this issue · 0 comments

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