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