MaxstARSDK
MasTrackingResult.h
Go to the documentation of this file.
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
Container for individual tracking information.
Definition: MasTrackable.h:16
Contains tracked targets informations.
Definition: MasTrackingResult.h:16
int getCount()
Get tracking target count. Current version ar engine could not track multi target....