Depth             203 modules/core/include/opencv2/core/wimage.hpp     int Depth() const;
Depth             239 modules/core/include/opencv2/core/wimage.hpp         assert(!img || img->depth == Depth());
Depth             243 modules/core/include/opencv2/core/wimage.hpp         assert(!image || image->depth == Depth());
Depth             286 modules/core/include/opencv2/core/wimage.hpp         assert(!image || image->depth == WImage<T>::Depth());
Depth             520 modules/core/include/opencv2/core/wimage.hpp             WImage<T>::Depth(), nchannels);
Depth             529 modules/core/include/opencv2/core/wimage.hpp         WImageC<T, C>::SetIpl(cvCreateImage(cvSize(width, height),WImage<T>::Depth(), C));
Depth             548 modules/core/include/opencv2/core/wimage.hpp     cvInitImageHeader(&header_, cvSize(width, height), WImage<T>::Depth(), nchannels);
Depth             569 modules/core/include/opencv2/core/wimage.hpp     cvInitImageHeader(&header_, cvSize(0, 0), WImage<T>::Depth(), C);
Depth             578 modules/core/include/opencv2/core/wimage.hpp     cvInitImageHeader(&header_, cvSize(width, height), WImage<T>::Depth(), C);