How to apply median filter to whole video??

7 views (last 30 days)
Rutvi Modi
Rutvi Modi on 23 Oct 2015
Answered: Dima Lisin on 23 Oct 2015
i want to detect foreground from video.i will first apply median filter than after i will subtract frame from reference frame..

Answers (2)

Image Analyst
Image Analyst on 23 Oct 2015
You can do it one frame at a time. A demo is attached. Feel free to adapt it.
  1 Comment
Rutvi Modi
Rutvi Modi on 23 Oct 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?

Sign in to comment.


Dima Lisin
Dima Lisin on 23 Oct 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!