/** * @file commonTypes.h * * @auhtor Remus Claudiu Dumitru * @date 15 Apr 2012 * */ #ifndef COMMONTYPES_H_ #define COMMONTYPES_H_ //============================================================================== // Includes //============================================================================== #include "model/point3d.h" #include "model/rotation3d.h" #include //============================================================================== // Typedefs //============================================================================== namespace model { typedef std::pair Pose6d; // the maximum image value static const int MAX_IMG_VAL = 255; } /* namespace model */ #endif /* COMMONTYPES_H_ */