BINARYFLT

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

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. LPBINARYFLT is a pointer to a BINARYFLT structure.