#include <LineTrace.h>
rdf::ReadLSD::ReadLSD |
( |
const cv::Mat & |
img, |
|
|
const cv::Mat & |
mask = cv::Mat() |
|
) |
| |
bool rdf::ReadLSD::checkInput |
( |
| ) |
const |
|
overrideprotectedvirtual |
checks if all input images are in the specified format.
Implements rdf::Module.
bool rdf::ReadLSD::compute |
( |
| ) |
|
|
overridevirtual |
Runs the algorithm implemented by the module.
- Returns
- True on success.
- Check if the rectangle exceeds the minimal density of
Implements rdf::Module.
bool rdf::ReadLSD::isEmpty |
( |
| ) |
const |
|
overridevirtual |
Returns true if the module was initialized with the default constructor. Note, if empty is true, nothing can be computed.
- Returns
- Returns true if the module was initialized.
Implements rdf::Module.
cv::Mat rdf::ReadLSD::magImg |
( |
| ) |
const |
cv::Mat rdf::ReadLSD::radImg |
( |
| ) |
const |
QString rdf::ReadLSD::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.
double rdf::ReadLSD::mInv[100000] |
|
protected |
cv::Mat rdf::ReadLSD::mLineImg |
|
protected |
cv::Mat rdf::ReadLSD::mMagImg |
|
protected |
cv::Mat rdf::ReadLSD::mMask |
|
protected |
cv::Mat rdf::ReadLSD::mRadImg |
|
protected |
cv::Mat rdf::ReadLSD::mRegionImg |
|
protected |
cv::Mat rdf::ReadLSD::mSrcImg |
|
protected |
int rdf::ReadLSD::mTabSize = 100000 |
|
protected |
The documentation for this class was generated from the following files: