how to segment a diseased cashewnut image by using k -clustering method?
Show older comments
by using k clustering method how to segment images?
Answers (1)
Image Analyst
on 25 Sep 2017
Edited: Image Analyst
on 25 Sep 2017
0 votes
Use kmeans() for "K Means". Demos are attached.
Or did you mean "K Nearest Neighbor"? Demo attached.
What features did you extract?
2 Comments
ramya
on 29 Sep 2017
yes sir by using color segmentation using kmeans clustering algorithm how to segment diseased cashewnut image ?features to be extracted are color size and shape
Image Analyst
on 29 Sep 2017
See my File Exchange Image Segmentation Tutorial http://www.mathworks.com/matlabcentral/fileexchange/?term=authorid%3A31862&sort=downloads_desc to learn how to get color, size, and shape.
Categories
Find more on Statistics and Machine Learning Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!