EMovingAverage::GetSrcImage

Returns the image in which you must store the next image to be averaged.

Namespace: Euresys::Open_eVision

[C++]

EImageBW8* GetSrcImage()

Remarks

This method may be used only when the buffer allocation scheme has been set to internal (see EMovingAverage::SetSize or EMovingAverage::EMovingAverage)

EMovingAverage.SrcImage

Returns the image in which you must store the next image to be averaged.

Namespace: Euresys.Open_eVision

[C#]

Euresys.Open_eVision.EImageBW8 SrcImage

{ get; }

Remarks

This method may be used only when the buffer allocation scheme has been set to internal (see EMovingAverage::SetSize or EMovingAverage::EMovingAverage)