4、ry> /// 设置是否为debug,如果是debug的话,就把当前图片保存到c:.bmp /// public bool debug ...{ set ...{ _debug=value; } get ...{ return _debug; } } /
5、**//// /// 识别主函数 /// /// public string proc() ...{ //图形 Bitmap bmp=null; //保存深浅2种颜色 Color[] cc = new Color[2]; int[] left = new int[5];//左边的点
6、 int[] right = new int[5];//右边的点 int[] top = new int[5];//顶点 int[] bottom = new int[5];//底点 string str = ""; try ...{ int i=0; // '抓取图片 while (i != 4) ...{/