IMVIntegral

The IMVIntegral interface contains methods and properties to configure the MV Integral filter.

Methods:

Invert Invert the integral funktion.
Reset Reset the output image.

Header file: IMVIntegral.h
Interface definition language file: IMVIntegral.idl
Typelib: MVIntegral
Interface ID: IID_IMVIntegral


Property IMVIntegral::Invert

Declaration: Property Get/Put Invert As Boolean

Invert the integral funktion.

C Prototype:

HRESULT put_Invert(VARIANT_BOOL newVal);
HRESULT get_Invert(VARIANT_BOOL *pVal);


Method IMVIntegral::Reset

Declaration: Sub Reset

Reset the output image.

C Prototype:

HRESULT Reset();