background subtraction of images using k-means algorithm
古いコメントを表示
i have a set of images formed by converting a video into frames. I need to do background subtraction using k-means algorithm
1 件のコメント
Image Analyst
2014 年 9 月 17 日
Do you have a specific question?
回答 (1 件)
Dima Lisin
2014 年 9 月 18 日
0 投票
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 件のコメント
Jishnu C Rajan
2014 年 9 月 18 日
Dima Lisin
2014 年 9 月 18 日
I think you forgot the link...
Jishnu C Rajan
2014 年 9 月 19 日
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.
カテゴリ
ヘルプ センター および File Exchange で Statistics and Machine Learning Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!