#include <wimage.hpp>
|
| | 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>
§ WImageC() [1/2]
template<typename T, int C>
§ ~WImageC()
template<typename T , int C>
§ WImageC() [2/2]
template<typename T, int C>
§ Channels()
template<typename T, int C>
§ CopyFrom()
template<typename T, int C>
§ operator=()
template<typename T, int C>
§ SetIpl()
template<typename T, int C>
§ View()
template<typename T , int C>
The documentation for this class was generated from the following file: