摘要: public Bitmap ToGrayBitmap(byte[] rawValues, int width, int height) throws Exception { // 申请目标位图的变量,并将其内存区域锁定 Bitmap bmp = Bitmap.cr... 阅读全文
posted @ 2014-05-14 16:08 crowinhell 阅读(144) 评论(0) 推荐(0) 编辑