Hi,
I have a data set which contains RGB values. The RGB colours are clustered as 1,2,3 and 4. The file is like this.
R G B Cluster
12 2 123 1
23 32 45 1
21 56 45 2
12 57 87 2
....
I want to display these data according to the clusters like yellow color for cluster 1, Black for cluster 2 and so on. Could you please tell me how to do this in Python?
User Profile
Collapse
Profile Sidebar
Collapse
Bhag
Last Activity: Jan 23 '14, 04:45 AM
Joined: Jan 17 '14
Location:
-
How to input data from an excel file into a list
Hi,
I have an excel file which contains 3 columns and lots of rows. How do I put these data into a list in Python? (like [(1,2,3),(4,5,6) ,...]) -
Thank you very much. -
Creating an image by using RGB values
Hi,
I have an excel file which contains RGB values of an image. I would like to know how to get the image from those RGB values. Can someone help me?
Thank you
No activity results to display
Show More
Leave a comment: