ECodedElement::ComputePixelGrayAverage
Computes the average gray-level value of the pixels of a given image over the coded element An object or a hole..
Namespace: Euresys::Open_eVision
[C++]
float ComputePixelGrayAverage(
const EROIBW8
& image
) const
Parameters
image
The input image.
ECodedElement.ComputePixelGrayAverage
Computes the average gray-level value of the pixels of a given image over the coded element.
Namespace: Euresys.Open_eVision
[C#]
float ComputePixelGrayAverage(
EROIBW8
image
)
Parameters
image
The input image.
ECodedElement.ComputePixelGrayAverage
Computes the average gray-level value of the pixels of a given image over the coded element.
Module: open_evision
[Python]
ComputePixelGrayAverage(
image: EROIBW8
) -> float
Parameters
image
The input image.