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

/external/opencv/cxcore/include/
H A Dcvwimage.h53 // The WImage class is the image class which provides the data accessors.
55 // but inconvenient IplImage class. A WImage can be constructed either using a
85 // // Doesn't care about source of data since using WImage
109 template <typename T> class WImage;
118 typedef WImage<uchar> WImage_b;
130 typedef WImage<float> WImage_f;
144 typedef WImage<short> WImage_16s;
156 typedef WImage<ushort> WImage_16u;
169 // WImage definitions
171 // This WImage clas
175 class WImage class in namespace:cv
242 explicit WImage(IplImage* img) : image_(img) { function in class:cv::WImage
[all...]

Completed in 1563 milliseconds