MaxstARSDK
3.5.0
|
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... | |
Package Functions | |
void | UpdateGuideInfo () |
Contains surface's data generated from slam tracking
Definition at line 17 of file GuideInfo.cs.
float [] maxstAR.GuideInfo.GetFeatureBuffer | ( | ) |
Get projected feature buffer for SLAM (Always returns same address so vertex count must be considered)
Definition at line 100 of file GuideInfo.cs.
int maxstAR.GuideInfo.GetFeatureCount | ( | ) |
Get projected feature count in SLAM (float * 3 = 1 feature)
Definition at line 82 of file GuideInfo.cs.
float maxstAR.GuideInfo.GetInitializingProgress | ( | ) |
Get a percentage of progress during an initialization step of SLAM
Definition at line 73 of file GuideInfo.cs.
int maxstAR.GuideInfo.GetKeyframeCount | ( | ) |
Get keyframe count in SLAM
Definition at line 91 of file GuideInfo.cs.