1
How do I read an image from a folder, and turn it from rgb to Hsv by extracting an array of pixels for the parameters h, s and v (all by R software)??
1
How do I read an image from a folder, and turn it from rgb to Hsv by extracting an array of pixels for the parameters h, s and v (all by R software)??
Browser other questions tagged r rstudio
You are not signed in. Login or sign up in order to post.
There is a function for this, see the help page
?rgb2hsv
.– Rui Barradas
Yes, yes... I am unable to find the image in the folder and attach it to the function.
– Renata Bueno
You should read the file first. For this there are several functions, as the graphics files have certain formats must be necessary a function of some package. What type of file?
– Rui Barradas
Good evening. Thanks for your help.
– Renata Bueno