EasyImage::Normalize

Normalizes an image, i.e. applies a linear transform to the gray levels so that their average and standard deviation are imposed.

Namespace: Euresys::Open_eVision

[C++]

void Normalize(
   const EROIBW8* sourceImage,
   EROIBW8* destinationImage,
   float imposedAverage,
   float imposedStandardDeviation
)

void Normalize(
   const EROIBW16* sourceImage,
   EROIBW16* destinationImage,
   float imposedAverage,
   float imposedStandardDeviation
)

Parameters

sourceImage

Pointer to the source image/ROI.

destinationImage

Pointer to the destination image/ROI.

imposedAverage

Imposed average.

imposedStandardDeviation

Imposed standard deviation.

EasyImage.Normalize

Normalizes an image, i.e. applies a linear transform to the gray levels so that their average and standard deviation are imposed.

Namespace: Euresys.Open_eVision

[C#]

void Normalize(
   Euresys.Open_eVision.EROIBW8 sourceImage,
   Euresys.Open_eVision.EROIBW8 destinationImage,
   float imposedAverage,
   float imposedStandardDeviation
)

void Normalize(
   Euresys.Open_eVision.EROIBW16 sourceImage,
   Euresys.Open_eVision.EROIBW16 destinationImage,
   float imposedAverage,
   float imposedStandardDeviation
)

Parameters

sourceImage

Pointer to the source image/ROI.

destinationImage

Pointer to the destination image/ROI.

imposedAverage

Imposed average.

imposedStandardDeviation

Imposed standard deviation.