azazdeaz / homography

Rust reimplementation of OpenCV's homography estimation algorithm

Home Page:https://azazdeaz.github.io/homography/homography/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Homography

Rust reimplementation of OpenCV's homography estimation algorithm.

Install

[dependencies]
homography = { git = "https://github.com/azazdeaz/homography" }

Usage and Documentation

Demos

  • Find homography between to images:

cargo run --release --example from_images -- --image1 ./test-data/image1.png --image2 ./test-data/image2.png

  • Fun little demo app:

cargo run --release --bin demo (add --features opencv enable opencv-rust and see the resutls with OpenCV's findHomography() as well)

demo.mp4

About

Rust reimplementation of OpenCV's homography estimation algorithm

https://azazdeaz.github.io/homography/homography/

License:MIT License


Languages

Language:Rust 100.0%