MaxstARSDK
|
image data which is used for tracker and rendering More...
#import <MasTrackedImage.h>
Instance Methods | |
(instancetype) | - init: |
(int) | - getWidth |
Get image width. More... | |
(int) | - getHeight |
Get image height. More... | |
(int) | - getLength |
Get image length. More... | |
(MasColorFormat) | - getForamt |
Get image format. More... | |
(const unsigned long long int) | - getTimestamp |
Get image timestamp. More... | |
(const unsigned char *) | - getData |
Get image data. More... | |
Protected Types | |
enum | MasColorFormat : int { RGB888 = 1 , YUV420sp = 2 , YUV420 = 3 , YUV420_888 = 4 , GRAY8 = 5 , RGBA8888 = 6 , NONE = 7 } |
Pixel Format @constant RGB888 @constant YUV420sp @constant YUV420 @constant YUV420_888 @constant GRAY8. More... | |
image data which is used for tracker and rendering
|
protected |
- (const unsigned char *) getData |
Get image data.
- (MasColorFormat) getForamt |
Get image format.
- (int) getHeight |
Get image height.
- (int) getLength |
Get image length.
- (const unsigned long long int) getTimestamp |
Get image timestamp.
- (int) getWidth |
Get image width.
- (instancetype) init: | (void *) | image |