Public Member Functions

background_subtractor Class Reference

#include <background_subtractor.h>

List of all members.

Public Member Functions

 background_subtractor ()
 ~background_subtractor ()
bool refresh ()
CvSize get_size () const
IplImage * get_segmentation ()
CvPoint project_into_segment (const CvPoint p) const

Detailed Description

A simple background subtraction algorithm.


Constructor & Destructor Documentation

background_subtractor::background_subtractor (  )  [inline]
background_subtractor::~background_subtractor (  )  [inline]

Member Function Documentation

IplImage* background_subtractor::get_segmentation (  )  [inline]
CvSize background_subtractor::get_size (  )  const [inline]
CvPoint background_subtractor::project_into_segment ( const CvPoint  p  )  const [inline]
bool background_subtractor::refresh (  )  [inline]

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