|
MaxstARSDK
|
image data which is used for tracker and rendering More...
#include <Image.h>

Public Member Functions | |
| virtual const int | getWidth ()=0 |
| Get image width. More... | |
| virtual const int | getHeight ()=0 |
| Get image height. More... | |
| virtual const int | getLength ()=0 |
| Get image length. More... | |
| virtual const ColorFormat | getFormat ()=0 |
| Get image format. More... | |
| virtual const unsigned char * | getData ()=0 |
| Get image data. More... | |
image data which is used for tracker and rendering
|
pure virtual |
Get image data.
|
pure virtual |
Get image format.
|
pure virtual |
Get image height.
|
pure virtual |
Get image length.
|
pure virtual |
Get image width.