MaxstARSDK
MasTrackingResult Class Reference

Contains tracked targets informations. More...

#import <MasTrackingResult.h>

Inheritance diagram for MasTrackingResult:
Inheritance graph
Collaboration diagram for MasTrackingResult:
Collaboration graph

Instance Methods

(instancetype) - init:
 
(MasTrackable *) - getTrackable:
 Get tracking target information. More...
 
(int) - getCount
 Get tracking target count. Current version ar engine could not track multi target. That feature will be implemented not so far future. More...
 

Detailed Description

Contains tracked targets informations.

Method Documentation

◆ getCount

- (int) getCount

Get tracking target count. Current version ar engine could not track multi target. That feature will be implemented not so far future.

Returns
tracking target count

◆ getTrackable:

- (MasTrackable*) getTrackable: (int)  index

Get tracking target information.

Parameters
indextarget index
Returns
MasTrackable class instance

◆ init:

- (instancetype) init: (void *)  trackingResult

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