REMOVEBACKGROUNDINFO

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.

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.

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

LEADTOOLS Raster Imaging C API Help

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