Documentation Portal      

What are you looking for?

EasyImage::PixelMin

Computes the minimum gray-level value in an image.

Namespace: Euresys::Open_eVision_2_10

[C++]

void PixelMin(
   const EROIBW8* sourceImage,
   EBW8& minimumValue
)

void PixelMin(
   const EROIBW16* sourceImage,
   EBW16& minimumValue
)

void PixelMin(
   const EROIBW8* sourceImage,
   const ERegion& region,
   EBW8& minimumValue
)

void PixelMin(
   const EROIBW16* sourceImage,
   const ERegion& region,
   EBW16& minimumValue
)

void PixelMin(
   const EROIBW8* sourceImage,
   const EROIBW8* mask,
   EBW8& minimumValue
)

void PixelMin(
   const EROIBW16* sourceImage,
   const EROIBW8* mask,
   EBW16& minimumValue
)

Parameters

sourceImage

Pointer to the source image/ROI.

minimumValue

Reference to the minimum value.

region

Pointer to a region to apply the function only on a particular region in the image.

mask

Pointer to a mask to apply the function only on a particular region in the image. Note: the mask must have the same size as the source image.

EasyImage.PixelMin

Computes the minimum gray-level value in an image.

Namespace: Euresys.Open_eVision_2_10

[C#]

void PixelMin(
   Euresys.Open_eVision_2_10.EROIBW8 sourceImage,
   out Euresys.Open_eVision_2_10.EBW8 minimumValue
)

void PixelMin(
   Euresys.Open_eVision_2_10.EROIBW16 sourceImage,
   out Euresys.Open_eVision_2_10.EBW16 minimumValue
)

void PixelMin(
   Euresys.Open_eVision_2_10.EROIBW8 sourceImage,
   Euresys.Open_eVision_2_10.ERegion region,
   out Euresys.Open_eVision_2_10.EBW8 minimumValue
)

void PixelMin(
   Euresys.Open_eVision_2_10.EROIBW16 sourceImage,
   Euresys.Open_eVision_2_10.ERegion region,
   out Euresys.Open_eVision_2_10.EBW16 minimumValue
)

void PixelMin(
   Euresys.Open_eVision_2_10.EROIBW8 sourceImage,
   Euresys.Open_eVision_2_10.EROIBW8 mask,
   out Euresys.Open_eVision_2_10.EBW8 minimumValue
)

void PixelMin(
   Euresys.Open_eVision_2_10.EROIBW16 sourceImage,
   Euresys.Open_eVision_2_10.EROIBW8 mask,
   out Euresys.Open_eVision_2_10.EBW16 minimumValue
)

Parameters

sourceImage

Pointer to the source image/ROI.

minimumValue

Reference to the minimum value.

region

Pointer to a region to apply the function only on a particular region in the image.

mask

Pointer to a mask to apply the function only on a particular region in the image. Note: the mask must have the same size as the source image.

Which API shall we display?

© 2019 EURESYS s.a.  -  About Documentation  -  Open Source Licenses  -  Open eVision 2.10.0.1121