Example #1
0
 public Detection[] DetectOnImage(System.Drawing.Bitmap bitmap)
 {
     return(_detectorWrapper.DetectOnImage(bitmap));
 }