#include <wimage.hpp>
Inherits cv::WImage< T >.
Public Types | |
typedef WImage< T >::BaseType | BaseType |
Public Member Functions | |
WImageBuffer () | |
WImageBuffer (int width, int height, int nchannels) | |
WImageBuffer (IplImage *img) | |
void | Allocate (int width, int height, int nchannels) |
void | SetIpl (IplImage *img) |
void | CloneFrom (const WImage< T > &src) |
~WImageBuffer () | |
void | ReleaseImage () |
bool | IsNull () const |
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 Attributes | |
IplImage * | image_ |
cv::WImageBuffer< T >::WImageBuffer | ( | ) |
cv::WImageBuffer< T >::WImageBuffer | ( | int | width, |
int | height, | ||
int | nchannels | ||
) |
|
explicit |
cv::WImageBuffer< T >::~WImageBuffer | ( | ) |
void cv::WImageBuffer< T >::SetIpl | ( | IplImage * | img | ) |
void cv::WImageBuffer< T >::CloneFrom | ( | const WImage< T > & | src | ) |
void cv::WImageBuffer< T >::ReleaseImage | ( | ) |
bool cv::WImageBuffer< T >::IsNull | ( | ) | const |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
protectedinherited |