EXOBJ_RESULT

Summary

Stores the extraction results for a single color.

Syntax

typedef struct EXOBJ_RESULT 
{ 
   L_UINT64 uStructSize; 
   pEXOBJ_RESULT pPrev; 
   pEXOBJ_RESULT pNext; 
   pEXOBJ_OBJECTLIST pObjects; 
   pEXOBJ_OBJECTLIST pSmallNoise; 
   pEXOBJ_OBJECTLIST pLargeNoise; 
   pEXOBJ_OBJECTLIST pContainers; 
} EXOBJ_RESULT, * pEXOBJ_RESULT; 

Members

L_UINT64 uStructSize

Size of this structure in bytes, for versioning. Use the sizeof(EXOBJ_RESULT) operator to calculate this value.

EXOBJ_RESULT pPrev

Pointer to EXOBJ_RESULT structure representing the previous result in the list.

pEXOBJ_RESULT pNext

Pointer to EXOBJ_RESULT structure representing the next result in the list.

pEXOBJ_OBJECTLIST pObjects

Pointer to the list of extracted objects (nesting preserved if the EXOBJ_DETECT_CHILDREN flag is provided).

pEXOBJ_OBJECTLIST pSmallNoise

Pointer to the list of noise that was too small (hierarchy not preserved).

pEXOBJ_OBJECTLIST pLargeNoise

Pointer to the list of noise that was too large (hierarchy not preserved).

pEXOBJ_OBJECTLIST pContainers

Pointer to the list of containers that have too many sub-objects (hierarchy not preserved).

Usage

See Also

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

LEADTOOLS Raster Imaging C API Help

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