|
IMVBackgroundSubtraction
The IMVBackgroundSubtraction interface contains methods and
properties to configure the MV Background
Subtraction DirectShow Filter.
Methods:
Header file: IMVBackgroundSubtraction.h
Interface definition language file:
IMVBackgroundSubtraction.idl
Typelib: MVBackgroundSubtraction
Interface ID: IID_IMVBackgroundSubtraction
Property
IMVBackgroundSubtraction::DrawContours
Declaration:
Property Get/Put DrawContours As Boolean
Draw contours around "missing" or changed parts of the
image.
Parameter:
C Prototype:
HRESULT put_DrawContours(VARIANT_BOOL
newVal);
HRESULT get_DrawContours(VARIANT_BOOL *pVal);
Property
IMVBackgroundSubtraction::ShowForeground
Declaration:
Property Get/Put ShowForeground As Boolean
Show forground image only in order to visualize changed parts of
the image.
Parameter:
C Prototype:
HRESULT put_ShowForeground(VARIANT_BOOL
newVal);
HRESULT get_ShowForeground(VARIANT_BOOL *pVal);
|