|
IMVMean
The IMVMean Interface provides methods to configure the MV Mean filter.
Read the filter description
to see how the filter is used.
Header file: IMVMean.h
Interface definition language file: IMVMean.idl
Typelib: MVMean
Interface ID: IID_IMVMean
Property IMVMean::AdjustMean
Declaration:
Property Get/Put AdjustMean As Long
Adjust the mean to 128.
Prototype:
HRESULT put_AdjustMean(LONG
lAdjust);
HRESULT get_AdjustMean(LONG* plAdjust);
Method IMVMean::GetImageMean
Declaration:
Function GetImageMean As Byte
Get the image mean.
Prototype:
HRESULT GetImageMean(BYTE*
pbyValue);
|