Skip to content

Commit

Permalink
Added new border mode, up version, prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
awxkee committed Oct 5, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent a546770 commit 8854b7c
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@ workspace = { members = ["app"] }

[package]
name = "fast_morphology"
version = "0.1.5"
version = "0.2.0"
edition = "2021"
description = "Fast morphological operations for images"
readme = "README.md"
1 change: 1 addition & 0 deletions src/op_type.rs
Original file line number Diff line number Diff line change
@@ -46,6 +46,7 @@ impl From<u8> for MorphOp {

#[repr(C)]
#[derive(Debug, Copy, Clone, Ord, PartialOrd, Eq, PartialEq)]
/// Declares morphology operations
pub enum MorphExOp {
Dilate = 0,
Erode = 1,

0 comments on commit 8854b7c

Please sign in to comment.