How to apply median filter to whole video??
1 view (last 30 days)
Show older comments
i want to detect foreground from video.i will first apply median filter than after i will subtract frame from reference frame..
0 Comments
Answers (2)
Image Analyst
on 23 Oct 2015
You can do it one frame at a time. A demo is attached. Feel free to adapt it.
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.
0 Comments
See Also
Categories
Find more on Computer Vision with Simulink in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!