Information class for SuperPixel labeling.
More...
#include <Evaluation.h>
|
| EvalInfo (const QString &name="unknown") |
|
void | operator+= (const EvalInfo &o) |
|
void | eval (int trueClassId, int predictedClassId, bool isBackground=false) |
|
void | setName (const QString &name) |
|
QString | name () const |
|
double | accuracy () const |
|
double | fscore () const |
|
double | precision () const |
|
double | recall () const |
|
int | count () const |
|
QString | toString () const |
|
| BaseElement (const QString &id=QString()) |
| This class keeps an ID to keep track of transformed elements during a processing chain. You can e.g. generate Pixel elements from MserBlobs. After filtering, processing etc. you can map back to the (pixel accurate) MserBlob using this ID. More...
|
|
void | setId (const QString &id) |
| Sets the (preferably unique) ID. If no ID is set, a unqiue ID is generated and assigned. More...
|
|
QString | id () const |
| Returns the elment's id. More...
|
|
virtual void | scale (double factor) |
|
Information class for SuperPixel labeling.
- See also
- BaseElement
rdf::EvalInfo::EvalInfo |
( |
const QString & |
name = "unknown" | ) |
|
double rdf::EvalInfo::accuracy |
( |
| ) |
const |
int rdf::EvalInfo::count |
( |
| ) |
const |
void rdf::EvalInfo::eval |
( |
int |
trueClassId, |
|
|
int |
predictedClassId, |
|
|
bool |
isBackground = false |
|
) |
| |
double rdf::EvalInfo::fscore |
( |
| ) |
const |
QString rdf::EvalInfo::header |
( |
| ) |
|
|
static |
QString rdf::EvalInfo::name |
( |
| ) |
const |
void rdf::EvalInfo::operator+= |
( |
const EvalInfo & |
o | ) |
|
double rdf::EvalInfo::precision |
( |
| ) |
const |
double rdf::EvalInfo::recall |
( |
| ) |
const |
void rdf::EvalInfo::setName |
( |
const QString & |
name | ) |
|
QString rdf::EvalInfo::toString |
( |
| ) |
const |
|
virtual |
The documentation for this class was generated from the following files: