MaxstAR Native iOS
Instance Methods | List of all members
MasGuideInfo Class Reference
Inheritance diagram for MasGuideInfo:

Instance Methods

(instancetype) - init:
 
(float) - getInitializingProgress
 Get a percentage of progress during an initialization step of SLAM. More...
 
(int) - getKeyframeCount
 
(int) - getGuideFeatureCount
 
(float *) - getGuideFeatureBuffer
 
(float *) - getBoundingBox
 
(NSMutableArray< MasTagAnchor * > *) - getTagAnchors
 
(int) - getTagAnchorCount
 

Method Documentation

◆ getBoundingBox()

- (float *) getBoundingBox

Get a bounding box of a scanned object

Returns
buffer including bounding box information

◆ getGuideFeatureBuffer()

- (float *) getGuideFeatureBuffer
Returns
Get 2d screen positions of features for guide

◆ getGuideFeatureCount()

- (int) getGuideFeatureCount

Get the number of features for guide

Returns
feature point count

◆ getInitializingProgress()

- (float) getInitializingProgress

Get a percentage of progress during an initialization step of SLAM.

Returns
Slam initializing progress

◆ getKeyframeCount()

- (int) getKeyframeCount
Returns
keyframe count

◆ getTagAnchorCount()

- (int) getTagAnchorCount

Get number of anchors

Returns
number of anchors

◆ getTagAnchors()

- (NSMutableArray< MasTagAnchor * > *) getTagAnchors

Get Anchors of a scanned object

Returns
buffer including Anchor information

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