Home
last modified time | relevance | path

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

/external/opencv/cxcore/include/
Dcvwimage.h114 template<typename T, int C> class WImageBufferC; variable
365 WImageBufferC() : WImageC<T, C>(0) {} in WImageBufferC() function
367 WImageBufferC(int width, int height) : WImageC<T, C>(0) { in WImageBufferC() function
373 explicit WImageBufferC(IplImage* img) : WImageC<T, C>(img) {} in WImageBufferC() function