REMOVEBACKGROUNDINFO (original) (raw)
Summary
The REMOVEBACKGROUNDINFO structure provides the amount of removing background information.
Syntax
typedef struct tagREMOVEBACKGROUNDINFO
{
[L_UINT](leadtools-basic-data-types.html) uStructSize;
[L_UINT](leadtools-basic-data-types.html) uBGRemovaleFactor;
} REMOVEBACKGROUNDINFO, *pREMOVEBACKGROUNDINFO;
Members
uStructSize
Size of this structure in bytes, for versioning. Use the sizeof() operator to calculate this value.
uBGRemovaleFactor
This value determines the amount of removing background. Recommended value is 800. This value accepts only positive values within the range from 0 to 1000.
Usage
LEADTOOLS Raster Imaging C API Help