cv::DataType< Scalar_< _Tp > > Class Template Reference

#include <cxcore.hpp>

List of all members.

Public Types

enum  { depth = DataDepth<channel_type>::value, channels = 4, fmt = ((channels-1)<<8) + DataDepth<channel_type>::fmt, type = CV_MAKETYPE(depth, channels) }
typedef Scalar_< _Tp > value_type
typedef Scalar_< typename
DataType< _Tp >::work_type
work_type
typedef _Tp channel_type
typedef Vec< channel_type,
channels > 
vec_type

template<typename _Tp>
class cv::DataType< Scalar_< _Tp > >


Member Typedef Documentation

template<typename _Tp >
typedef Scalar_<_Tp> cv::DataType< Scalar_< _Tp > >::value_type
template<typename _Tp >
typedef Scalar_<typename DataType<_Tp>::work_type> cv::DataType< Scalar_< _Tp > >::work_type
template<typename _Tp >
typedef _Tp cv::DataType< Scalar_< _Tp > >::channel_type
template<typename _Tp >
typedef Vec<channel_type, channels> cv::DataType< Scalar_< _Tp > >::vec_type

Member Enumeration Documentation

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

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