eliu1217 / assignment4-albumentations

Fast image augmentation library and an easy-to-use wrapper around other libraries. Documentation: https://albumentations.ai/docs/ Paper about the library: https://www.mdpi.com/2078-2489/11/2/125
https://albumentations.ai
MIT License
0 stars 0 forks source link

Implement dithering method #22

Closed eliu1217 closed 1 year ago

eliu1217 commented 1 year ago

Implement dithering function using Floyd-Steinberg dithering algorithm.

gustafbergmark commented 1 year ago

implemented on branch add-dithering