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!