File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22authors = [" eadf <lacklustr@protonmail.com>" ]
33name = " libstacker"
44license = " MIT OR Apache-2.0"
5- version = " 0.0.7 "
5+ version = " 0.0.8 "
66edition = " 2024"
77readme = " README.md"
88keywords = [" opencv" , " image_stacking" ]
Original file line number Diff line number Diff line change 11[ ![ crates.io] ( https://img.shields.io/crates/v/libstacker.svg )] ( https://crates.io/crates/libstacker )
22[ ![ Documentation] ( https://docs.rs/libstacker/badge.svg )] ( https://docs.rs/libstacker )
3- [ ![ Workflow ] ( https://github.com/eadf/libstacker.rs/workflows/Rust /badge.svg )] ( https://github.com/eadf/libstacker.rs/workflows/Rust/badge.svg )
4- [ ![ dependency status] ( https://deps.rs/crate/libstacker/0.0.7 /status.svg )] ( https://deps.rs/crate/libstacker/0.0.7 )
3+ [ ![ Rust test ] ( https://github.com/eadf/libstacker.rs/actions/ workflows/rust.yml /badge.svg?branch=main )] ( https://github.com/eadf/libstacker.rs/actions/ workflows/rust.yml )
4+ [ ![ dependency status] ( https://deps.rs/crate/libstacker/0.0.8 /status.svg )] ( https://deps.rs/crate/libstacker/0.0.8 )
55![ license] ( https://img.shields.io/crates/l/libstacker )
66
77# libstacker
@@ -56,6 +56,7 @@ let keypoint_match_img:opencv::core::Mat = keypoint_match(
5656 method : opencv :: calib3d :: RANSAC ,
5757 ransac_reproj_threshold : 5.0 ,
5858 },
59+ None ,
5960)? ;
6061```
6162
@@ -70,6 +71,7 @@ let ecc_match_img:opencv::core::Mat = ecc_match(
7071 epsilon : Some (1e - 5 ),
7172 gauss_filt_size : 5 ,
7273 },
74+ None ,
7375)? ;
7476```
7577
You can’t perform that action at this time.
0 commit comments