Hi,
Converted image is in HSV space, which H is hue value(sort of color), S is
saturation(color intensity), and V is value(gray value).
Three component are in the same places of RGB, for ex, coverted image hsv,
then hsv->imageData string.
You don't display the converted image since the representation is just for
analysis, not display.
The HSV is similar to HSI space and there is some information about these
space in the paper which I already uploaded in okayama.
Please, read the paper to understand HSV space.
If you don't have enough time to read, just use hue vale under the good
lighting condition.
According to my experience, hue value is enough to analysis for color.
There is no meaning when you display the converted image hsv.
You should display the original image with RGB representation.
I hope it help you.
Please, let me know if you have any questions.
Eunkwang