#include <opencv2/core/wimage.hpp>
 | 
|   | WImageViewC () | 
|   | 
|   | WImageViewC (WImageC< T, C > *img, int c, int r, int width, int height) | 
|   | 
|   | WImageViewC (T *data, int width, int height, int width_step=-1) | 
|   | 
|   | WImageViewC (IplImage *img) | 
|   | 
|   | WImageViewC (const WImageC< T, C > &img) | 
|   | 
|   | WImageViewC (const WImageViewC< T, C > &img) | 
|   | 
| virtual  | ~WImageViewC () | 
|   | 
| WImageViewC &  | operator= (const WImageC< T, C > &img) | 
|   | 
| WImageViewC &  | operator= (const WImageViewC< T, C > &img) | 
|   | 
|   | WImageC (IplImage *img) | 
|   | 
| virtual  | ~WImageC ()=0 | 
|   | 
| int  | Channels () const | 
|   | 
| void  | CopyFrom (const WImageC< T, C > &src) | 
|   | 
| WImageViewC< T, C >  | View (int c, int r, int width, int height) | 
|   | 
| virtual  | ~WImage ()=0 | 
|   | 
| int  | Channels () const | 
|   | 
| int  | ChannelSize () const | 
|   | 
| void  | CopyFrom (const WImage< T > &src) | 
|   | 
| int  | Depth () const | 
|   | 
| template<>  | 
| int  | Depth () const | 
|   | 
| template<>  | 
| int  | Depth () const | 
|   | 
| template<>  | 
| int  | Depth () const | 
|   | 
| template<>  | 
| int  | Depth () const | 
|   | 
| template<>  | 
| int  | Depth () const | 
|   | 
| template<>  | 
| int  | Depth () const | 
|   | 
| template<>  | 
| int  | Depth () const | 
|   | 
| int  | Height () const | 
|   | 
| T *  | ImageData () | 
|   | 
| const T *  | ImageData () const | 
|   | 
| IplImage *  | Ipl () | 
|   | 
| const IplImage *  | Ipl () const | 
|   | 
| T *  | operator() (int c, int r) | 
|   | 
| const T *  | operator() (int c, int r) const | 
|   | 
| int  | PixelSize () const | 
|   | 
| const T *  | Row (int r) const | 
|   | 
| T *  | Row (int r) | 
|   | 
| void  | SetZero () | 
|   | 
| WImageView< T >  | View (int c, int r, int width, int height) | 
|   | 
| int  | Width () const | 
|   | 
| int  | WidthStep () const | 
|   | 
◆ BaseType
template<typename T, int C> 
      
 
 
◆ anonymous enum
template<typename T, int C> 
      
 
 
◆ ~WImageViewC()
template<typename T, int C> 
 
 
◆ WImageViewC() [1/3]
template<typename T, int C> 
 
 
◆ WImageViewC() [2/3]
template<typename T, int C> 
 
 
◆ WImageViewC() [3/3]
template<typename T, int C> 
 
 
◆ operator=() [1/2]
template<typename T, int C> 
 
 
◆ operator=() [2/2]
template<typename T, int C> 
 
 
◆ header_
template<typename T, int C> 
 
 
The documentation for this class was generated from the following file: