Class cv::DataDepth#

A helper class for cv::DataType. View details

Collaboration diagram for cv::DataDepth:

cv::DataDepth< _Tp > Node1 cv::DataDepth< _Tp >    

cv::DataDepth< _Tp > Node1 cv::DataDepth< _Tp >    

Public Types#

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

Detailed Description#

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#

enum DataDepth

value

fmt

Source file#

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