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;
Stores the extraction results for a single color.
Size of this structure in bytes, for versioning. Use the sizeof(EXOBJ_RESULT) operator to calculate this value.
Pointer to EXOBJ_RESULT structure representing the previous result in the list.
Pointer to EXOBJ_RESULT structure representing the next result in the list.
Pointer to the list of extracted objects (nesting preserved if the EXOBJ_DETECT_CHILDREN flag is provided).
Pointer to the list of noise that was too small (hierarchy not preserved).
Pointer to the list of noise that was too large (hierarchy not preserved).
Pointer to the list of containers that have too many sub-objects (hierarchy not preserved).
EXOBJ_RESULT is used by:
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document