Documentation Portal      

What are you looking for?

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_2_6

[C++]

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

void Normalize(
   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_2_6

[C#]

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

void Normalize(
   Euresys.Open_eVision_2_6.EROIBW16 sourceImage,
   Euresys.Open_eVision_2_6.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.

Which API shall we display?

© 2018 EURESYS s.a.  -  About Documentation  -  Open Source Licenses  -  Open eVision 2.6.1.1110