docs.rs failed to build libstacker-0.0.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
libstacker-0.0.8
libstacker
A multi-threaded port of the python code found here: github.com/maitek/image_stacking
Usage:
Download the test images:
git clone https://github.com/maitek/image_stacking image_stacking_py
Build the code:
Opencv-rust can be little tricky to install. Follow the instructions from rust opencv
cargo build --release
Run the example:
cargo run --example main --release
and then wait a few seconds. The result should be two windows showing the stacked images.
API
let keypoint_match_img: Mat = keypoint_match?;
Depending on the parameters the ecc_match()
is much slower, but also more accurate.
let ecc_match_img: Mat = ecc_match?;
Todo
- Figure out what to do with
.reshape()
inkeypoint_match()
Figure out some opencv parametersresponsibility shifted to end user.- Command line options in the example
License
Licensed under either of
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.