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
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.
카테고리
도움말 센터 및 File Exchange에서 Feature Detection and Extraction에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!