OpenCV  2.4.13.6
Open Source Computer Vision
cv::DataType< std::complex< _Tp > > Class Template Reference

#include <core.hpp>

Public Types

enum  {
  generic_type = 0, depth = DataDepth<channel_type>::value, channels = 2, fmt = ((channels-1)<<8) + DataDepth<channel_type>::fmt,
  type = CV_MAKETYPE(depth, channels)
}
 
typedef std::complex< _Tp > value_type
 
typedef value_type work_type
 
typedef _Tp channel_type
 
typedef Vec< channel_type, channelsvec_type
 

Member Typedef Documentation

§ channel_type

template<typename _Tp >
typedef _Tp cv::DataType< std::complex< _Tp > >::channel_type

§ value_type

template<typename _Tp >
typedef std::complex<_Tp> cv::DataType< std::complex< _Tp > >::value_type

§ vec_type

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

§ work_type

template<typename _Tp >
typedef value_type cv::DataType< std::complex< _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: