arrsac

Crates.ioarrsac
lib.rsarrsac
version0.10.0
sourcesrc
created_at2019-11-02 23:58:39.929028
updated_at2022-01-02 23:57:09.287427
descriptionFrom the paper "A Comparative Analysis of RANSAC Techniques Leading to Adaptive Real-Time Random Sample Consensus"
homepage
repositoryhttps://github.com/rust-cv/arrsac
max_upload_size
id177638
size30,305
Geordon Worley (vadixidav)

documentation

https://docs.rs/arrsac/

README

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.

Commit count: 68

cargo fmt