Android 图像滤镜库
是否有适用于 Android 的图像库,如 http://www.jhlabs.com/ 中所示ip/filters/index.html?或者有人移植过同样的东西吗?提前致谢。
Are there any image libraries available for Android as seen in http://www.jhlabs.com/ip/filters/index.html? Or have some one ported the same? Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我知道这是一个老话题,但在没有 AWT 库的情况下,我已经开始移植一些 图像过滤器 来自 Marvin Image 框架(在这里找到)
我已将其设置为googlecode 项目位于此处,请随意查看。
I know this is an old topic, but in the absence of the AWT libraries I have started porting some image filters from the Marvin Image framework (found here)
I have set it up as a googlecode project here so feel free to go check it out.
我不相信有一个非常复杂的集合,但是图形class 包含许多对某些类型的操作有用的方法。
例如,使用颜色矩阵,您可以对图像执行卷积。根据您想做什么,您可能会拥有您需要的东西。
I don't believe there is a very elaborate set of them, but the graphics class contains a number of methods that are useful for some types of these operations.
For example, using the color matrix you could perform a convolution on an image. Depending on what you want to do, you may have what you need.
三星 S Pen SDK 具有图像滤镜。这些过滤器是针对 ARM 设备实现的。这是一个链接:S笔SDK。适用于任何带或不带 S Pen 的 Android 设备。
Samsung S Pen SDK Has image filters. The filters are implemented for ARM devices. Here's a link: S Pen SDK. Works fine for any Android devices with or without S Pen.