MaxstAR Native iOS
5.0.2
|
MasTrackingResult class stores the tracking result.
The information of tracked targets is stored as Trackable class. The tracking result contains Trackable instances corresponding to the currently tracked targets.
Inherits NSObject.
Instance Methods | |
(instancetype) | - init |
(MasTrackable *) | - getTrackable |
Get a Trackable instance of the target corresponding to the index. The index should be from 0 to getCount-1. More... | |
(int) | - getCount |
Get the number of the currently tracked targets. More... | |
- (int) getCount |
Get the number of the currently tracked targets.
- (MasTrackable *) getTrackable: | (int) | index |
Get a Trackable instance of the target corresponding to the index. The index should be from 0 to getCount-1.
index | target index |
- (instancetype) init: | (void*) | trackingResult |