#include "DLImage.h"
#include "DLColor.h"
Go to the source code of this file.
Classes | |
class | DLBitsPerPixelConverter |
A collection of algorithms to convert among binary, grayscale and color images. More... | |
Enumerations | |
enum | DL_BINARIZE_TYPE { DL_NIBLACK, DL_SAUVOLA, DL_WOLFJOLION, DL_ADANIBLACK } |
enum DL_BINARIZE_TYPE |
Variations of the Niblack binarization algorithm
Definition at line 11 of file DLBitsPerPixelConverter.h.