#include <opencv2/imgproc/imgproc.hpp>
#include <SE3.h>
#include <baselib.h>
#include <socketUDP.h>
Go to the source code of this file.
Namespaces | |
| namespace | MipAlgorithms |
Classes | |
| class | MipAlgorithms::ImageFeature |
| Represent Image Features. More... | |
| class | MipAlgorithms::VisualReference |
| Mantains parameters for reference object. More... | |
| class | MipAlgorithms::VisualTrackPar |
| Parameters class for Visual tracking algorithms. More... | |
| class | MipAlgorithms::VisualTrackVar |
| Variables class for Visual tracking algorithms. More... | |
| class | MipAlgorithms::VisualTracking |
| Abstract class for visual tracking algorithms. More... | |
Typedefs | |
| typedef Decimal | MipAlgorithms::ImageMoment |
Enumerations | |
| enum | MipAlgorithms::AlgoType { MipAlgorithms::CAMSHIFT, MipAlgorithms::REMOTEUDP, MipAlgorithms::NUM_ALGO_TYPE } |
| enum | MipAlgorithms::VisRefType { MipAlgorithms::BASE, MipAlgorithms::VIS_REF_TYPE } |
| Types of visual reference representation. More... | |
Variables | |
| static const char * | MipAlgorithms::AlgoTypeName [NUM_ALGO_TYPE] |
| Names of algorithms. | |
| static const char * | MipAlgorithms::VisRefTypeName [VIS_REF_TYPE] |
1.5.6