How to apply median filter to whole video??

6 visualizaciones (últimos 30 días)
Rutvi Modi
Rutvi Modi el 23 de Oct. de 2015
Respondida: Dima Lisin el 23 de Oct. de 2015
i want to detect foreground from video.i will first apply median filter than after i will subtract frame from reference frame..

Respuestas (2)

Image Analyst
Image Analyst el 23 de Oct. de 2015
You can do it one frame at a time. A demo is attached. Feel free to adapt it.
  1 comentario
Rutvi Modi
Rutvi Modi el 23 de Oct. de 2015
sir i already converted video in images.but i want to take 1st pixel of 1st image and likewise 1st pixel in every image and then apply median filter to generate reference image 1st pixel but how to apply it?

Iniciar sesión para comentar.


Dima Lisin
Dima Lisin el 23 de Oct. de 2015
If you have the Computer Vision System Toolbox, try vision.ForegroundDetector. It models the background using a mixture of Gaussians, which is better than subtracting the median.

Community Treasure Hunt

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

Start Hunting!

Translated by