ReadFramework
|
#include <PixelLabel.h>
Public Member Functions | |
PixelLabel (const QString &id=QString()) | |
void | setLabel (const LabelInfo &label) |
LabelInfo | label () const |
void | setTrueLabel (const LabelInfo &label) |
LabelInfo | trueLabel () 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... | |
QString | id () const |
Returns the elment's id. More... | |
Protected Attributes | |
LabelInfo | mTrueLabel = LabelInfo::label_unknown |
LabelInfo | mLabel = LabelInfo::label_unknown |
![]() | |
QString | mId |
rdf::PixelLabel::PixelLabel | ( | const QString & | id = QString() | ) |
LabelInfo rdf::PixelLabel::label | ( | ) | const |
void rdf::PixelLabel::setLabel | ( | const LabelInfo & | label | ) |
void rdf::PixelLabel::setTrueLabel | ( | const LabelInfo & | label | ) |
LabelInfo rdf::PixelLabel::trueLabel | ( | ) | const |
|
protected |
|
protected |