Skip to content

Commit 295eaea

Browse files
committed
prepare for 0.0.8
1 parent b88f096 commit 295eaea

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
authors = ["eadf <lacklustr@protonmail.com>"]
33
name = "libstacker"
44
license = "MIT OR Apache-2.0"
5-
version = "0.0.7"
5+
version = "0.0.8"
66
edition = "2024"
77
readme = "README.md"
88
keywords = ["opencv", "image_stacking"]

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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

0 commit comments

Comments
 (0)