EOCR::BuildObjects

Segments the source image, i.e. detects and labels the objects.

Namespace: Euresys::Open_eVision

[C++]

void BuildObjects(
   EROIBW8* sourceImage
)

Parameters

sourceImage

Pointer to the source image/ROI.

Remarks

An object is a connected set of pixels above or below Threshold (according to TextColor).

EOCR.BuildObjects

Segments the source image, i.e. detects and labels the objects.

Namespace: Euresys.Open_eVision

[C#]

void BuildObjects(
   Euresys.Open_eVision.EROIBW8 sourceImage
)

Parameters

sourceImage

Pointer to the source image/ROI.

Remarks

An object is a connected set of pixels above or below Threshold (according to TextColor).