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.

get_DyLogicMode Returns the dyadic arithmetic mode.
put_DyLogicMode Sets the dyadic arithmetic mode.

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:

piMode A pointer to an integer value that receives the dyadic logic mode as MV_DYADIC_ARITHMETIC_MODE .

 

HRESULT put_DyLogicMode( [in ] int iMode );

Sets the dyadic logic mode.

Parameter:

iMode The dyadic logic mode as MV_DYADIC_LOGIC_MODE .

 

 

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;