MaxstARSDK
|
Public Member Functions | |
float | getInitialProgress () |
int | getKeyframeCount () |
int | getGuideFeatureCount () |
float[] | getGuideFeatureBuffer () |
float[] | getBoundingBox () |
TagAnchor[] | getTagAnchors () |
int | getTagAnchorCount () |
class for guide information during SLAM
float [] com.maxst.ar.GuideInfo.getBoundingBox | ( | ) |
Get a bounding box of a scanned object
float [] com.maxst.ar.GuideInfo.getGuideFeatureBuffer | ( | ) |
Get 2d screen positions of features for guide
int com.maxst.ar.GuideInfo.getGuideFeatureCount | ( | ) |
Get the number of features for guide
float com.maxst.ar.GuideInfo.getInitialProgress | ( | ) |
Get a percentage of progress during an initialization step of SLAM
int com.maxst.ar.GuideInfo.getKeyframeCount | ( | ) |
Get the number of keyframes
int com.maxst.ar.GuideInfo.getTagAnchorCount | ( | ) |
Get the number of anchors.
TagAnchor [] com.maxst.ar.GuideInfo.getTagAnchors | ( | ) |
Get the anchor you learned and saved with the visual slam tool.