typedef struct tagREMOVEBACKGROUNDINFO
{
L_UINT uStructSize;
L_UINT uBGRemovaleFactor;
} REMOVEBACKGROUNDINFO, *pREMOVEBACKGROUNDINFO;
The REMOVEBACKGROUNDINFO structure provides the amount of removing background information for the L_RemoveBackground function.
Member | Description | |
uStructSize | Size of this structure in bytes, for versioning. Use the sizeof() macro 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. | |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET