HUEDISTANCE matrix by Volker Rehrmann, University of Koblenz, Germany
direction up: less saturated
direction down: more saturated
direction left: darker
direction right: brighter
Creates an argb format representation of four alpha, red, green, blue channel values
within 0x00 - 0xFF.
rgb2hsv(int) -
Static method in class at.ac.sbg.cosy.soccerbot.recognition.RGBColor
Converts rgb values into hsv values (lossy transformation)
usually hsv values are displayed as h = [0,360], s = [0,100], v = [0,100], so simply
transform the used space h = [0,65535], s= [0,255], v= [0,255] to your needs.
Converts rgb values into lab values (lossy transformation)
usually lab values are displayed as L = [0,100], a = [0,100], b = [0,100], so simply
transform the used space L = [0,255], a= [0,255], b= [0,255] to your needs.