Maxst AR SDK 4.0.0  4.0.0
Public Member Functions | List of all members
maxstAR.GuideInfo Class Reference

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

Public Member Functions

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...
 

Detailed Description

Contains surface's data generated from slam tracking

Member Function Documentation

◆ GetFeatureBuffer()

float [] maxstAR.GuideInfo.GetFeatureBuffer ( )
inline

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

Returns
feature buffer

◆ GetFeatureCount()

int maxstAR.GuideInfo.GetFeatureCount ( )
inline

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

Returns
projected feature count for SLAM

◆ GetInitializingProgress()

float maxstAR.GuideInfo.GetInitializingProgress ( )
inline

Get a percentage of progress during an initialization step of SLAM

Returns
Slam initializing progress

◆ GetKeyframeCount()

int maxstAR.GuideInfo.GetKeyframeCount ( )
inline

Get keyframe count in SLAM

Returns
keyframe count for SLAM

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