opencv on mbed

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

DataDepth< _Tp > Class Template Reference

DataDepth< _Tp > Class Template Reference
[Basic structures]

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

#include <traits.hpp>


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.

Definition at line 262 of file traits.hpp.