if (r == g && g == b) {
// Image is already greyscale, so pick any channel.
luminances[offset + x] = (byte) r;
} else {
// Calculate luminance cheaply, favoring green.
luminances[offset + x] = (byte) ((r + g + g + b) >> 2);
}
}
}
}
@Override
public byte[] getRow(int y, byte[] row) {
if (y < 0 || y >= getHeight()) {
throw new IllegalArgumentException(
"Requested row is outside the image: " + y);
}
int width = getWidth();
if (row == null || row.length < width) {
row = new byte[width];
}
System.arraycopy(luminances, y * width, row, 0, width);
return row;
}
// Since this class does not support cropping, the underlying byte array
// already contains
// exactly what the caller is asking for, so give it to them without a copy.
@Override
public byte[] getMatrix() {
return luminances;
}
private static Bitmap loadBitmap(String path) throws FileNotFoundException {
Bitmap bitmap = BitmapFactory.decodeFile(path);
if (bitmap == null) {
throw new FileNotFoundException("Couldn't open " + path);
}
return bitmap;
}
}
【二维码在哪里 采样二维码在哪里】www.shendayun.com www9813cn.com 深大云网络(深圳)有限公司是深圳南山科技园注册成立的一家高科技公司 。公司产品主要是软件开发、软件销售、网络开发、网络推广、网络营销、互联网系统解决方案,微信二次开发等 。18664905986
- 中医心理学与西方心理学差别在哪里 华夏心理咨询培训机构怎么样
- 三叉穴在哪里 董氏奇穴治疗带状疱疹
- 想吃正宗阳澄湖大闸蟹去哪里买比较好 阳澄湖大闸蟹在哪里买
- 京东自营蜂蜜是真的吗 蜂蜜在哪里能买到真的
- 汗蒸东西十条附近哪里有汗蒸和桑拿 我家附近的汗蒸房在哪里
- 怎么知道一个女生敏感还是不敏感 女人敏感区在哪里图解
- 如何制作qq表白二维码 手机怎么做表白链接
- 比较有名的肿瘤医院在哪里 全国看肿瘤最好的中医院
- 有二维码还可以放歌的然后可以表白的是怎么弄的 表白网站制作网址免费
- 上衣尺码170/88A是什么意思