calculating centroids

I have divided the video into frames ,can u tell how to calculate cluster centroids using k means algorithm please

 채택된 답변

Image Analyst
Image Analyst 2012년 1월 12일

0 개 추천

Here's the demo:
After that, if you need spatial centroids (x,y,z locations) in addition to color centroids (the RGB values of the color clusters' centroids), it's a simple matter to find centroids using bwlabel() and regionprops(), like in my BlobsDemo ( http://www.mathworks.com/matlabcentral/fileexchange/?term=authorid%3A31862 ).

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Image Filtering and Enhancement에 대해 자세히 알아보기

질문:

Pat
2012년 1월 12일

Community Treasure Hunt

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

Start Hunting!

Translated by