MaxstARSDK  3.5.0
Public Member Functions | Package Functions | List of all members
maxstAR.TrackedImage Class Reference

image data which is used for tracker and rendering More...

Public Member Functions

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...
 
byte [] GetData ()
 Image byte array More...
 
IntPtr GetDataPtr ()
 

Package Functions

void SetDataPtr (ulong Image_cPtr)
 
void SetData (ulong Image_cPtr)
 

Detailed Description

image data which is used for tracker and rendering

Definition at line 13 of file TrackedImage.cs.

Member Function Documentation

◆ GetData()

byte [] maxstAR.TrackedImage.GetData ( )

Image byte array

Returns

Definition at line 136 of file TrackedImage.cs.

◆ GetFormat()

ColorFormat maxstAR.TrackedImage.GetFormat ( )

Image format

Returns

Definition at line 127 of file TrackedImage.cs.

◆ GetHeight()

int maxstAR.TrackedImage.GetHeight ( )

Get height

Returns

Definition at line 109 of file TrackedImage.cs.

◆ GetLength()

int maxstAR.TrackedImage.GetLength ( )

Get length (width * height * bits per pixel)

Returns

Definition at line 118 of file TrackedImage.cs.

◆ GetWidth()

int maxstAR.TrackedImage.GetWidth ( )

Get width

Returns

Definition at line 100 of file TrackedImage.cs.


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