You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran jypyter demo of the project, when i want to change the brightness channel, but i can't get the correct result.
The RandomHSV() function use img += hsv (RGB channel += hsv) to get the result, but is that correct? Should convert the img from RGB channel to HSV channel first, and then use img += hsv?
The text was updated successfully, but these errors were encountered:
I ran jypyter demo of the project, when i want to change the brightness channel, but i can't get the correct result.
The RandomHSV() function use img += hsv (RGB channel += hsv) to get the result, but is that correct? Should convert the img from RGB channel to HSV channel first, and then use img += hsv?
The text was updated successfully, but these errors were encountered: