ReadFramework
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
rdf::PixelLabel Class Reference

#include <PixelLabel.h>

Inheritance diagram for rdf::PixelLabel:
Collaboration diagram for rdf::PixelLabel:

Public Member Functions

 PixelLabel (const QString &id=QString())
 
void setLabel (const LabelInfo &label)
 
LabelInfo label () const
 
void setTrueLabel (const LabelInfo &label)
 
LabelInfo trueLabel () const
 
- Public Member Functions inherited from rdf::BaseElement
 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
 
- Protected Attributes inherited from rdf::BaseElement
QString mId
 

Constructor & Destructor Documentation

rdf::PixelLabel::PixelLabel ( const QString &  id = QString())

Member Function Documentation

LabelInfo rdf::PixelLabel::label ( ) const
void rdf::PixelLabel::setLabel ( const LabelInfo label)
void rdf::PixelLabel::setTrueLabel ( const LabelInfo label)
LabelInfo rdf::PixelLabel::trueLabel ( ) const

Member Data Documentation

LabelInfo rdf::PixelLabel::mLabel = LabelInfo::label_unknown
protected
LabelInfo rdf::PixelLabel::mTrueLabel = LabelInfo::label_unknown
protected

The documentation for this class was generated from the following files: