Go to the source code of this file.
|
|
typedef std::vector< cv::Rect > | vr::Rects |
| |
|
typedef StatusInfo | vr::FeatureStatus |
| | Verarbeitungsstatus eines Features.
|
| |
|
|
const cv::Rect | vr::scaledRect (const cv::Rect &rect, double scaleFactor) |
| |
|
|
const StatusInfo | vr::fsIndeterminate = todo |
| |
|
const StatusInfo | vr::fsNegative = fail |
| | noch nicht bestimmt
|
| |
|
const StatusInfo | vr::fsGuessed = guessed |
| | nicht gefunden/erfolgreich bestimmt
|
| |
|
const StatusInfo | vr::fsPositive = good |
| | geschätzt/berechnet
|
| |
|
const StatusInfo | vr::fsChanged = changed |
| | gefunden/erfolgreich bestimmt
|
| |