opencv
2.2.0
|
#include <background_segm.hpp>
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 Mat & | fgmask |
CV_OUT Mat double | learningRate =0) |
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.
|
virtual |
the virtual destructor
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.