MaxstARSDK  3.5.0
All Classes Functions Variables
Public Member Functions | Protected Member Functions | List of all members
com.maxst.ar.TrackedImage Class Reference

Public Member Functions

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

Protected Member Functions

void setData (long cPtr)
 

Detailed Description

image data which is used for tracker and rendering

Definition at line 9 of file TrackedImage.java.

Member Function Documentation

◆ getData()

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

Get image byte array

Returns
image byte array

Definition at line 77 of file TrackedImage.java.

◆ getFormat()

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

Get image format

Returns
image format

Definition at line 69 of file TrackedImage.java.

◆ getHeight()

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

Get image height

Returns
image height

Definition at line 53 of file TrackedImage.java.

◆ getLength()

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

Get image length

Returns
image length

Definition at line 61 of file TrackedImage.java.

◆ getWidth()

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

Get image width

Returns
image width

Definition at line 45 of file TrackedImage.java.


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