#include <cvwimage.h>
Inherits cv::WImageC< T, C >.
List of all members.
Public Types |
enum | { kChannels = C
} |
typedef WImage< T >::BaseType | BaseType |
enum | { kChannels = C
} |
Public Member Functions |
| WImageViewC () |
virtual | ~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) |
WImageViewC & | operator= (const WImageC< T, C > &img) |
WImageViewC & | operator= (const WImageViewC< T, C > &img) |
WImageViewC< T, C > | View (int c, int r, int width, int height) |
void | CopyFrom (const WImageC< T, C > &src) |
void | CopyFrom (const WImage< T > &src) |
int | Channels () const |
IplImage * | Ipl () |
const IplImage * | Ipl () const |
T * | ImageData () |
const T * | ImageData () const |
int | Width () const |
int | Height () const |
int | WidthStep () 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 | SetZero () |
Protected Member Functions |
void | SetIpl (IplImage *image) |
Protected Attributes |
IplImage | header_ |
IplImage * | image_ |
template<typename T, int C>
class cv::WImageViewC< T, C >
Member Typedef Documentation
template<typename T, int C>
Member Enumeration Documentation
template<typename T, int C>
template<typename T, int C>
anonymous enum [inherited] |
Constructor & Destructor Documentation
template<typename T , int C>
template<typename T, int C>
template<typename T , int C>
template<typename T , int C>
template<typename T, int C>
template<typename T, int C>
template<typename T, int C>
Member Function Documentation
template<typename T, int C>
template<typename T, int C>
template<typename T , int C>
template<typename T, int C>
template<typename T, int C>
int cv::WImageC< T, C >::Channels |
( |
) |
const [inherited] |
template<typename T, int C>
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 >::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
template<typename T, int C>
The documentation for this class was generated from the following file: