SketchTypes.h File Reference
#include <string>
Go to the source code of this file.
Namespaces |
namespace | DualCoding |
| Dual coding vision representations (Sketches and Shapes).
|
Typedefs |
typedef unsigned char | uchar |
typedef unsigned int | skindex |
|
|
typedef unsigned short int | usint |
| non-member math operators
|
typedef unsigned int | uint |
| non-member math operators
|
Enumerations |
enum | SketchType_t {
sketchUnknown = 0,
sketchBool,
sketchUchar,
sketchUsint,
sketchUint,
sketchFloat,
sketchYUV
} |
enum | ColorMapType_t { segMap = 0,
grayMap = 1,
jetMap = 2,
jetMapScaled = 3
} |
Variables |
const std::string | SketchTypeNames [] = {"unknown","bool","uchar","usint","uint","float"} |