#include <wimage.hpp>
Inherits cv::WImage< T >.
Inherited by cv::WImageBufferC< T, C >, and cv::WImageViewC< T, C >.
Public Types | |
enum | { kChannels = C } |
typedef WImage< T >::BaseType | BaseType |
Public Member Functions | |
WImageC (IplImage *img) | |
WImageViewC< T, C > | View (int c, int r, int width, int height) |
void | CopyFrom (const WImageC< T, C > &src) |
virtual | ~WImageC ()=0 |
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 | CopyFrom (const WImage< T > &src) |
void | SetZero () |
Protected Member Functions | |
WImageC (const WImageC &) | |
void | operator= (const WImageC &) |
void | SetIpl (IplImage *image) |
Protected Attributes | |
IplImage * | image_ |
|
explicit |
|
pure virtual |
|
protected |
WImageViewC< T, C > cv::WImageC< T, C >::View | ( | int | c, |
int | r, | ||
int | width, | ||
int | height | ||
) |
void cv::WImageC< T, C >::CopyFrom | ( | const WImageC< T, C > & | src | ) |
int cv::WImageC< T, C >::Channels | ( | ) | const |
|
protected |
|
protected |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
protectedinherited |