MaxstARSDK  3.5.0
MasTrackingResult.h
1 //
2 // MasTrackingResult.h
3 // MaxstAR
4 //
5 // Created by Kimseunglee on 2017. 12. 7..
6 // Copyright © 2017년 Maxst. All rights reserved.
7 //
8 
9 #import <Foundation/Foundation.h>
10 #import "MasTrackable.h"
11 
15 @interface MasTrackingResult : NSObject
16 
17 - (instancetype)init:(void*)trackingResult;
18 
24 - (MasTrackable*) getTrackable:(int) index;
25 
31 - (int) getCount;
32 @end
int getCount()
Get tracking target count. Current version ar engine could not track multi target. That feature will be implemented not so far future.
Contains tracked targets informations.
Container for individual tracking information.
Definition: MasTrackable.h:15