#include <core.hpp>
Public Types | |
enum | { generic_type = 0, depth = DataDepth<channel_type>::value, channels = cn, fmt = ((channels-1)<<8) + DataDepth<channel_type>::fmt, type = CV_MAKETYPE(depth, channels) } |
typedef _Tp | channel_type |
typedef Vec< _Tp, cn > | value_type |
typedef value_type | vec_type |
typedef Vec< typename DataType < _Tp >::work_type, cn > | work_type |
typedef _Tp cv::DataType< Vec< _Tp, cn > >::channel_type |
typedef Vec<_Tp, cn> cv::DataType< Vec< _Tp, cn > >::value_type |
typedef value_type cv::DataType< Vec< _Tp, cn > >::vec_type |
typedef Vec<typename DataType<_Tp>::work_type, cn> cv::DataType< Vec< _Tp, cn > >::work_type |