EMovingAverage::Average

Performs averaging of the source image with the preceding ones, and computes the de-noised image.

Namespace: Euresys::Open_eVision

[C++]

void Average(
   EROIBW8* destinationImage
)

void Average(
   EROIBW8* sourceImage,
   EROIBW8* destinationImage
)

Parameters

destinationImage

Pointer to the destination image.

sourceImage

Pointer to the source image.

Remarks

The overload with only the destinationImage may be used only when the buffer allocation scheme has been set to internal (see EMovingAverage::SetSize or EMovingAverage::EMovingAverage)

EMovingAverage.Average

Performs averaging of the source image with the preceding ones, and computes the de-noised image.

Namespace: Euresys.Open_eVision

[C#]

void Average(
   Euresys.Open_eVision.EROIBW8 destinationImage
)

void Average(
   Euresys.Open_eVision.EROIBW8 sourceImage,
   Euresys.Open_eVision.EROIBW8 destinationImage
)

Parameters

destinationImage

Pointer to the destination image.

sourceImage

Pointer to the source image.

Remarks

The overload with only the destinationImage may be used only when the buffer allocation scheme has been set to internal (see EMovingAverage::SetSize or EMovingAverage::EMovingAverage)