|
vrcore
0.45
visuReal Messkern
|
Repräsentiert ein kreisförmiges Feature. More...
#include <features.h>


Public Member Functions | |
| CircularFeature (const cv::Point2f ¢er, const float radius) | |
| float | getRadius () const |
| void | setData (const cv::Point2f ¢er, const float radius, const FeatureStatus status) |
Public Member Functions inherited from vr::Feature | |
| bool | found () const |
| Feature gefunden. More... | |
| bool | usable () const |
| bool | isChanged () const |
| cv::Point2f | getCenter () const |
| void | setCenter (const cv::Point2f ¢er) |
| void | reset () |
| FeatureStatus | getStatus () const |
| void | setStatus (const FeatureStatus status) |
Protected Member Functions | |
| void | _setCenter (const cv::Point2f ¢er) |
| void | addOffset (const cv::Point &offset) |
| cv::Point2f | getScaledCenter () const |
| float | getScaledRadius () const |
| void | setScaledRadius (const float radius) |
| void | setScaledData (const cv::Point2f ¢er, const float radius, const FeatureStatus status, bool notifyContainer=true) |
Protected Member Functions inherited from vr::Feature | |
| double | getScaleFactor () const |
| void | setScaledCenter (const cv::Point2f ¢er, bool notifyContainer=true) |
| Setzt den Mittelpunkt relativ zum intern skalierten Bild. More... | |
| void | setContainer (FeatureContainer *container) |
Protected Attributes | |
| cv::Point2f | center_ |
| float | radius_ |
Protected Attributes inherited from vr::Feature | |
| FeatureStatus | status_ |
Friends | |
| class | FrontalFixedMarksEvaluator |
| class | FrontFeatures |
| class | SideFeatures |
Repräsentiert ein kreisförmiges Feature.
Repräsentiert ein kreisförmiges Feature (Iris, Bügelmarke) im Bild.