BINARYFLT

Summary

The BINARYFLT structure is used internally by LEADTOOLS, and the meanings of its fields are not published.

Syntax

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; 

Members

uStructSize

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

bfltMax

Maximum value.

bfltDim

Filter dimensions.

bfltMatrix

Array of filter coefficients.

Comments

pBINARYFLT is a pointer to a BINARYFLT structure.

For the list of built-in filters, refer to the LBitmap::BinaryFilter function.

Usage

Data Types

Functions

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

LEADTOOLS Raster Imaging C++ Class Library Help

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