MaxstARSDK
maxstAR.TrackedImage Class Reference

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

Collaboration diagram for maxstAR.TrackedImage:
Collaboration graph

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...
 

Detailed Description

image data which is used for tracker and rendering

Member Function Documentation

◆ GetData()

byte [] maxstAR.TrackedImage.GetData ( )

Image byte array

Returns

◆ GetFormat()

ColorFormat maxstAR.TrackedImage.GetFormat ( )

Image format

Returns

◆ GetHeight()

int maxstAR.TrackedImage.GetHeight ( )

Get height

Returns

◆ GetLength()

int maxstAR.TrackedImage.GetLength ( )

Get length (width * height * bits per pixel)

Returns

◆ GetWidth()

int maxstAR.TrackedImage.GetWidth ( )

Get width

Returns

The documentation for this class was generated from the following file: