#include <wimage.hpp>
Public Types | |
typedef WImage< T >::BaseType | BaseType |
Public Member Functions | |
WImageView & | operator= (const WImage< T > &img) |
WImageView (const WImage< T > &img) | |
WImageView (IplImage *img) | |
WImageView (T *data, int width, int height, int channels, int width_step=-1) | |
WImageView (WImage< T > *img, int c, int r, int width, int height) | |
Protected Attributes | |
IplImage | header_ |
typedef WImage<T>::BaseType cv::WImageView< T >::BaseType |
Reimplemented from cv::WImage< T >.
cv::WImageView< T >::WImageView | ( | WImage< T > * | img, | |
int | c, | |||
int | r, | |||
int | width, | |||
int | height | |||
) | [inline] |
cv::WImageView< T >::WImageView | ( | T * | data, | |
int | width, | |||
int | height, | |||
int | channels, | |||
int | width_step = -1 | |||
) | [inline] |
cv::WImageView< T >::WImageView | ( | IplImage * | img | ) | [inline] |
cv::WImageView< T >::WImageView | ( | const WImage< T > & | img | ) | [inline] |
WImageView& cv::WImageView< T >::operator= | ( | const WImage< T > & | img | ) | [inline] |
Reimplemented from cv::WImage< T >.
IplImage cv::WImageView< T >::header_ [protected] |