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