Image Segementation using K means
Mostrar comentarios más antiguos
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.
Respuestas (1)
Image Analyst
el 30 de Abr. de 2017
Editada: Image Analyst
el 30 de Abr. de 2017
0 votos
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.
2 comentarios
Buyani Mhlongo
el 30 de Abr. de 2017
Image Analyst
el 30 de Abr. de 2017
OK, good luck.
Categorías
Más información sobre Feature Detection and Extraction en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!