EXOBJ_RESULT (original) (raw)

Summary

Stores the extraction results for a single color.

Syntax

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

LEADTOOLS Raster Imaging C API Help