MaxstARSDK  3.5.0
All Classes Functions Variables
Public Member Functions | Package Functions | List of all members
com.maxst.ar.GuideInfo Class Reference

Public Member Functions

float getInitialProgress ()
 
int getKeyframeCount ()
 
int getGuideFeatureCount ()
 
float [] getGuideFeatureBuffer ()
 

Package Functions

void updateGuideInfo ()
 

Detailed Description

class for guide information during SLAM

Definition at line 13 of file GuideInfo.java.

Member Function Documentation

◆ getGuideFeatureBuffer()

float [] com.maxst.ar.GuideInfo.getGuideFeatureBuffer ( )

Get 2d screen positions of features for guide

Returns
buffer including 2d screen positions

Definition at line 65 of file GuideInfo.java.

◆ getGuideFeatureCount()

int com.maxst.ar.GuideInfo.getGuideFeatureCount ( )

Get the number of features for guide

Returns
feature point count

Definition at line 57 of file GuideInfo.java.

◆ getInitialProgress()

float com.maxst.ar.GuideInfo.getInitialProgress ( )

Get a percentage of progress during an initialization step of SLAM

Returns
Slam initializing progress

Definition at line 41 of file GuideInfo.java.

◆ getKeyframeCount()

int com.maxst.ar.GuideInfo.getKeyframeCount ( )

Get the number of keyframes

Returns
keyframe count

Definition at line 49 of file GuideInfo.java.


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