Exemplo n.º 1
0
 /// <summary>
 /// show the path tree
 /// </summary>
 /// <param name="img">image data</param>
 /// <param name="width">width of the image</param>
 /// <param name="height">height of the image</param>
 public void ShowPathTree(Byte[] img, int width, int height)
 {
     rob.ShowPathTree(img, width, height);
 }