HSVColorConverter
Description
Convert RGB color to HSV spave and vice versa, original code.
Params
tSrc | Tensor | The input image |
type | Tensor | Operation supports two types of conversion: rgb_to_hsv , hsv_to_rgb . |
Example
// this line convert RGB space to HSV
gm.HSVColor(inputImage, 'rgb_to_hsv');