Home
last modified time | relevance | path

Searched refs:WImageView (Results 1 – 1 of 1) sorted by relevance

/external/opencv/cxcore/include/
Dcvwimage.h111 template <typename T> class WImageView; variable
119 typedef WImageView<uchar> WImageView_b;
131 typedef WImageView<float> WImageView_f;
145 typedef WImageView<short> WImageView_16s;
157 typedef WImageView<ushort> WImageView_16u;
235 WImageView<T> View(int c, int r, int width, int height);
419 class WImageView : public WImage<T>
426 WImageView(WImage<T>* img, int c, int r, int width, int height);
430 WImageView(T* data, int width, int height, int channels, int width_step = -1);
434 WImageView(IplImage* img) : WImage<T>(img) {} in WImageView() function
[all …]