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

Add a Dithering Transformation #1243

Open
CarloNicolini opened this issue Aug 1, 2022 · 0 comments · Fixed by eliu1217/assignment4-albumentations#36 · May be fixed by #1419
Open

Add a Dithering Transformation #1243

CarloNicolini opened this issue Aug 1, 2022 · 0 comments · Fixed by eliu1217/assignment4-albumentations#36 · May be fixed by #1419

Comments

@CarloNicolini
Copy link

Working with many greyscale and/or black and white scanned images, coming from different devices, faxes, smartphone, I've noticed that very often pictures are dithered.

example

It would be nice to add a Dithering transformation to Albumentations, to make segmentation algorithms more robust on this type of pictures.

danielwis added a commit to eliu1217/assignment4-albumentations that referenced this issue Mar 7, 2023
Adds a dithering augmentation based on the [Floyd-Steinberg](https://en.wikipedia.org/wiki/Floyd%E2%80%93Steinberg_dithering) algorithm. Fixes albumentations-team#1243.

Authored by myself, @gustafbergmark, @Freddy-3, @eliu1217, and @salome-voltz.
@danielwis danielwis linked a pull request Mar 7, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants