Image Segementation using K means
Ältere Kommentare anzeigen
Can anyone help me.I want to segment a breast or white part from the black background and anything else in an image using K means clustering.
Antworten (1)
Image Analyst
am 30 Apr. 2017
Bearbeitet: Image Analyst
am 30 Apr. 2017
0 Stimmen
Not sure it's better than any other method, like imbinarize() or graythresh(), but I'm attaching a kmeans demo. It's for color so you'll have to delete the stuff for the other two color channels and make it work for just a gray scale image. Post your code and image if you have any problem.
Kategorien
Mehr zu Feature Detection and Extraction finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!