background subtraction of images using k-means algorithm

1 次查看(过去 30 天)
i have a set of images formed by converting a video into frames. I need to do background subtraction using k-means algorithm

回答(1 个)

Dima Lisin
Dima Lisin 2014-9-18
I don't know how to do background subtraction using k-means. However, there is a system object in the Computer Vision System Toolbox called vision.ForegroundDetector, which does background subtraction using the Gaussian Mixture Model algorithm.
  4 个评论
Dima Lisin
Dima Lisin 2014-9-19
Thanks. Looks like an interesting paper. However, how to implement this algorithm is way too big a question for this forum. You could either try writing the code based on the paper, or email the authors to see if they are willing to share their own implementation.

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Image Processing and Computer Vision 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by