 rdf::Algorithms | Contains basic algorithms to manipulate images. |
 rdf::BaseElement | |
  rdf::MserBlob | |
  rdf::Pixel | This class represents a single instance of super pixels which are needed for the layout analysis. |
  rdf::PixelEdge | |
   rdf::LineEdge | |
  rdf::PixelGraph | Represents a pixel graph. This class comes in handy if you want to map pixel edges with pixels. |
  rdf::PixelLabel | |
  rdf::PixelSet | PixelSet stores and manipulates pixel collections. |
  rdf::PixelStats | This class holds Pixel statistics which are found when computing the local orientation. |
  rdf::PixelTabStop | |
 rdf::BaseLine | |
 rdf::BasicContrast | |
 rdf::BasicFM | |
 rdf::BinarizationTest | |
 rdf::Blob | A class that defines a single blob within an image. |
 rdf::BlobManager | Allows to manipulate the Blobs class (filter, etc.) |
 rdf::Blobs | Blobs class - holds a vector of Blobs and the corresponding image. |
 Block< Type > | |
 Block< node_id > | |
 rdf::ColorManager | |
 rdf::Config | |
 rdf::ContrastEstimation | |
 rdf::Converter | |
 GCoptimization::DataCostFnFromArray | |
 GCoptimization::DataCostFnFromFunction | |
 GCoptimization::DataCostFnFromFunctionExtra | |
 GCoptimization::DataCostFnSparse | |
 GCoptimization::DataCostFunctor | |
 DBlock< Type > | |
 DBlock< nodeptr > | |
 rdf::DBScanPixel | DBScan clustering for pixels. |
 rdf::DebugConfig | |
 rdf::Drawer | |
 rdf::Ellipse | |
 rdf::FeatureCollection | FeatureCollection maps one LabelInfo to its features. In addition it handles the I/O using Json. |
 rdf::FeatureCollectionManager | Manages FeatureCollections. Hence, each label (e.g. printed text) is stored here along with it's features retrieved from groundtruthed images. |
 rdf::FocusEstimation | |
 GCException | |
 rd3::GCGraph< TWeight > | |
 GCoptimization | |
  GCoptimizationGeneralGraph | |
  GCoptimizationGridGraph | |
 rdf::GenericSettings | |
  rdf::GlobalSettings | |
 Graph< captype, tcaptype, flowtype > | |
  Energy< captype, tcaptype, flowtype > | |
 GCoptimization::GreedyIter< GCoptimization::DataCostFnSparse > | |
 rdf::Histogram | |
 rdf::Image | Basic image class |
 rdf::IP | |
 GCoptimization::DataCostFnSparse::iterator | |
 GCoptimization::LabelCost | |
 GCoptimization::LabelCostIter | |
 rdf::LabelInfo | This class is used for mapping classes (e.g. handwriting, decoration) |
 rdf::LabelManager | This class manages all labels loaded. It can be used to compare LabelInfo objects, and load them. |
 rdf::LayoutTest | |
 rdf::Line | A basic line class including stroke width (thickness). |
 rdf::LineFitting | Implements robust line fitting algorithms. |
 rdf::LineSegment | |
 LinkedBlockList | |
 rdf::Module | This is the base class for all modules. It provides all functions which are implemented by the modules. |
  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. |
   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. |
    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). |
  rdf::BaseSkewEstimation | The class estimates the skew of a document page. The methodology is based on "Skew estimation of natural images based on a salient line detector", Hyung Il Koo and Nam Ik Cho |
  rdf::FormFeatures | |
  rdf::GradientVector | |
  rdf::GraphCutOrientation | |
  rdf::LineTrace | Detects Lines in a binary image. The result is a binary image containing all line elements (pixel accurate) as well as all lines as vectors. It is also possible to filter lines according a specified angle. |
  rdf::LocalOrientation | |
  rdf::PageSegmentation | |
  rdf::ReadLSD | |
  rdf::SimpleBinarization | A simple binarization module using a defined threshold. |
  rdf::SuperPixel | |
  rdf::SuperPixelClassifier | |
  rdf::SuperPixelFeature | |
  rdf::SuperPixelLabeler | Converts GT information to label images. This class is used to assign a GT label to each SuperPixel computed in an image. |
  rdf::SuperPixelTrainer | Converts GT information to label images. This class is used to assign a GT label to each SuperPixel computed in an image. |
  rdf::TabStopAnalysis | |
  rdf::TextLineSegmentation | |
 rdf::ModuleConfig | |
  rdf::BaseBinarizationSuConfig | |
  rdf::BaseSkewEstimationConfig | |
  rdf::FormFeaturesConfig | |
  rdf::GradientVectorConfig | |
  rdf::LineTraceConfig | |
  rdf::LocalOrientationConfig | |
  rdf::PageSegmentationConfig | |
  rdf::ReadLSDConfig | |
  rdf::SimpleBinarizationConfig | |
  rdf::SuperPixelClassifierConfig | |
  rdf::SuperPixelConfig | |
  rdf::SuperPixelFeatureConfig | |
  rdf::SuperPixelLabelerConfig | This class configures the feature collection process. It controls I/O paths for feature labels and feature cache files and the normalization process through the read settings file. |
  rdf::SuperPixelTrainerConfig | |
  rdf::TabStopConfig | |
  rdf::TextLineConfig | |
 rdf::MserContainer | |
 rdf::PageElement | |
 rdf::PageXmlParser | |
 rdf::Patch | |
 rdf::PixelConnector | Abstract class PixelConnector. This is the base class for all pixel connecting classes which implement different algorithms for connecting super pixels. |
  rdf::DBScanPixelConnector | Connects Pixels using the DBScan. |
  rdf::DelauneyPixelConnector | Connects pixels using the Delauney triangulation. |
  rdf::RegionPixelConnector | Fully connected graph. Super pixels are connected with all other super pixels within a region. |
  rdf::TabStopPixelConnector | Connects tab stops. |
 rdf::Polygon | |
 rdf::Rect | |
 rdf::Region | |
  rdf::SeparatorRegion | |
  rdf::TextLine | |
 rdf::RegionManager | |
 rdf::RegionTypeConfig | |
 rdf::RegionXmlHelper | |
 GCoptimization::SmoothCostFnFromArray | |
 GCoptimization::SmoothCostFnFromFunction | |
 GCoptimization::SmoothCostFnFromFunctionExtra | |
 GCoptimization::SmoothCostFnPotts | |
 GCoptimization::SmoothCostFunctor | |
 GCoptimization::SparseDataCost | |
 rdf::SuperPixelModel | |
 rdf::TabStopCluster | |
 rdf::Timer | |
 rdf::Triangle | |
 rdf::Utils | |
 rdf::Vector2D | |
 rdf::WriterDatabase | |
 rdf::WriterRetrieval | |
 rdf::WriterVocabulary | |
 rdf::XmlTest | |