Searched defs:WImageViewC (Results 1 - 1 of 1) sorted by relevance

/external/opencv/cxcore/include/
H A Dcvwimage.h115 template<typename T, int C> class WImageViewC;
123 typedef WImageViewC<uchar, 1> WImageView1_b;
127 typedef WImageViewC<uchar, 3> WImageView3_b;
135 typedef WImageViewC<float, 1> WImageView1_f;
139 typedef WImageViewC<float, 3> WImageView3_f;
149 typedef WImageViewC<short, 1> WImageView1_16s;
153 typedef WImageViewC<short, 3> WImageView3_16s;
161 typedef WImageViewC<ushort, 1> WImageView1_16u;
165 typedef WImageViewC<ushort, 3> WImageView3_16u;
271 WImageViewC<
454 class WImageViewC : public WImageC<T, C> class in namespace:cv
475 WImageViewC(IplImage* img) : WImageC<T, C>(img) {} function in class:cv::WImageViewC
480 WImageViewC(const WImageC<T, C>& img) : WImageC<T, C>(0) { function in class:cv::WImageViewC
484 WImageViewC(const WImageViewC<T, C>& img) argument
494 operator =(const WImageViewC<T, C>& img) argument
577 WImageViewC<T, C>::WImageViewC(WImageC<T, C>* img, int c, int r, int width, int height) function in class:cv::WImageViewC
588 WImageViewC<T, C>::WImageViewC() : WImageC<T, C>(0) { function in class:cv::WImageViewC
595 WImageViewC<T, C>::WImageViewC(T* data, int width, int height, int width_step) function in class:cv::WImageViewC
[all...]

Completed in 1122 milliseconds