|
MaxstAR Native iOS
5.0.2
|
TrackedImage class stores the image data.
Inherits NSObject.
Instance Methods | |
| (int) | - getWidth |
| Get the width of the current image. More... | |
| (int) | - getHeight |
| Get the height of the current image. More... | |
| (MasColorFormat) | - getForamt |
| Get the format of the current image. More... | |
| (const unsigned char *) | - getData |
| Get byte array of the current image. More... | |
|
protected |
| - (const unsigned char *) getData |
Get byte array of the current image.
| - (MasColorFormat) getForamt |
Get the format of the current image.
| - (int) getHeight |
Get the height of the current image.
| - (int) getWidth |
Get the width of the current image.