|
MaxstAR Native iOS
5.0.2
|
MasGuideInfo class stores guide information concerning Object Tracker.
guide information includes a bounding box, feature points, and anchors.
Inherits NSObject.
Instance Methods | |
| (instancetype) | - init |
| (int) | - getGuideFeatureCount |
| Get the number of features for guide. More... | |
| (float *) | - getGuideFeatureBuffer |
| Get 2d screen positions of features for guide. More... | |
| (float *) | - getBoundingBox |
| Get a bounding box of a scanned object. More... | |
| (NSMutableArray< MasTagAnchor * > *) | - getTagAnchors |
| Get anchors of a scanned object. More... | |
| (int) | - getTagAnchorCount |
| Get the number of anchors of a scanned object. More... | |
| - (float *) getBoundingBox |
Get a bounding box of a scanned object.
This method returns a float array with 6 elements. the first three elements are position values and the last are scale values.
| - (float *) getGuideFeatureBuffer |
Get 2d screen positions of features for guide.
This method returns the positions as float array and its size is 2*getGuideFeatureCount().
| - (int) getGuideFeatureCount |
Get the number of features for guide.
| - (int) getTagAnchorCount |
Get the number of anchors of a scanned object.
| - (NSMutableArray< MasTagAnchor * > *) getTagAnchors |
Get anchors of a scanned object.
This method returns an anchor array. The array size is getTagAnchorCount.
| - (instancetype) init: | (void *) | guideInfo |