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.
Size of the structure. Should be set to sizeof(BINARYFLT).
Maximum value.
Filter dimensions.
Array of filter coefficients.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document