We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 9 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
这里是一个相当不错的 Image 入门教程用Java 处理。它有理论,可以转移到 Android(和其他平台)。
一旦您了解了一些理论,本教程解释了如何在 Android 上操作图像和像素。
您也可以使用一些现有的库,例如 JavaCV。这将抽象出一些较低级别的细节。
Here's quite a nice introduction tutorial in Image Processing with Java. It has theory, which is transferable to Android (and other platforms).
Once you know some of the theory, this tutorial explains how to manipulate images and pixels on Android.
There are some existing libraries which you can use as well such as a JavaCV. This will abstract away some of the lower level details.