00001 00020 #ifndef NTK_CORE_H_ 00021 # define NTK_CORE_H_ 00022 00023 # include <limits> 00024 00025 # include <opencv/cxcore.h> 00026 # include <opencv/cv.h> 00027 # include <opencv/highgui.h> 00028 00029 #ifndef FLT_MAX 00030 # define FLT_MAX std::numeric_limits<double>::max() 00031 #endif 00032 00033 #ifndef M_PI 00034 # define M_PI 3.141592653589793238462643 00035 #endif 00036 00037 # include <ntk/utils/common.h> 00038 00039 #endif /* !NTK_CORE_H_ */