cv::BackgroundSubtractor Class Reference

#include <background_segm.hpp>

Inheritance diagram for cv::BackgroundSubtractor:

cv::BackgroundSubtractorMOG

List of all members.

Public Member Functions

 CV_WRAP_AS (apply) virtual void operator()(const Mat &image
 the update operator that takes the next video frame and returns the current foreground mask as 8-bit binary image.
virtual ~BackgroundSubtractor ()
 the virtual destructor

Public Attributes

CV_OUT Matfgmask
CV_OUT Mat double learningRate = 0)


Detailed Description

The Base Class for Background/Foreground Segmentation

The class is only used to define the common interface for the whole family of background/foreground segmentation algorithms.


Constructor & Destructor Documentation

virtual cv::BackgroundSubtractor::~BackgroundSubtractor (  )  [virtual]

the virtual destructor


Member Function Documentation

cv::BackgroundSubtractor::CV_WRAP_AS ( apply   )  const

the update operator that takes the next video frame and returns the current foreground mask as 8-bit binary image.


Member Data Documentation


The documentation for this class was generated from the following file:

Generated on Fri Jan 28 22:07:37 2011 for opencv by  doxygen 1.5.9