Example #1
0
 public Detection[] Tracking(Detection[] detections)
 {
     return(_detectorWrapper.Tracking(detections));
 }