List
How can 3dobject be identified in object tracker?
Posted Date: 2017-12-28 6:36     Edited Date: 2017-12-28 7:53     Writer: inactive

I read the document, but in ObjectTrackerSample, I didn't find the code to identify the object or unidentified. Hope that the official staff can help solve it, thank you! 

Posted Date: 2017-12-28 7:53     Edited Date: 2017-12-28 7:53     Writer: inactive

In the ObjectTrackerSample, there are lines of code like below:

 

TrackingState state = TrackerManager.GetInstance().UpdateTrackingState();

TrackingResult trackingResult = state.GetTrackingResult();

 

If the value of trackingResult.GetCount() is other than 0, the target is recognized. When no targets are recognized, the value stays 0.

 

- MAXST support team