Rust reimplementation of OpenCV's homography estimation algorithm.
[dependencies]
homography = { git = "https://github.com/azazdeaz/homography" }
cargo run --release --example from_images -- --image1 ./test-data/image1.png --image2 ./test-data/image2.png
cargo run --release --bin demo
(add --features opencv
enable opencv-rust and see the resutls with OpenCV's findHomography() as well)