Image segmentation using k means
이전 댓글 표시
Hi All I have a feature vector of an image now i want to segment the image using k-means clustering algo. can any one provide me the code..
댓글 수: 4
Walter Roberson
2012년 7월 9일
편집: Walter Roberson
2012년 7월 9일
M@lik Ali
2012년 7월 9일
Walter Roberson
2012년 7월 9일
There is, however, remarks about what it means when your Question is tagged with "doit4me".
mahesh
2012년 8월 3일
hi wat feature did u extract from the image??
답변 (1개)
Image Analyst
2012년 7월 9일
0 개 추천
Here's an example for you:
Color-Based Segmentation Using K-Means Clustering
댓글 수: 8
M@lik Ali
2012년 7월 9일
Image Analyst
2012년 7월 9일
I guess you have 6 image analysis measurements for each of 6114 blobs in the image? I can't give you the solid solution - I don't have the Statistics toolbox. Perhaps someone who uses kmeans can help you.
M@lik Ali
2012년 7월 9일
Anton Semechko
2012년 7월 9일
I have an implementation of bisecting k-means algorithm here:
the function is called 'MyKmeans'
Walter Roberson
2012년 7월 9일
Which MATLAB version are you using? The demo probably assumes you have a very recent version.
M@lik Ali
2012년 7월 12일
Walter Roberson
2012년 7월 12일
At the command line, please command
which -all kmeans
and tell us the result.
카테고리
도움말 센터 및 File Exchange에서 k-Means and k-Medoids Clustering에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!