aleju / imgaug

Image augmentation for machine learning experiments.
http://imgaug.readthedocs.io
MIT License
14.42k stars 2.44k forks source link

AddToHue vs MultiplySaturation running time #766

Open crocis opened 3 years ago

crocis commented 3 years ago

I measured the running time of AddToHue and MultiplySaturation and I have noticed that MultiplySaturation is much slower than AddToHue. It is strange since they both convert the image to the same colorspace HSV and apply similar operations to one channel of this colorspace.

These are the running time in seconds: