Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

grayscale morphology operators support #581

Merged
Merged
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
a08890b
first draft ; all function, no doc, no test
Apr 28, 2024
863ff99
followed clippy advice
Apr 28, 2024
3e90887
clippy v2
Apr 28, 2024
4bf9ed9
greatly optimised disk()
Apr 28, 2024
712746f
cargo fmt
Apr 28, 2024
5cae330
clippy advice
Apr 28, 2024
e5a9d73
Mask doc + cartesian product
Apr 28, 2024
a246916
followed clippy
Apr 28, 2024
10eb31d
fix wrong bounds + doc for erode and dilate
Apr 29, 2024
7a296da
completed doc with doctest
Apr 29, 2024
878ba41
ran cargo fmt
Apr 29, 2024
5d290de
fixed edge case for `grayscale_erode`
Apr 29, 2024
d3bb0c3
added all mask tests
Apr 29, 2024
735a681
fix `test_mask_from_image_outside`
Apr 29, 2024
4b378f1
did all tests for erode and dilate except empty mask and arbitrary mask
Apr 29, 2024
0afc16e
added tests for arbitrary masks
Apr 29, 2024
10f6b72
fixed default values for `grayscale_dilate` and `grayscale_erode` + t…
Apr 29, 2024
6046176
fix dumb mistake
Morgane55440 Apr 29, 2024
94f4749
fixed the 2nd comment
Morgane55440 Apr 29, 2024
b0f4c88
removed the _mut variants
Apr 29, 2024
a0e725a
Merge branch 'greyscale_morphology_operators' of github.com:Morgane55…
Apr 29, 2024
6d5f924
changed from_image to be more user-friendly
Apr 29, 2024
83c6c34
added specs to the Mask struct
Apr 30, 2024
b0503f4
cargo fmt
Apr 30, 2024
0c51543
remove unnecessary use and reworded `from_image` doc
Apr 30, 2024
0305484
added doc regarding the default value for `grayscale_erode` and `gray…
Apr 30, 2024
8f67df0
removed parralelism (will be reimplemented correctly in a later optim…
Apr 30, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Loading