WImageView 56 modules/core/include/opencv2/core/wimage.hpp template <typename T> class WImageView; WImageView 64 modules/core/include/opencv2/core/wimage.hpp typedef WImageView<uchar> WImageView_b; WImageView 76 modules/core/include/opencv2/core/wimage.hpp typedef WImageView<float> WImageView_f; WImageView 90 modules/core/include/opencv2/core/wimage.hpp typedef WImageView<short> WImageView_16s; WImageView 102 modules/core/include/opencv2/core/wimage.hpp typedef WImageView<ushort> WImageView_16u; WImageView 231 modules/core/include/opencv2/core/wimage.hpp WImageView<T> View(int c, int r, int width, int height); WImageView 415 modules/core/include/opencv2/core/wimage.hpp WImageView(WImage<T>* img, int c, int r, int width, int height); WImageView 419 modules/core/include/opencv2/core/wimage.hpp WImageView(T* data, int width, int height, int channels, int width_step = -1); WImageView 431 modules/core/include/opencv2/core/wimage.hpp WImageView& operator=(const WImage<T>& img) { WImageView 534 modules/core/include/opencv2/core/wimage.hpp WImageView<T>::WImageView(WImage<T>* img, int c, int r, int width, int height) WImageView 545 modules/core/include/opencv2/core/wimage.hpp WImageView<T>::WImageView(T* data, int width, int height, int nchannels, int width_step) WImageView 588 modules/core/include/opencv2/core/wimage.hpp WImageView<T> WImage<T>::View(int c, int r, int width, int height) { WImageView 589 modules/core/include/opencv2/core/wimage.hpp return WImageView<T>(this, c, r, width, height);