alathon / EmguCVWallViz

1 stars 0 forks source link

[Code] [Server] Background subtraction #7

Open alathon opened 8 years ago

alathon commented 8 years ago

An initial draft of background subtraction has been implemented (Subtracting current image from an initial frame). However, it does not work very well so far.

Sebastian suggested equalizing the diff image to stretch out the histogram. Worth trying.

I may also want to consider a 'running average' background subtraction.

alathon commented 8 years ago

Widened issue to also include filtering the image in general.

alathon commented 8 years ago

TODO: Try equalizing the diff image to stretch out the histogram.

alathon commented 8 years ago

Doing a histogram stretch gives a very weird result :/