using kmeans to convert rgb image to grayscale
조회 수: 1 (최근 30일)
이전 댓글 표시
I have a rgb image, I want to use kmeans to convert rgb image to grayscale. can you help me, please?
댓글 수: 0
답변 (1개)
Image Analyst
2016년 1월 12일
Why kmeans() specifically? Why not just use rgb2ind()?
댓글 수: 3
Image Analyst
2016년 1월 12일
How is simply converting to grayscale "recognition"???
Anyway, see the MATLAB demo for image segmentation using kmeans: http://www.mathworks.com/examples/image/2068-color-based-segmentation-using-k-means-clustering
John D'Errico
2016년 1월 12일
I'm not at all sure I see how kmeans is intended to be used for an RGB - gray scale conversion. kmeans is a clustering algorithm. As such, it would have no value for your project.
참고 항목
카테고리
Help Center 및 File Exchange에서 Statistics and Machine Learning Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!