🎉 🎉. RAPIDMINER 9.8 IS OUT!!! 🎉 🎉
RapidMiner 9.8 continues to innovate in data science collaboration, connectivity and governance
CLICK HERE TO DOWNLOAD
How to extract the RGB color composition of an image in value?


in Help
I would like to extract the value percentage of each red, blue and green percentage of the image and put it as an attribute in database.
0
Best Answers
-
jacobcybulski Member, University Professor Posts: 365  
 Unicorn
Install "Image Handling" extension, and there "Read Image as ExampleSet" will read the directory of images, and represent each image as an RGB tripple of values in the range 0..255.0 -
jacobcybulski Member, University Professor Posts: 365  
 Unicorn
Try with one low resolution image, eg PNG, and see what happens.0
Answers