MaxstAR Native Android
Public Member Functions | Protected Member Functions | List of all members
com.maxst.ar.TrackedImage Class Reference

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

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: