How to extract data set from Image in Matlab
조회 수: 2 (최근 30일)
이전 댓글 표시
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
Image Analyst
2019년 6월 15일
You forgot to attach your image. Please do so and state what your "data set" is in your image.
답변 (1개)
James Browne
2019년 6월 15일
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.
참고 항목
카테고리
Help Center 및 File Exchange에서 Data Clustering에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!