#include "Algorithm.h"#include "LocateAlgorithm.h"#include "RefineAlgorithm.h"#include "ProveAlgorithm.h"#include "AttentionAlgorithm.h"#include "Signature.h"

Go to the source code of this file.
Classes | |
| class | cop::AlgorithmEval< T > |
| Template for saving the evaluation of an algorithm for the algorithm selector, the type refers to the used algorithm. More... | |
| class | cop::Evaluator |
Namespaces | |
| namespace | cop |
all functionality of the project cognitive perception is in the cop namespace Have a closer look to the interfaces that are provided by cognitive_perception: | |
Defines | |
| #define | ALGORITHMSPEC_ONETARGET 0 |
| #define | ALGORITHMSPEC_SEVERALTARGET 1 |
| #define | ALGORITHMTYPE_2OBJS 0x200 |
| #define | ALGORITHMTYPE_LOCATE 0x000 |
| #define | ALGORITHMTYPE_LOOKUP 0x6400 |
| #define | ALGORITHMTYPE_LOOKUPALL 0x6402 |
| #define | ALGORITHMTYPE_LOOKUPDB 0x6401 |
| #define | ALGORITHMTYPE_REFINE 0x100 |
| #define | ALGORITHMTYPE_RPOVE 0x400 |
| #define | ALGORITHMTYPE_STARTATTEND 0x1000 |
| #define | ALGORITHMTYPE_STOPATTEND 0x2000 |
| #define | ALGORITHMTYPE_STOPTRACK 0x800 |
| #define | ALGORITHMTYPE_TRACK 0x010 |
| #define | XML_NODE_ALGORITHMEVAL "AlgorithmEval" |
| #define | XML_NODE_ALGTYPE "AlgType" |
| #define | XML_NODE_AVGTIME "AvgTime" |
| #define | XML_NODE_EVAL "Eval" |
| #define | XML_NODE_OBJECTEVALMAP "ObjEvalMap" |
| #define ALGORITHMSPEC_ONETARGET 0 |
Definition at line 55 of file AlgorithmEval.h.
| #define ALGORITHMSPEC_SEVERALTARGET 1 |
Definition at line 56 of file AlgorithmEval.h.
| #define ALGORITHMTYPE_2OBJS 0x200 |
Definition at line 39 of file AlgorithmEval.h.
| #define ALGORITHMTYPE_LOCATE 0x000 |
Definition at line 37 of file AlgorithmEval.h.
| #define ALGORITHMTYPE_LOOKUP 0x6400 |
Definition at line 51 of file AlgorithmEval.h.
| #define ALGORITHMTYPE_LOOKUPALL 0x6402 |
Definition at line 53 of file AlgorithmEval.h.
| #define ALGORITHMTYPE_LOOKUPDB 0x6401 |
Definition at line 52 of file AlgorithmEval.h.
| #define ALGORITHMTYPE_REFINE 0x100 |
Definition at line 41 of file AlgorithmEval.h.
| #define ALGORITHMTYPE_RPOVE 0x400 |
Definition at line 42 of file AlgorithmEval.h.
| #define ALGORITHMTYPE_STARTATTEND 0x1000 |
Definition at line 47 of file AlgorithmEval.h.
| #define ALGORITHMTYPE_STOPATTEND 0x2000 |
Definition at line 48 of file AlgorithmEval.h.
| #define ALGORITHMTYPE_STOPTRACK 0x800 |
Definition at line 44 of file AlgorithmEval.h.
| #define ALGORITHMTYPE_TRACK 0x010 |
Definition at line 38 of file AlgorithmEval.h.
| #define XML_NODE_ALGORITHMEVAL "AlgorithmEval" |
Definition at line 29 of file AlgorithmEval.h.
| #define XML_NODE_ALGTYPE "AlgType" |
Definition at line 31 of file AlgorithmEval.h.
| #define XML_NODE_AVGTIME "AvgTime" |
Definition at line 32 of file AlgorithmEval.h.
| #define XML_NODE_EVAL "Eval" |
Definition at line 30 of file AlgorithmEval.h.
| #define XML_NODE_OBJECTEVALMAP "ObjEvalMap" |
Definition at line 34 of file AlgorithmEval.h.