OpenCV  2.4.13.3
Open Source Computer Vision
cv::DataType< Matx< _Tp, m, n > > Class Template Reference

#include <core.hpp>

Public Types

enum  {
  generic_type = 0, depth = DataDepth<channel_type>::value, channels = m*n, fmt = ((channels-1)<<8) + DataDepth<channel_type>::fmt,
  type = CV_MAKETYPE(depth, channels)
}
 
typedef Matx< _Tp, m, n > value_type
 
typedef Matx< typename DataType< _Tp >::work_type, m, n > work_type
 
typedef _Tp channel_type
 
typedef value_type vec_type
 

Member Typedef Documentation

§ channel_type

template<typename _Tp , int m, int n>
typedef _Tp cv::DataType< Matx< _Tp, m, n > >::channel_type

§ value_type

template<typename _Tp , int m, int n>
typedef Matx<_Tp, m, n> cv::DataType< Matx< _Tp, m, n > >::value_type

§ vec_type

template<typename _Tp , int m, int n>
typedef value_type cv::DataType< Matx< _Tp, m, n > >::vec_type

§ work_type

template<typename _Tp , int m, int n>
typedef Matx<typename DataType<_Tp>::work_type, m, n> cv::DataType< Matx< _Tp, m, n > >::work_type

Member Enumeration Documentation

§ anonymous enum

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

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