SuperPixel generator using MSER regions. An erosion pyramid improves the MSER regions specifically if cursive handwriting is present.
More...
#include <SuperPixel.h>
SuperPixel generator using MSER regions. An erosion pyramid improves the MSER regions specifically if cursive handwriting is present.
- See also
- SuperPixelBase
rdf::SuperPixel::SuperPixel |
( |
const cv::Mat & |
img | ) |
|
bool rdf::SuperPixel::compute |
( |
| ) |
|
|
overridevirtual |
Runs the algorithm implemented by the module.
- Returns
- True on success.
Implements rdf::Module.
cv::Mat rdf::SuperPixel::draw |
( |
const cv::Mat & |
img, |
|
|
const QColor & |
col = QColor() |
|
) |
| const |
cv::Mat rdf::SuperPixel::drawMserBlobs |
( |
const cv::Mat & |
img, |
|
|
const QColor & |
col = QColor() |
|
) |
| const |
QVector< QSharedPointer< MserBlob > > rdf::SuperPixel::getMserBlobs |
( |
| ) |
const |
QString rdf::SuperPixel::toString |
( |
| ) |
const |
|
overridevirtual |
Converts the module's parameters and results to a string.
- Returns
- The string containing all parameters and results of the module.
Reimplemented from rdf::Module.
The documentation for this class was generated from the following files: