albumentations-team / albumentations

Fast and flexible image augmentation library. Paper about the library: https://www.mdpi.com/2078-2489/11/2/125
https://albumentations.ai
MIT License
14.26k stars 1.65k forks source link

potential transformations // image statistics matching // integration #805

Open aabramovrepo opened 3 years ago

aabramovrepo commented 3 years ago

Dear All,

code for both methods Feature Distribution Matching and Histogram Matching (see #641 for further details) is online now: image-statistics-matching. It would be great if you could shortly explain us how we can prepare a PR with these methods for Albumentations.

Best and hope to hear from you soon, Alexey

ternaus commented 3 years ago

The easiest would be to look at the code for the existing transformations and implement new transforms in a similar way.