#include <PixelLabel.h>
|
| | PixelVotes (const LabelManager &lm=LabelManager(), const QString &id=QString()) |
| |
| bool | isEmpty () const |
| |
| void | setRawVotes (const cv::Mat &rawVotes) |
| |
| cv::Mat | data () const |
| |
| int | labelIndex () 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 QString | toString () const |
| |
| virtual void | scale (double factor) |
| |
| cv::Mat rdf::PixelVotes::data |
( |
| ) |
const |
| bool rdf::PixelVotes::isEmpty |
( |
| ) |
const |
| int rdf::PixelVotes::labelIndex |
( |
| ) |
const |
| int rdf::PixelVotes::maxVote |
( |
| ) |
const |
|
protected |
| void rdf::PixelVotes::setRawVotes |
( |
const cv::Mat & |
rawVotes | ) |
|
| double rdf::PixelVotes::mNumTrees = 0 |
|
protected |
| cv::Mat rdf::PixelVotes::mVotes |
|
protected |
The documentation for this class was generated from the following files: