SuperPixel generator based on the LSD line detector.
More...
#include <SuperPixel.h>
SuperPixel generator based on the LSD line detector.
- See also
- SuperPixelBase
rdf::LineSuperPixel::LineSuperPixel |
( |
const cv::Mat & |
img | ) |
|
bool rdf::LineSuperPixel::checkInput |
( |
| ) |
const |
|
overrideprotectedvirtual |
checks if all input images are in the specified format.
Reimplemented from rdf::SuperPixelBase.
bool rdf::LineSuperPixel::compute |
( |
| ) |
|
|
overridevirtual |
Runs the algorithm implemented by the module.
- Returns
- True on success.
Implements rdf::Module.
cv::Mat rdf::LineSuperPixel::draw |
( |
const cv::Mat & |
img | ) |
const |
QString rdf::LineSuperPixel::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.
QVector<Line> rdf::LineSuperPixel::mLines |
|
protected |
The documentation for this class was generated from the following files: