Skip to content

Commit

Permalink
Added new ops
Browse files Browse the repository at this point in the history
  • Loading branch information
awxkee committed Sep 26, 2024
1 parent 2e34c81 commit 28dae46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ let img = ImageReader::open("./assets/fruits.jpg")
.unwrap();
let new_image = morphology_image(
img,
MorphOp::Dilate,
MorphExOp::Dilate,
&structuring_element,
KernelShape::new(se_size, se_size),
BorderMode::default(),
Expand Down

0 comments on commit 28dae46

Please sign in to comment.