简体   繁体   English

适用于Android的图像处理库

[英]Image Processing Libraries for Android

I am currently developing an image processing application for android mobile phones and I would like to know what libraries would you guys recommend me based on your experience. 我目前正在为Android手机开发一个图像处理应用程序,我想知道你们根据你的经验推荐我的图书馆。
I have heard of JJIL but I do not know how good it might be for what i want to achieve. 我听说过JJIL,但我不知道我想要实现的目标有多好。
I need something that implements the basic image processing functions from Matlab toolbox, and i would also like to know if there are any alternatives to JJIL. 我需要一些从Matlab工具箱实现基本图像处理功能的东西,我还想知道JJIL是否还有其他选择。
Additionally, i have heard it is possible to use Matlab's compiler to generate C code that would be useable in a standalone application, but has anybody ever did this before, for Java, adapting it to work in android environment? 另外,我听说可以使用Matlab的编译器来生成可以在独立应用程序中使用的C代码,但是之前有没有人这样做过,对于Java来说,适应它在android环境中工作? Thanks in advance. 提前致谢。

At least from the google code description, JJIL seems like exactly what you want. 至少从谷歌代码描述来看,JJIL似乎正是你想要的。 Are there specific things you want to do that JJIL doesn't support? JJIL不支持您想要做的具体事情吗?

It is possible to compile Matlab code. 可以编译Matlab代码。 Look up mex in the matlab documentation. 在matlab文档中查找mex。 I have used Java code within Matlab, but never the opposite. 我在Matlab中使用过Java代码,但从来没有相反。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM