calculating centroids
13 次查看(过去 30 天)
显示 更早的评论
I have divided the video into frames ,can u tell how to calculate cluster centroids using k means algorithm please
0 个评论
采纳的回答
Image Analyst
2012-1-12
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 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Image Filtering and Enhancement 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!