#include <wimage.hpp>
|
| | WImageBufferC () |
| |
| | WImageBufferC (int width, int height) |
| |
| | WImageBufferC (IplImage *img) |
| |
| void | Allocate (int width, int height) |
| |
| void | SetIpl (IplImage *img) |
| |
| void | CloneFrom (const WImageC< T, C > &src) |
| |
| | ~WImageBufferC () |
| |
| void | ReleaseImage () |
| |
| bool | IsNull () const |
| |
| | 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 |
| |
| virtual | ~WImage ()=0 |
| |
| 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 |
| |
| 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) |
| |
| 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 |
| |
§ BaseType
template<typename T , int C>
§ anonymous enum
template<typename T , int C>
§ WImageBufferC() [1/3]
template<typename T , int C>
§ WImageBufferC() [2/3]
template<typename T , int C>
§ WImageBufferC() [3/3]
template<typename T , int C>
§ ~WImageBufferC()
template<typename T , int C>
§ Allocate()
template<typename T , int C>
§ CloneFrom()
template<typename T , int C>
§ IsNull()
template<typename T , int C>
§ ReleaseImage()
template<typename T , int C>
§ SetIpl()
template<typename T , int C>
The documentation for this class was generated from the following file: