Extracting background/foreground of an image
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Tony Rochelle
el 20 de Jun. de 2020
Comentada: Image Analyst
el 1 de Jul. de 2020
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 !!
Respuesta aceptada
Image Analyst
el 20 de Jun. de 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 comentarios
Más respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!