arrsac 0.6.0

From the paper "A Comparative Analysis of RANSAC Techniques Leading to Adaptive Real-Time Random Sample Consensus"
Documentation
1
2
3
4
5
6
# 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`](https://crates.io/crates/sample-consensus) crate.
ARRSAC can replace RANSAC and is almost always a faster solution, given that you are willing to tune the parameters.