Filter Library | Camera | Interface Physics |
#include <ScanFilterBgsDiff_LbL.h>
Inheritance diagram for CScanFilterBgsDiff_LbL:
Definition at line 70 of file ScanFilterBgsDiff_LbL.h.
Public Member Functions | |
Camera--Filter Interface | |
virtual BOOL | CanDoPartialData () const |
this filter can handle partial frames. | |
virtual BOOL | CanDoDialogEntry () const |
this filter does not provide a dialog. | |
virtual BOOL | Apply () |
check parameters, take care of a properly sized output buffer, set its name and copy filter parameters and process; see also CScanFilterNull::ApplyCore(). | |
Static Public Attributes | |
static LPCTSTR | m_lpcsFilterName |
the filter name. | |
static LPCTSTR | m_lpcsShortFilterName |
the class short filtername. | |
Protected Member Functions | |
virtual void | Serialize (CArchive &ar) |
store or retrieve the object's settings. | |
Protected Attributes | |
CScanFilterBGS_LbL | m_bgsFilter |
the planar background subtraction filter. | |
CScanFilterDifferential_LbL | m_diffFilter |
the frame by frame differential filter. | |
CScanBaseBufferPtr | m_lpsbTmp |
the intermediate result buffer. |