BitmapDemo
获得图片相似度, //解析像素分解rgb对比 public boolean compareRGB(int a,int b) { String ahx=Integer.toHexString(a); String bhx=Integer.toHexString(b); // Log.d("mainAct", ahx+"//"+bhx); String ared=ahx.substring(0, 2); String bred=bhx.substring(0, 2); String agreen=ahx.substring(2, 4); String bgreen=
下载地址
用户评论