MaxstARSDK
com.maxst.ar.TrackedImage Class Reference
Collaboration diagram for com.maxst.ar.TrackedImage:
Collaboration graph

Public Member Functions

int getIndex ()
 
int getWidth ()
 
int getHeight ()
 
int getLength ()
 
long getTimestamp ()
 
ColorFormat getFormat ()
 
byte[] getData ()
 

Protected Member Functions

 TrackedImage (long cPtr)
 

Detailed Description

image data which is used for tracker and rendering

Constructor & Destructor Documentation

◆ TrackedImage()

com.maxst.ar.TrackedImage.TrackedImage ( long  cPtr)
protected
Here is the call graph for this function:

Member Function Documentation

◆ getData()

byte [] com.maxst.ar.TrackedImage.getData ( )

Get image byte array

Returns
image byte array

◆ getFormat()

ColorFormat com.maxst.ar.TrackedImage.getFormat ( )

Get image format

Returns
image format

◆ getHeight()

int com.maxst.ar.TrackedImage.getHeight ( )

Get image height

Returns
image height

◆ getIndex()

int com.maxst.ar.TrackedImage.getIndex ( )

Get Image index

Returns
image index

◆ getLength()

int com.maxst.ar.TrackedImage.getLength ( )

Get image length

Returns
image length

◆ getTimestamp()

long com.maxst.ar.TrackedImage.getTimestamp ( )

Get image timestamp

Returns
image timestamp

◆ getWidth()

int com.maxst.ar.TrackedImage.getWidth ( )

Get image width

Returns
image width

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