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
Declaration: Property Get/Put Invert As BooleanInvert the integral funktion.
C Prototype:HRESULT put_Invert(VARIANT_BOOL newVal);
HRESULT get_Invert(VARIANT_BOOL *pVal);
Declaration: Sub ResetReset the output image.
C Prototype:HRESULT Reset();