OpenCV  2.4.13.6
Open Source Computer Vision
cv::DataType< Vec< _Tp, cn > > Class Template Reference

#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 Vec< _Tp, cn > value_type
 
typedef Vec< typename DataType< _Tp >::work_type, cn > work_type
 
typedef _Tp channel_type
 
typedef value_type vec_type
 

Member Typedef Documentation

§ channel_type

template<typename _Tp , int cn>
typedef _Tp cv::DataType< Vec< _Tp, cn > >::channel_type

§ value_type

template<typename _Tp , int cn>
typedef Vec<_Tp, cn> cv::DataType< Vec< _Tp, cn > >::value_type

§ vec_type

template<typename _Tp , int cn>
typedef value_type cv::DataType< Vec< _Tp, cn > >::vec_type

§ work_type

template<typename _Tp , int cn>
typedef Vec<typename DataType<_Tp>::work_type, cn> cv::DataType< Vec< _Tp, cn > >::work_type

Member Enumeration Documentation

§ anonymous enum

template<typename _Tp , int cn>
anonymous enum
Enumerator
generic_type 
depth 
channels 
fmt 
type 

The documentation for this class was generated from the following file: