Public Member Functions | |
float | getInitialProgress () |
int | getKeyframeCount () |
int | getGuideFeatureCount () |
float [] | getGuideFeatureBuffer () |
Package Functions | |
void | updateGuideInfo () |
class for guide information during SLAM
Definition at line 13 of file GuideInfo.java.
float [] com.maxst.ar.GuideInfo.getGuideFeatureBuffer | ( | ) |
Get 2d screen positions of features for guide
Definition at line 65 of file GuideInfo.java.
int com.maxst.ar.GuideInfo.getGuideFeatureCount | ( | ) |
Get the number of features for guide
Definition at line 57 of file GuideInfo.java.
float com.maxst.ar.GuideInfo.getInitialProgress | ( | ) |
Get a percentage of progress during an initialization step of SLAM
Definition at line 41 of file GuideInfo.java.
int com.maxst.ar.GuideInfo.getKeyframeCount | ( | ) |