typedef struct SAUVOLABINARIZE
{
L_UINT uStructSize;
L_INT nWSize;
L_DOUBLE dKFactor;
L_INT nRFactor;
} SAUVOLABINARIZE, * pSAUVOLABINARIZE;
The SAUVOLABINARIZE structure provides Sauvola parameters for the L_SauvolaBinarize function.
The size of the SAUVOLABINARIZE structure.
The size of the Sauvola window for which the pixels' mean and variance are calculated from.
A double value that weighs the effect of the standard deviation in calculating the Sauvola threshold. The default value is 0.35 and the valid range is from 0.0 to 1.0.
Represents the dynamic range of the standard deviation. The default value is 128 and the valid range is from 1 to 255.
This structure is required to set Sauvola binarization parameters.
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