Products | Support | Send comments on this topic. | Email a link to this topic. | Back to Getting Started | Help Version 18.0.10.24
LEADTOOLS Raster imaging C++ Class library help

BINARYFLT

Show in webframe

typedef struct _BINARYFLT
{
   L_UINT uStructSize;
   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 LBitmap::BinaryFilter function. LPBINARYFLT is a pointer to a BINARYFLT structure.

Member

Description

uStructSize

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

bfltMax

Maximum value.

bfltDim

Filter dimensions.

bfltMatrix

Array of filter coefficients.

Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.