Beispiel #1
0
 public void addPoints(MatOfRect rects)
 {
     points.AddRange(detector.convertMatOfRectToPoints(rects));
 }