Image Segementation using K means

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.

답변 (1개)

Image Analyst
Image Analyst 2017년 4월 30일
편집: Image Analyst 2017년 4월 30일

0 개 추천

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.
See Steve's blog for other options.

댓글 수: 2

Buyani Mhlongo
Buyani Mhlongo 2017년 4월 30일
I want to do what was done by Abdelali Elmoufidi in their study entitled (*Automatically Density Based Breast Segmentation for Mammograms by using Dynamic K-means Algorithm and Seed Based Region Growing*) since I am using the same database MIAS Database they used in pyhton open CV
Image Analyst
Image Analyst 2017년 4월 30일
OK, good luck.

댓글을 달려면 로그인하십시오.

카테고리

도움말 센터File Exchange에서 Feature Detection and Extraction에 대해 자세히 알아보기

질문:

2017년 4월 30일

댓글:

2017년 4월 30일

Community Treasure Hunt

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

Start Hunting!

Translated by