In This Topic ▼

OBJECTINFO

typedef struct _OBJECTINFO 
{ 
   L_RECT rcRect; 
   L_INT **pObject; 
} OBJECTINFO, *pOBJECTINFO; 

The OBJECTINFO structure provides information about the object exists within a rectangle in an image.

Members

rcRect

A rectangle structure used to specify the area where the object exists.

pObject

A two dimensional array that represents the information about the object shape. This array specifies the shape of the object by referencing points that exist in the object as 1, and the ones that are not as 0. It corresponds to the size of all the pixels in the rectangle rcRect specified in the OBJECTINFO structure.

Comments

The structure is used by:

Help Version 21.0.2023.2.15
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Raster Imaging C API Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.