31 #include <shogun/lib/config.h> 39 #define GET_OPENCV_TYPE(opencv_type, sg_type) \ 40 template<>int OpenCVTypeName<sg_type>::get_opencv_type() \ 44 GET_OPENCV_TYPE(CV_8U, uint8_t)
45 GET_OPENCV_TYPE(CV_8S, int8_t)
46 GET_OPENCV_TYPE(CV_16S, int16_t)
47 GET_OPENCV_TYPE(CV_16U, uint16_t)
48 GET_OPENCV_TYPE(CV_32S, int32_t)
51 #undef GET_OPENCV_TYPE
all of classes and functions are contained in the shogun namespace