#include <types.hpp>
Public Types | |
enum | { generic_type = 0 , channels = (int)(sizeof(value_type)/sizeof(channel_type)) , fmt = DataType<channel_type>::fmt + ((channels - 1) << 8) } |
typedef Moments | value_type |
typedef double | work_type |
typedef double | channel_type |
typedef Vec< channel_type, channels > | vec_type |
typedef double cv::DataType< Moments >::channel_type |
typedef Moments cv::DataType< Moments >::value_type |
typedef Vec<channel_type, channels> cv::DataType< Moments >::vec_type |
typedef double cv::DataType< Moments >::work_type |