Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
awxkee committed Sep 26, 2024
1 parent 28dae46 commit cb95e1d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@ If you are not familiar read the [OpenCV doc](https://docs.opencv.org/4.x/d9/d61
### Example

```rust
dilate_rgb(
morphology_rgb(
&src,
&mut dst,
MorphExOp::TopHat,
ImageSize::new(500, 500),
&structuring_element,
KernelShape::new(15, 15),
Expand Down

0 comments on commit cb95e1d

Please sign in to comment.