IMVSmoothSequence

IMVSmoothSequence Interface.

Read thefilter description to see how the filter is used.

NumOfImages The number of images used for averaging.

Header file: IMVSmoothSequence.h
Interface definition language file: IMVSmoothSequence.idl
Typelib: MVSmoothSequence
Interface ID: IID_IMVSmoothSequence


Property IMVSmoothSequence::NumOfImages

Declaration: Property Get/Put NumOfImages As Long

The number of images used for averaging.

Prototype:

HRESULT put_NumOfImages(int   lNumOfImages);
HRESULT get_NumOfImages(int* plNumOfImages);