cv3.color_spaces.hsv2rgb

cv3.color_spaces.hsv2rgb(img)[source]

Convert image from HSV to RGB color space.

Parameters:

img (numpy.ndarray) – Input image in HSV format.

Returns:

Image in RGB format.

Return type:

numpy.ndarray