MarkerData.h File Reference
#include <vector>
#include <set>
#include <map>
#include <iostream>
#include <string>
#include "Shared/fmatSpatial.h"
#include "BaseData.h"
#include "Point.h"
#include "SketchTypes.h"
Go to the source code of this file.
Classes |
class | MarkerData |
| Marker shapes, described by a single point in space. More...
|
Namespaces |
namespace | DualCoding |
| Dual coding vision representations (Sketches and Shapes).
|
Typedefs |
typedef std::string | MarkerType_t |
typedef std::vector< Shape
< MarkerData > >(* | MarkerExtractFn_t )(const Sketch< uchar > &, const MapBuilderRequest &) |