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