Maxst AR SDK 4.0.0  4.0.0
Public Member Functions | List of all members
maxstAR.TrackedImage Class Reference

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

Detailed Description

image data which is used for tracker and rendering

Member Function Documentation

◆ GetData()

byte [] maxstAR.TrackedImage.GetData ( )
inline

Get image data which used tracking engine

Returns
Image byte array

◆ GetDataPtr()

IntPtr maxstAR.TrackedImage.GetDataPtr ( )
inline

Get image data which used tracking engine

Returns
Image data pointer with native address

◆ GetFormat()

ColorFormat maxstAR.TrackedImage.GetFormat ( )
inline

Image format

Returns

◆ GetHeight()

int maxstAR.TrackedImage.GetHeight ( )
inline

Get height

Returns

◆ GetIndex()

int maxstAR.TrackedImage.GetIndex ( )
inline

Get image index

Returns
image index

◆ GetLength()

int maxstAR.TrackedImage.GetLength ( )
inline

Get length (width * height * bits per pixel)

Returns

◆ GetWidth()

int maxstAR.TrackedImage.GetWidth ( )
inline

Get width

Returns

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