Top "Background-subtraction" questions

Background-subtraction is a Computer-Vision technique that given a frame sequence from a fixed camera, processes pixels and separates them into foreground and background pixels.

'Module' object has no attribute 'BackgroundSubtractorMOG'

I'm trying to use the default functions to do background subtraction of a video file. I'm using Python 2.7 and OpenCV. …

python opencv background-subtraction
OpenCV C++/Obj-C: Proper object detection

As some kind of "holiday project" I'm playing around with OpenCV and want to detect and measure stuff. Current workflow (…

c++ objective-c opencv background-subtraction
Vehicle detection, count and classification in Python

I have to ultimately count the total number of vehicles in a video, distinguish between cars and trucks and color …

python-2.7 opencv blob background-subtraction simplecv