Fixes bug with floating point images in imgaug.Hue (#547)
* Fixes bug in imgaug.Hue Hue range of cv2.cvtColor() is 0-360 for floating point images (and 0-180 for 8-bit images), see https://docs.opencv.org/3.2.0/de/d25/imgproc_color_conversions.html#color_convert_rgb_hsv. * fix lint * add link about opencv hue range
Showing
Please register or sign in to comment