#include <VisualHovering.h>

Public Member Functions | |
| VisualHovering (ResourcePointers resources, int argc, const char *argv[]) | |
| Constructor. | |
| ~VisualHovering () | |
| Destructor. | |
| TaskPlate | getPlate () const |
| Gets task plate. | |
| Time | getMaxDuration () |
| Gets maxDurationPeriod, maximum duration for the task. | |
| Time | getMaxSamplPeriod () |
| Gets maxSamplPeriod, maximum allowed time period between two calls of a run. | |
| Time | getMinSamplPeriod () |
| Gets minSamplPeriod, minimum allowed time period between two calls of a run. | |
| TaskOutputs | run () |
| Run function. | |
This task is designed for Aerial vehicles equipped with a video camera pointed to the ground, providing a continuous video stream. The whole implementation is based upon OpenCV libraries (at least 2.0 version).
1.5.6