#consensus #sample #consensus-algorithm #ransac

no-std arrsac

From the paper "A Comparative Analysis of RANSAC Techniques Leading to Adaptive Real-Time Random Sample Consensus"

12 releases (breaking)

0.10.0 Jan 2, 2022
0.9.0 Sep 28, 2021
0.8.0 Sep 2, 2021
0.7.0 Jun 26, 2021
0.1.0 Nov 2, 2019

#1154 in Algorithms

Download history 123/week @ 2023-12-18 67/week @ 2023-12-25 89/week @ 2024-01-01 133/week @ 2024-01-08 170/week @ 2024-01-15 103/week @ 2024-01-22 138/week @ 2024-01-29 115/week @ 2024-02-05 123/week @ 2024-02-12 200/week @ 2024-02-19 171/week @ 2024-02-26 171/week @ 2024-03-04 202/week @ 2024-03-11 341/week @ 2024-03-18 238/week @ 2024-03-25 260/week @ 2024-04-01

1,072 downloads per month
Used in 4 crates

MIT license

23KB
324 lines

arrsac

Discord Crates.io docs.rs LoC ci

Implements the ARRSAC algorithm from the paper "A Comparative Analysis of RANSAC Techniques Leading to Adaptive Real-Time Random Sample Consensus"; the paper "Randomized RANSAC with Sequential Probability Ratio Test" is also used to implement the SPRT for RANSAC.

Some things were modified from the original papers which improve corner cases or convenience in regular usage.

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

~59KB