MaxstARSDK
MasGuideInfo Class Reference

#import <MasGuideInfo.h>

Inheritance diagram for MasGuideInfo:
Inheritance graph
Collaboration diagram for MasGuideInfo:
Collaboration graph

Instance Methods

(instancetype) - init:
 
(float) - getInitializingProgress
 Get a percentage of progress during an initialization step of SLAM. More...
 
(int) - getKeyframeCount
 Get keyframe count. More...
 
(int) - getGuideFeatureCount
 Get the number of features for guide. More...
 
(float *) - getGuideFeatureBuffer
 
(float *) - getBoundingBox
 Get a bounding box of a scanned object. More...
 
(NSMutableArray< MasTagAnchor * > *) - getTagAnchors
 Get Anchors of a scanned object. More...
 
(int) - getTagAnchorCount
 Get number of anchors. More...
 
(int) - getTagAnchorsId
 Get anchors Id. More...
 

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

Get keyframe count.

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

◆ getTagAnchorsId

- (int) getTagAnchorsId

Get anchors Id.

Returns
anchors Id

◆ init:

- (instancetype) init: (void *)  guideInfo

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