MaxstAR Unity
|
image data which is used for tracker and rendering More...
Public Member Functions | |
int | GetIndex () |
Get image index More... | |
int | GetWidth () |
Get width More... | |
int | GetHeight () |
Get height More... | |
int | GetLength () |
Get length (width * height * bits per pixel) More... | |
ColorFormat | GetFormat () |
Image format More... | |
ulong | GetImageCptr () |
byte[] | GetData () |
Get image data which used tracking engine More... | |
IntPtr | GetDataPtr () |
Get image data which used tracking engine More... | |
void | GetYuv420spYUVPtr (out IntPtr yPtr, out IntPtr uvPtr) |
void | GetYuv420spYUVPtr (out IntPtr yPtr, out IntPtr uPtr, out IntPtr vPtr) |
void | GetYuv420_888YUVPtr (out IntPtr yPtr, out IntPtr uPtr, out IntPtr vPtr, bool support16bitUVTexture) |
image data which is used for tracker and rendering
byte [] maxstAR.TrackedImage.GetData | ( | ) |
Get image data which used tracking engine
IntPtr maxstAR.TrackedImage.GetDataPtr | ( | ) |
Get image data which used tracking engine
ColorFormat maxstAR.TrackedImage.GetFormat | ( | ) |
Image format
int maxstAR.TrackedImage.GetHeight | ( | ) |
Get height
int maxstAR.TrackedImage.GetIndex | ( | ) |
Get image index
int maxstAR.TrackedImage.GetLength | ( | ) |
Get length (width * height * bits per pixel)
int maxstAR.TrackedImage.GetWidth | ( | ) |
Get width