EMovingAverage::GetSize

Queries a moving average context for the current parameter settings.

Namespace: Euresys::Open_eVision

[C++]

void GetSize(
   OEV_UINT32& numberOfImages,
   int& imageWidth,
   int& imageHeight,
   bool& internalAllocationScheme
)

Parameters

numberOfImages

Number of images on which to integrate.

imageWidth

Image width (all images used for averaging must be of the same size).

imageHeight

Image height (all images used for averaging must be of the same size).

internalAllocationScheme

Buffer allocation scheme. When true, the moving average context provides the image to be acquired into (see member EMovingAverage::SrcImage).

EMovingAverage.GetSize

Queries a moving average context for the current parameter settings.

Namespace: Euresys.Open_eVision

[C#]

void GetSize(
   ref uint numberOfImages,
   ref int imageWidth,
   ref int imageHeight,
   ref bool internalAllocationScheme
)

Parameters

numberOfImages

Number of images on which to integrate.

imageWidth

Image width (all images used for averaging must be of the same size).

imageHeight

Image height (all images used for averaging must be of the same size).

internalAllocationScheme

Buffer allocation scheme. When true, the moving average context provides the image to be acquired into (see member EMovingAverage::SrcImage).