OpenCV  2.4.13.2
Open Source Computer Vision
cv::DataType< Affine3< _Tp > > Class Template Reference

#include <affine.hpp>

Public Types

enum  {
  generic_type = 0, depth = DataType<channel_type>::depth, channels = 16, fmt = DataType<channel_type>::fmt + ((channels - 1) << 8),
  type = CV_MAKETYPE(depth, channels)
}
 
typedef Affine3< _Tp > value_type
 
typedef Affine3< typename DataType< _Tp >::work_typework_type
 
typedef _Tp channel_type
 
typedef Vec< channel_type, channelsvec_type
 

Member Typedef Documentation

§ channel_type

template<typename _Tp >
typedef _Tp cv::DataType< Affine3< _Tp > >::channel_type

§ value_type

template<typename _Tp >
typedef Affine3<_Tp> cv::DataType< Affine3< _Tp > >::value_type

§ vec_type

template<typename _Tp >
typedef Vec<channel_type, channels> cv::DataType< Affine3< _Tp > >::vec_type

§ work_type

template<typename _Tp >
typedef Affine3<typename DataType<_Tp>::work_type> cv::DataType< Affine3< _Tp > >::work_type

Member Enumeration Documentation

§ anonymous enum

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

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