Extracting background/foreground of an image

4 views (last 30 days)
Hey Guys, I am currently starting to get into matlab and want to experiment with some images. So basiccaly I load two images (the same, but different angle) and I want to extract their background or foreground. So basically if I detect a human in the foreground, it should „extract“ him. (The goal in the end, is to place the extracted foreground on a different background) But how do I find this human in the background. Should I do some correspondence calculation with harris detector or something like that? Should I transform the images into grayscale? What is the best way to calculate this mask to extract the features of an foreground/background. Is there a way without using some toolboxes? If not, what kind of toolboxes would help. Thank you very much Guys !!

Accepted Answer

Image Analyst
Image Analyst on 20 Jun 2020
If your background is static, then you can get one with no humans and subtract it from the test image and look for differences.
  4 Comments
Tony Rochelle
Tony Rochelle on 20 Jun 2020
Okay thank you, when subtracting the image, how can I get the mask. Is the mask the difference of these images? And how do I place this extracted foreground into another background?
Image Analyst
Image Analyst on 1 Jul 2020
I believe I answered that in another question of yours.

Sign in to comment.

More Answers (0)

Products


Release

R2020a

Community Treasure Hunt

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

Start Hunting!