日期:2014-05-17 浏览次数:20737 次
Quote: 引用: 205行的这个函数有错误,要么是参数不对 public static int getPixelByGray(Bitmap bmp, int x, int y) { Color color = bmp.GetPixel(x, y); return color.R; //获得灰度 }
205行的这个函数有错误,要么是参数不对
public static int getPixelByGray(Bitmap bmp, int x, int y) { Color color = bmp.GetPixel(x, y); return color.R; //获得灰度 }