#include "BaseModule.h"
#include <QObject>
#include <opencv2/core.hpp>
Go to the source code of this file.
|
class | rdf::SimpleBinarizationConfig |
|
class | rdf::SimpleBinarization |
| A simple binarization module using a defined threshold. More...
|
|
class | rdf::BaseBinarizationSuConfig |
|
class | rdf::BaseBinarizationSu |
| The class binarize a grayvalue image. The segmentation algorithm is based on "Binarization of Historical Document Images Using Local Maximum and Minimum", Bolan Su, Shijian Lu and Chew Lim Tan, DAS 2010. More...
|
|
class | rdf::BinarizationSuAdapted |
| The class binarize a grayvalue image. The segmentation algorithm is based on "Binarization of Historical Document Images Using Local Maximum and Minimum", Bolan Su, Shijian Lu and Chew Lim Tan, DAS 2010. In contrast to DkSegmentationSu the ContrastImg is adapted and the strokeWidth is constant. More...
|
|
class | rdf::BinarizationSuFgdWeight |
| The class binarize a rgb color image. To make the algorithm robust against noise, the foreground is estimated and the image is weighted with the foreground. (Foreground estimation is performed by a Mean Filter with a size of 32x32 px). More...
|
|