OpenCV
Open Source Computer Vision
|
#include "wimage.hpp"
Public Types | |
typedef WImage< T >::BaseType | BaseType |
Public Types inherited from cv::WImage< T > | |
typedef T | 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) |
Public Member Functions inherited from cv::WImage< T > | |
virtual | ~WImage ()=0 |
int | Channels () const |
int | ChannelSize () const |
void | CopyFrom (const WImage< T > &src) |
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 |
int | Height () const |
T * | ImageData () |
const T * | ImageData () const |
IplImage * | Ipl () |
const IplImage * | Ipl () const |
T * | operator() (int c, int r) |
const T * | operator() (int c, int r) const |
int | PixelSize () const |
const T * | Row (int r) const |
T * | Row (int r) |
void | SetZero () |
WImageView< T > | View (int c, int r, int width, int height) |
int | Width () const |
int | WidthStep () const |
Protected Attributes | |
IplImage | header_ |
Protected Attributes inherited from cv::WImage< T > | |
IplImage * | image_ |
Additional Inherited Members | |
Protected Member Functions inherited from cv::WImage< T > | |
WImage (const WImage &) | |
WImage (IplImage *img) | |
void | operator= (const WImage &) |
void | SetIpl (IplImage *image) |
View into an image class which allows treating a subimage as an image or treating external data as an image
typedef WImage<T>::BaseType cv::WImageView< T >::BaseType |
|
inline |
|
inline |
|
inline |
|
protected |