#include <FormAnalysis.h>
rdf::FormEvaluation::FormEvaluation |
( |
| ) |
|
QVector< double > rdf::FormEvaluation::cellJaccards |
( |
| ) |
|
QVector< double > rdf::FormEvaluation::cellMatches |
( |
| ) |
|
void rdf::FormEvaluation::computeEvalCells |
( |
| ) |
|
void rdf::FormEvaluation::computeEvalTableRegion |
( |
| ) |
|
cv::Mat rdf::FormEvaluation::computeTableImage |
( |
QSharedPointer< rdf::TableRegion > |
table, |
|
|
bool |
mergeCells = false |
|
) |
| |
double rdf::FormEvaluation::meanCellJaccard |
( |
| ) |
|
double rdf::FormEvaluation::meanCellMatch |
( |
| ) |
|
double rdf::FormEvaluation::missedCells |
( |
double |
threshold = 0.2 | ) |
|
void rdf::FormEvaluation::setSize |
( |
cv::Size |
s | ) |
|
bool rdf::FormEvaluation::setTemplate |
( |
QString |
templateName | ) |
|
double rdf::FormEvaluation::tableJaccard |
( |
| ) |
|
double rdf::FormEvaluation::tableMatch |
( |
| ) |
|
double rdf::FormEvaluation::underSegmented |
( |
double |
threshold = 0.2 | ) |
|
QVector< double > rdf::FormEvaluation::underSegmentedC |
( |
| ) |
|
QVector<double> rdf::FormEvaluation::mCellMatch |
|
protected |
double rdf::FormEvaluation::mCellsMatched = -1 |
|
protected |
double rdf::FormEvaluation::mCellsTemplate = -1 |
|
protected |
cv::Size rdf::FormEvaluation::mImageSize |
|
protected |
QVector<double> rdf::FormEvaluation::mJaccardCell |
|
protected |
double rdf::FormEvaluation::mJaccardTable |
|
protected |
double rdf::FormEvaluation::mMatchTable |
|
protected |
cv::Mat rdf::FormEvaluation::mTableMatched |
|
protected |
cv::Mat rdf::FormEvaluation::mTableTemplate |
|
protected |
QVector<double> rdf::FormEvaluation::mUnderSegmented |
|
protected |
The documentation for this class was generated from the following files: