Home
last modified time | relevance | path

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

/external/opencv/cxcore/include/
Dcvwimage.h111 template <typename T> class WImageView; variable
434 WImageView(IplImage* img) : WImage<T>(img) {} in WImageView() function
437 WImageView(const WImage<T>& img) : WImage<T>(0) { in WImageView() function
554 WImageView<T>::WImageView(WImage<T>* img, int c, int r, int width, int height) in WImageView() function
565 WImageView<T>::WImageView(T* data, int width, int height, int nchannels, int width_step) in WImageView() function