#include <wimage.hpp>
Public Types | |
typedef T | BaseType |
Public Member Functions | |
int | Channels () const |
int | ChannelSize () const |
void | CopyFrom (const WImage< T > &src) |
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 | Depth () const |
int | Height () const |
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) |
int | PixelSize () const |
T * | Row (int r) |
const T * | Row (int r) const |
void | SetZero () |
WImageView< T > | View (int c, int r, int width, int height) |
int | Width () const |
int | WidthStep () const |
virtual | ~WImage ()=0 |
Protected Member Functions | |
void | operator= (const WImage &) |
void | SetIpl (IplImage *image) |
WImage (IplImage *img) | |
WImage (const WImage &) | |
Protected Attributes | |
IplImage * | image_ |
typedef T cv::WImage< T >::BaseType |
Reimplemented in cv::WImageC< T, C >, cv::WImageBuffer< T >, cv::WImageBufferC< T, C >, cv::WImageView< T >, and cv::WImageViewC< T, C >.
cv::WImage< T >::~WImage | ( | ) | [inline, pure virtual] |
cv::WImage< T >::WImage | ( | const WImage< T > & | ) | [protected] |
cv::WImage< T >::WImage | ( | IplImage * | img | ) | [inline, explicit, protected] |
int cv::WImage< T >::Channels | ( | ) | const [inline] |
Reimplemented in cv::WImageC< T, C >.
int cv::WImage< T >::ChannelSize | ( | ) | const [inline] |
void cv::WImage< T >::CopyFrom | ( | const WImage< T > & | src | ) | [inline] |
int cv::WImage< double >::Depth | ( | ) | const [inline] |
int cv::WImage< float >::Depth | ( | ) | const [inline] |
int cv::WImage< int >::Depth | ( | ) | const [inline] |
int cv::WImage< ushort >::Depth | ( | ) | const [inline] |
int cv::WImage< short >::Depth | ( | ) | const [inline] |
int cv::WImage< signed char >::Depth | ( | ) | const [inline] |
int cv::WImage< uchar >::Depth | ( | ) | const [inline] |
int cv::WImage< T >::Depth | ( | ) | const |
int cv::WImage< T >::Height | ( | ) | const [inline] |
const T* cv::WImage< T >::ImageData | ( | ) | const [inline] |
T* cv::WImage< T >::ImageData | ( | ) | [inline] |
const IplImage* cv::WImage< T >::Ipl | ( | ) | const [inline] |
IplImage* cv::WImage< T >::Ipl | ( | ) | [inline] |
const T* cv::WImage< T >::operator() | ( | int | c, | |
int | r | |||
) | const [inline] |
T* cv::WImage< T >::operator() | ( | int | c, | |
int | r | |||
) | [inline] |
void cv::WImage< T >::operator= | ( | const WImage< T > & | ) | [protected] |
Reimplemented in cv::WImageView< T >.
int cv::WImage< T >::PixelSize | ( | ) | const [inline] |
T* cv::WImage< T >::Row | ( | int | r | ) | [inline] |
const T* cv::WImage< T >::Row | ( | int | r | ) | const [inline] |
void cv::WImage< T >::SetIpl | ( | IplImage * | image | ) | [inline, protected] |
Reimplemented in cv::WImageC< T, C >, cv::WImageBuffer< T >, and cv::WImageBufferC< T, C >.
void cv::WImage< T >::SetZero | ( | ) | [inline] |
WImageView< T > cv::WImage< T >::View | ( | int | c, | |
int | r, | |||
int | width, | |||
int | height | |||
) | [inline] |
Reimplemented in cv::WImageC< T, C >.
int cv::WImage< T >::Width | ( | ) | const [inline] |
int cv::WImage< T >::WidthStep | ( | ) | const [inline] |
IplImage* cv::WImage< T >::image_ [protected] |