powered by
To get the mean of the HEX color code and the HSV color code of the picture
PictureResults(picture)
The picture uploaded by load.image()
results the HEX and HSV color code
h : the hue of the hsv color code
s : the saturation of the hsv color code
v : the value of the hsv color code
hex : the hexadecimal color code
fpath <- system.file('extdata/image.jpg',package='ImaginR') picture <- load.image(fpath) PictureResults(picture)
Run the code above in your browser using DataLab