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

Description

TrackedImage class stores the image data.

Public Member Functions

int getWidth ()
 Get the width of the current image. More...
 
int getHeight ()
 Get the height of the current image. More...
 
ColorFormat getFormat ()
 Get the format of the current image. More...
 
byte[] getData ()
 Get byte array of the current image. More...
 

Member Function Documentation

◆ getData()

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

Get byte array of the current image.

Returns
the image byte array

◆ getFormat()

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

Get the format of the current image.

Returns
the image format

◆ getHeight()

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

Get the height of the current image.

Returns
the image height in pixel unit

◆ getWidth()

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

Get the width of the current image.

Returns
the image width in pixel unit