
android
梦不醒的鬼鬼
这个作者很懒,什么都没留下…
展开
-
android HOOK
http://blog.youkuaiyun.com/jinzhuojun/article/details/9900105转载 2015-03-02 11:56:40 · 355 阅读 · 0 评论 -
Android GPU加速实现图像颜色传递(Color transfer)
题记: 最近研究了使用opengl es在安卓上实现图像颜色传递。其要实现的效果是将一张图像的颜色特征传递给另外一幅目标图像。算法基于http://www.cs.utah.edu/~shirley/papers/ColorTransfer.pdf。基本思想是将图像转换到lab色彩空间,计算被转移图像和目标图像在该空间中的均值与色彩方差,之后将目标图像像素的lab值减去该图像的lab均值,再乘以原创 2015-04-23 09:23:16 · 1194 阅读 · 2 评论 -
harris corner detector java实现
/** * Millie : Multifunctional Library For Image Processing * * (c) Copyright 2009 by Humbert Florent * * This program is free software; you can redistribute it and/or modify *转载 2015-10-09 20:55:37 · 592 阅读 · 0 评论