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

Optimise dithering function #29

Closed danielwis closed 1 year ago

danielwis commented 1 year ago

Right now, it takes an incredibly long time to run the algorithm on a larger image (~13s for 1000x1500 px). This could perhaps be improved by vectorising the addition of "errors" to the row below.