OpenCV  4.0.0-alpha
Open Source Computer Vision
Public Types | List of all members
cv::DataDepth< _Tp > Class Template Reference

A helper class for cv::DataType. More...

#include "traits.hpp"

Public Types

enum  {
  value = DataType<_Tp>::depth,
  fmt = DataType<_Tp>::fmt
}
 

Detailed Description

template<typename _Tp>
class cv::DataDepth< _Tp >

A helper class for cv::DataType.

The class is specialized for each fundamental numerical data type supported by OpenCV. It provides DataDepth<T>::value constant.

Member Enumeration Documentation

§ anonymous enum

template<typename _Tp >
anonymous enum
Enumerator
value 
fmt 

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