#include <cvwimage.h>
Inherits cv::WImage< T >.
List of all members.
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_ |
template<typename T>
class cv::WImageView< T >
Member Typedef Documentation
Constructor & Destructor Documentation
Member Function Documentation
template<typename T>
const T* cv::WImage< T >::ImageData |
( |
) |
const [inherited] |
template<typename T>
int cv::WImage< T >::WidthStep |
( |
) |
const [inherited] |
template<typename T>
int cv::WImage< T >::Channels |
( |
) |
const [inherited] |
template<typename T>
int cv::WImage< T >::ChannelSize |
( |
) |
const [inherited] |
template<typename T>
int cv::WImage< T >::PixelSize |
( |
) |
const [inherited] |
template<>
int cv::WImage< signed char >::Depth |
( |
) |
const [inherited] |
template<>
int cv::WImage< short >::Depth |
( |
) |
const [inherited] |
template<>
int cv::WImage< int >::Depth |
( |
) |
const [inherited] |
template<>
int cv::WImage< float >::Depth |
( |
) |
const [inherited] |
template<>
int cv::WImage< double >::Depth |
( |
) |
const [inherited] |
template<typename T>
const T* cv::WImage< T >::Row |
( |
int |
r ) |
const [inherited] |
template<typename T>
T* cv::WImage< T >::operator() |
( |
int |
c, |
|
|
int |
r |
|
) |
| [inherited] |
template<typename T>
const T* cv::WImage< T >::operator() |
( |
int |
c, |
|
|
int |
r |
|
) |
| const [inherited] |
Member Data Documentation
The documentation for this class was generated from the following file: