ElliotAOram / GhostPyramid

CS39440 Major project
0 stars 0 forks source link

Feature 2: Background subtraction #39

Closed ElliotAOram closed 6 years ago

ElliotAOram commented 7 years ago

Feature Description

This feature will remove the background from the videofeed to ensure that there is a black background for the hologram and only the foreground is of interest.

Tasks

ElliotAOram commented 7 years ago

simple background subtraction (videofeed - static background image) produces okay results and may be sufficient for a controlled environment (such as the one used for the demo). However in order to get better colour and more consistent results it would be possible to use a MOG method but this would rely on almost constant motion and could be far more complex than required for the scenario.

I think I shall discuss this with my supervisor as it will change whether the emphasis is put on the software or the staging area.

ElliotAOram commented 7 years ago

Things to add in to design:

ElliotAOram commented 6 years ago

Archive