#include <Image.h>
Public Member Functions | |
| Image () | |
| Image (int x, int y, int p, void *pixel_data) | |
| int | size () const |
| void | SetSize (int x, int y, int p) |
Public Attributes | |
| void * | image_ptr |
Friends | |
| OPENTRACKER_API std::ostream & | operator<< (std::ostream &os, const Image &object) |
| OPENTRACKER_API std::istream & | operator>> (std::istream &is, Image &object) |
|
|
|
|
||||||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
|
|
|
||||||||||||
|
todo need to serialize the xdim, ydim and pixel size as well |
|
||||||||||||
|
|
|
|
|
1.4.6