This is the complete list of members for
Image< T >, including all inherited members.
GetData() const | Image< T > | [inline] |
GetHeight() const | Image< T > | [inline] |
GetWidth() const | Image< T > | [inline] |
height | Image< T > | [private] |
image | Image< T > | [private] |
Image(int w, int h, T *ptr=NULL) | Image< T > | |
img | Image< T > | [private] |
Load(const char *filename) | Image< T > | |
LoadRGB(const char *filename) | Image< T > | |
localalloc | Image< T > | [private] |
operator=(Image< T > &src) | Image< T > | |
operator[](int i) | Image< T > | [inline] |
SetData(T *ptr) | Image< T > | [inline] |
SetDataAlign(T *ptr, int w, int h) | Image< T > | |
SetDataAlign(const sensor_msgs::Image &img_msg, int w, int h, bool withColor=true) | Image< T > | |
SetSize(int w, int h) | Image< T > | |
Store(const char *filename, bool norm=false, bool ascii=false) const | Image< T > | |
StoreRGB(const char *filename) const | Image< T > | |
StoreYUV(const char *filename) const | Image< T > | |
width | Image< T > | [private] |
~Image() | Image< T > | [inline] |