6 releases (breaking)
0.6.0 | Jan 12, 2021 |
---|---|
0.5.0 | Jun 20, 2020 |
0.4.0 | May 31, 2020 |
0.3.0 | Jan 11, 2020 |
0.1.0 | Nov 2, 2019 |
#9 in Robotics
127 downloads per month
Used in 4 crates
21KB
308 lines
arrsac
Implements the ARRSAC algorithm from the paper "A Comparative Analysis of RANSAC Techniques Leading to Adaptive Real-Time Random Sample Consensus"
This can be used as a Consensus
algorithm with the sample-consensus
crate.
ARRSAC can replace RANSAC and is almost always a faster solution, given that you are willing to tune the parameters.
Dependencies
~465KB