ECodedElement::ComputePixelMax

Computes the maximum gray level of the pixels of a given image over the coded element An object or a hole..

Namespace: Euresys::Open_eVision

[C++]

EBW8 ComputePixelMax(
   const EROIBW8& image
) const

Parameters

image

The input image.

ECodedElement.ComputePixelMax

Computes the maximum gray level of the pixels of a given image over the coded element.

Namespace: Euresys.Open_eVision

[C#]

EBW8 ComputePixelMax(
   EROIBW8 image
)

Parameters

image

The input image.

ECodedElement.ComputePixelMax

Computes the maximum gray level of the pixels of a given image over the coded element.

Module: open_evision

[Python]

ComputePixelMax(
    image: EROIBW8
) -> EBW8

Parameters

image

The input image.