background subtraction in video or image
Show older comments
I want to background subtraction from video or image and I don't have any background image without foreground objects. Can any body give me code for that? I attached a sample of images.
Accepted Answer
More Answers (2)
Image Analyst
on 1 Jun 2015
0 votes
Then you'll have to estimate it. For example, find the foreground objects somehow and then estimate the background by using roifill() to fill in where the foreground objects are. But if you can do that, then maybe you don't even need to subtract the background. Why don't you attach a couple of frames from your video and tell us what you want and don't want?
4 Comments
mary khaliji
on 1 Jun 2015
Edited: Image Analyst
on 1 Jun 2015
Image Analyst
on 1 Jun 2015
The Computer Vision System Toolbox has utilities for that. I don't have that toolbox.
mary khaliji
on 1 Jun 2015
Image Analyst
on 1 Jun 2015
You have to first find the foreground objects so you have a binary image of the foreground, then you can fill them in. I suggest you follow up on Dima's answer as that is the best way.
RAJASHEKHARA REDDY
on 13 Jan 2017
if true
% code
end
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!