i have segmented a grayscale image into various clusters, and now i want to display ecch display each clusters with different colours.....pls help..
조회 수: 5 (최근 30일)
이전 댓글 표시
i have segmented image that contains different image clusters.For the purpose of segmentation i have used the gray scale image and now i want to display each cluster with different colous...
댓글 수: 0
답변 (1개)
Image Analyst
2014년 9월 26일
The scatter() function has an input argument where you can specify the color of each data point in the cluster. Just make up an N by 3 list of colors. You can also specify the sizes of each data point.
댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!