EasyImage::Focusing

Returns a measure of the focusing of an image by computing the total gradient energy.

Namespace: Euresys::Open_eVision

[C++]

float Focusing(
   EROIBW8* image
)

float Focusing(
   EROIBW16* image
)

float Focusing(
   EROIC24* image
)

Parameters

image

Pointer to the source image/ROI.

Remarks

When this quantity is maximum for a given image, sharp focusing is achieved.
For more information, please refer to the section Using Open eVision -> EasyImage - Computing Image Statistics -> Image Focus in the documentation.

EasyImage.Focusing

Returns a measure of the focusing of an image by computing the total gradient energy.

Namespace: Euresys.Open_eVision

[C#]

float Focusing(
   Euresys.Open_eVision.EROIBW8 image
)

float Focusing(
   Euresys.Open_eVision.EROIBW16 image
)

float Focusing(
   Euresys.Open_eVision.EROIC24 image
)

Parameters

image

Pointer to the source image/ROI.

Remarks

When this quantity is maximum for a given image, sharp focusing is achieved.
For more information, please refer to the section Using Open eVision -> EasyImage - Computing Image Statistics -> Image Focus in the documentation.