MaxstAR Unity
Public Member Functions | List of all members
maxstAR.GuideInfo Class Reference

Contains surface's data generated from slam tracking More...

Public Member Functions

void UpdateGuideInfo ()
 
float GetInitializingProgress ()
 Get a percentage of progress during an initialization step of SLAM More...
 
int GetFeatureCount ()
 Get projected feature count in SLAM (float * 3 = 1 feature) More...
 
int GetKeyframeCount ()
 Get keyframe count in SLAM More...
 
float[] GetFeatureBuffer ()
 Get projected feature buffer for SLAM (Always returns same address so vertex count must be considered) More...
 
TagAnchor[] GetTagAnchors ()
 

Detailed Description

Contains surface's data generated from slam tracking

Member Function Documentation

◆ GetFeatureBuffer()

float [] maxstAR.GuideInfo.GetFeatureBuffer ( )

Get projected feature buffer for SLAM (Always returns same address so vertex count must be considered)

Returns
feature buffer

◆ GetFeatureCount()

int maxstAR.GuideInfo.GetFeatureCount ( )

Get projected feature count in SLAM (float * 3 = 1 feature)

Returns
projected feature count for SLAM

◆ GetInitializingProgress()

float maxstAR.GuideInfo.GetInitializingProgress ( )

Get a percentage of progress during an initialization step of SLAM

Returns
Slam initializing progress

◆ GetKeyframeCount()

int maxstAR.GuideInfo.GetKeyframeCount ( )

Get keyframe count in SLAM

Returns
keyframe count for SLAM

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