2017年11月28日
摘要: 模糊算法参考: http://blog.csdn.net/markl22222/article/details/10313565 网上很多,这东西是个概念理解,没有什么新鲜的。 轮子有现成的,模糊算法无非是java和jni实现。有兴趣可以自己写一遍。这里直接用现成的了。 实现在头部虚化。1.获得bi 阅读全文
posted @ 2017-11-28 16:25 wp7ers 阅读(531) 评论(0) 推荐(0)
摘要: SparseArray: HashMap: 工作原理:http://www.importnew.com/10620.html ;https://www.cnblogs.com/chengxiao/p/6059914.html; ArrayList: 数据结构中的顺序存储。 ArrayList就是动态 阅读全文
posted @ 2017-11-28 15:44 wp7ers 阅读(494) 评论(0) 推荐(0)
摘要: 这篇文章的目的是了解Bitmap.Config 你可以在使用这个方法的时候会遇到 Bitmap android.graphics.Bitmap.createBitmap(int width, int height, Config config) 需要一个Bitmap 然后在上面画一些东西。 Bitm 阅读全文
posted @ 2017-11-28 15:32 wp7ers 阅读(3528) 评论(0) 推荐(0)