Read@CVL
|
#include "BaseModule.h"
#include "ScaleFactory.h"
#include "Shapes.h"
#include "Pixel.h"
#include "PixelSet.h"
#include "Image.h"
#include <QRectF>
#include <QVector>
#include <QMap>
#include <QPainter>
Go to the source code of this file.
Classes | |
class | rdf::SuperPixelBase |
Base class implementation for SuperPixel generating modules. More... | |
class | rdf::SuperPixelConfig |
Configuration class for MserSuperPixel. More... | |
class | rdf::MserContainer |
Container for MSER elements. This class maps OpenCVs MSER regions with their bounding boxes. More... | |
class | rdf::SuperPixel |
SuperPixel generator using MSER regions. An erosion pyramid improves the MSER regions specifically if cursive handwriting is present. More... | |
class | rdf::LinePixelConfig |
Configuration class for LineSuperPixel. More... | |
class | rdf::LineSuperPixel |
SuperPixel generator based on the LSD line detector. More... | |
class | rdf::GridPixelConfig |
Configuration class for GridSuperPixel. More... | |
class | rdf::GridPixel |
class | rdf::GridSuperPixel |
Grid based SuperPixel extraction. More... | |
class | rdf::LocalOrientationConfig |
Configuration file for local orientation extraction. More... | |
class | rdf::LocalOrientation |
Local orientation estimation (using Il Koo's method). More... | |
Namespaces | |
rdf | |