Does anybody knows how to convert a image to HSV ?
I want the V parameter to get the brightness of image ,
Thank you
Does anybody knows how to convert a image to HSV ?
I want the V parameter to get the brightness of image ,
Thank you
There was an answer in this old thread : Converting RGB to HSV
the answered method take a Color as parameter , do u know take image instead as paramater and convert it to Hsv
Can't you loop on all image pixels and change them from RGB to HSV ?
do u know what i need to do for the image to be able to loop its pixels ? converting it to bitmap?
i am new in this , do u have some example please
11 people are following this question.