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

/external/opencv/cxcore/include/
H A Dcvwimage.h57 // or using a WImageView class which constructs a subimage or a view into
111 template <typename T> class WImageView;
119 typedef WImageView<uchar> WImageView_b;
131 typedef WImageView<float> WImageView_f;
145 typedef WImageView<short> WImageView_16s;
157 typedef WImageView<ushort> WImageView_16u;
173 // using the WImageView class to refer to a subimage or outside data.
235 WImageView<T> View(int c, int r, int width, int height);
413 // WImageView definitions
419 class WImageView class in namespace:cv
434 WImageView(IplImage* img) : WImage<T>(img) {} function in class:cv::WImageView
437 WImageView(const WImage<T>& img) : WImage<T>(0) { function in class:cv::WImageView
554 WImageView<T>::WImageView(WImage<T>* img, int c, int r, int width, int height) function in class:cv::WImageView
565 WImageView<T>::WImageView(T* data, int width, int height, int nchannels, int width_step) function in class:cv::WImageView
[all...]

Completed in 427 milliseconds