|  | OpenCV 4.13.0-dev
    Open Source Computer Vision | 
A helper class for cv::DataType. More...
#include <opencv2/core/traits.hpp>
| Public Types | |
| enum | { value = DataType<_Tp>::depth , fmt = DataType<_Tp>::fmt } | 
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.
| anonymous enum |