BINARYFLT

typedef struct tagBINARYFLT 
{ 
   L_UINT uStructSize;         /* size of this structure. Use the sizeof() operator to calculate it */ 
   L_BOOL bfltMax;              /* select maximum value */ 
   L_UINT bfltDim;               /* filter dimensions */ 
   L_INT bfltMatrix[1];         /* array of filter coefficients */ 
} BINARYFLT, *pBINARYFLT; 

The BINARYFLT structure is used internally by LEADTOOLS, and the meanings of its fields are not published. For the list of built-in filters, refer to the L_BinaryFilterBitmap function. pBINARYFLT is a pointer to a BINARYFLT structure.

Members

uStructSize

Size of the structure. Should be set to sizeof(BINARYFLT).

bfltMax

Maximum value.

bfltDim

filter dimensions.

bfltMatrix

Array of filter coefficients.

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

LEADTOOLS Raster Imaging C API Help