MaxstARSDK
All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties
maxstAR.TrackedImage Class Reference

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

Collaboration diagram for maxstAR.TrackedImage:
Collaboration graph

Public Member Functions

int GetIndex ()
 Get image index More...
 
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...
 
ulong GetImageCptr ()
 
byte[] GetData ()
 Get image data which used tracking engine More...
 
IntPtr GetDataPtr ()
 Get image data which used tracking engine More...
 
void GetYuv420spYUVPtr (out IntPtr yPtr, out IntPtr uvPtr)
 
void GetYuv420spYUVPtr (out IntPtr yPtr, out IntPtr uPtr, out IntPtr vPtr)
 
void GetYuv420_888YUVPtr (out IntPtr yPtr, out IntPtr uPtr, out IntPtr vPtr, bool support16bitUVTexture)
 

Detailed Description

image data which is used for tracker and rendering

Member Function Documentation

◆ GetData()

byte [] maxstAR.TrackedImage.GetData ( )

Get image data which used tracking engine

Returns
Image byte array

◆ GetDataPtr()

IntPtr maxstAR.TrackedImage.GetDataPtr ( )

Get image data which used tracking engine

Returns
Image data pointer with native address

◆ GetFormat()

ColorFormat maxstAR.TrackedImage.GetFormat ( )

Image format

Returns
Here is the caller graph for this function:

◆ GetHeight()

int maxstAR.TrackedImage.GetHeight ( )

Get height

Returns
Here is the caller graph for this function:

◆ GetImageCptr()

ulong maxstAR.TrackedImage.GetImageCptr ( )
Here is the caller graph for this function:

◆ GetIndex()

int maxstAR.TrackedImage.GetIndex ( )

Get image index

Returns
image index
Here is the caller graph for this function:

◆ GetLength()

int maxstAR.TrackedImage.GetLength ( )

Get length (width * height * bits per pixel)

Returns

◆ GetWidth()

int maxstAR.TrackedImage.GetWidth ( )

Get width

Returns
Here is the caller graph for this function:

◆ GetYuv420_888YUVPtr()

void maxstAR.TrackedImage.GetYuv420_888YUVPtr ( out IntPtr  yPtr,
out IntPtr  uPtr,
out IntPtr  vPtr,
bool  support16bitUVTexture 
)

◆ GetYuv420spYUVPtr() [1/2]

void maxstAR.TrackedImage.GetYuv420spYUVPtr ( out IntPtr  yPtr,
out IntPtr  uPtr,
out IntPtr  vPtr 
)

◆ GetYuv420spYUVPtr() [2/2]

void maxstAR.TrackedImage.GetYuv420spYUVPtr ( out IntPtr  yPtr,
out IntPtr  uvPtr 
)

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