ECodedImage2::FindObject

Finds an object in the coded image using its coordinates.

Namespace: Euresys::Open_eVision

[C++]

const EObject* FindObject(
   int x,
   int y
)

const EObject* FindObject(
   OEV_UINT32 layerIndex,
   int x,
   int y
)

Parameters

x

The X-coordinate of the object.

y

The Y-coordinate of the object.

layerIndex

The index of the layer of interest.

Remarks

If no layer index is specified, all the layers of the coded image are scanned until an object is found at these coordinates.

ECodedImage2.FindObject

Finds an object in the coded image using its coordinates.

Namespace: Euresys.Open_eVision

[C#]

Euresys.Open_eVision.EObject FindObject(
   int x,
   int y
)

Euresys.Open_eVision.EObject FindObject(
   uint layerIndex,
   int x,
   int y
)

Parameters

x

The X-coordinate of the object.

y

The Y-coordinate of the object.

layerIndex

The index of the layer of interest.

Remarks

If no layer index is specified, all the layers of the coded image are scanned until an object is found at these coordinates.