background subtraction of images using k-means algorithm
Mostrar comentarios más antiguos
i have a set of images formed by converting a video into frames. I need to do background subtraction using k-means algorithm
1 comentario
Image Analyst
el 17 de Sept. de 2014
Do you have a specific question?
Respuestas (1)
Dima Lisin
el 18 de Sept. de 2014
0 votos
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 comentarios
Jishnu C Rajan
el 18 de Sept. de 2014
Dima Lisin
el 18 de Sept. de 2014
I think you forgot the link...
Jishnu C Rajan
el 19 de Sept. de 2014
Dima Lisin
el 19 de Sept. de 2014
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.
Categorías
Más información sobre Computer Vision Toolbox en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!