IMVGray

The IMVGray interface is used to control the filters image processing algorithm. Read the filter description to see how the filter is used.

get_SelectedChannel Returns the currently selected color channel.
put_SelectedChannel Sets the current color channel.

Header file: IMVGray.h
Interface definition language file: IMVGray.idl
Typelib: MVGray
Interface ID:
IID_IMVGray

 

HRESULT get_SelectedChannel( [out, retval] int *piChannel );

Returns the currently selected color channel.

Parameter:

piChannel A pointer to an integer value that receives the currently selected color channel as MV_COLOR_CHANNEL.

 

HRESULT put_SelectedChannel( [in ] int iChannel );

Sets the current color channel.

Parameter:

iChannel Sets the desired color channel as MV_COLOR_CHANNEL.