|
MaxstARSDK
|
image data which is used for tracker and rendering More...

Public Member Functions | |
| 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... | |
| byte [] | GetData () |
| Image byte array More... | |
image data which is used for tracker and rendering
| byte [] maxstAR.TrackedImage.GetData | ( | ) |
Image byte array
| ColorFormat maxstAR.TrackedImage.GetFormat | ( | ) |
Image format
| int maxstAR.TrackedImage.GetHeight | ( | ) |
Get height
| int maxstAR.TrackedImage.GetLength | ( | ) |
Get length (width * height * bits per pixel)
| int maxstAR.TrackedImage.GetWidth | ( | ) |
Get width