フィルターのクリア

using kmeans to convert rgb image to grayscale

1 回表示 (過去 30 日間)
nguyen tien
nguyen tien 2016 年 1 月 12 日
コメント済み: John D'Errico 2016 年 1 月 12 日
I have a rgb image, I want to use kmeans to convert rgb image to grayscale. can you help me, please?

回答 (1 件)

Image Analyst
Image Analyst 2016 年 1 月 12 日
Why kmeans() specifically? Why not just use rgb2ind()?
  3 件のコメント
Image Analyst
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
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.

サインインしてコメントする。

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by