#include <FeatExtrCam.h>

Public Member Functions | |
| FeatExtrCam (ResourcePointers resources, int argc, const char *argv[]) | |
| Constructor. | |
| ~FeatExtrCam () | |
| 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 veichels equipped with a video camera pointed to the ground, providing a countinous video stream. The whole implementation is based upon OpenCV libraries (at least 2.0 version).
1.5.6