|
IMVDyLogic
The IMVDyLogic interface is used to control the filter's image
processing algorithm. Read the filter description to see how the
filter is used.
Header file: iMVDyLogic.h
Interface definition language file: iMVDyLogic.idl
Typelib: MVDyLogic
Interface ID: IID_IMVDyLogic
HRESULT get_DyLogicMode( [out,
retval] int *piMode );
Returns the dyadic logic mode.
Parameter:
HRESULT put_DyLogicMode( [in ]
int iMode );
Sets the dyadic logic mode.
Parameter:
Filter specific structures and enumerators
typedef enum _MV_DYADIC_LOGIC_MODE
{
MV_MV_DYLOGIC_AND= 0,
MV_MV_DYLOGIC_OR,
MV_MV_DYLOGIC_XOR
} MV_DYADIC_LOGIC_MODE;
|