Homepage Demos Overview Downloads Tutorials Reference
Credits

SketchTypes.h

Go to the documentation of this file.
00001 //-*-c++-*-
00002 #ifndef INCLUDED_SketchTypes_h
00003 #define INCLUDED_SketchTypes_h
00004 
00005 #include <string>
00006 
00007 namespace DualCoding {
00008 
00009 typedef unsigned char uchar;
00010 typedef unsigned short int usint;
00011 
00012 enum SketchType_t {
00013   sketchUnknown = 0,
00014   sketchBool,
00015   sketchUchar,
00016   sketchUsint,
00017   sketchFloat
00018 };
00019 
00020 const std::string SketchTypeNames[] = {"unknown","bool","uchar","usint","float"};
00021 
00022 enum ColorMapType_t {
00023   segMap = 0, // use the color segmentation table (default)
00024   grayMap = 1,  // gray scale image
00025   jetMap = 2, // Matlab-style blue to red color map
00026   jetMapScaled = 3  // blue to red map that  scales the spectrum to the image
00027 };
00028 
00029 } // namespace
00030 
00031 #endif

DualCoding 3.0beta
Generated Wed Oct 4 00:01:54 2006 by Doxygen 1.4.7