How to extract data set from Image in Matlab
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
I want to create clusters of an image using fuzzy c mean clustering, but i am not be able to extract data set from image. I matlab example the perfom an example but data set source is not define how to get?
Please help me!
1 Kommentar
Image Analyst
am 15 Jun. 2019
You forgot to attach your image. Please do so and state what your "data set" is in your image.
Antworten (1)
James Browne
am 15 Jun. 2019
Greetings,
I believe you are looking for the color map of the image? If so then the imread() function can be used to get the color map of an image, the help page has some good examples.
Siehe auch
Kategorien
Mehr zu Data Clustering finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!