图像处理库为Android?图像处理、Android

2023-09-05 23:13:47 作者:野性高冷君

有一个朋友,谁在医学界工作让我试着写一个小的应用程序为Android,可以拍摄一张照片,它分析的颜色和大小方面,所以我们知道它,因为上次快照如何演变,并提出建议基于进化。

A friend who works in the medical profession asked me to try and write a small application for Android that could take a picture, analyze it in terms of colors and size so we know how it evolved since the last snapshot, and make recommendations based on that evolution.

我不过才开始与Android,并想知道,如果有人知道的,可以做到这一点,并节省开发时间好的库。

I'm only getting started with Android, and was wondering if someone knew of a good library that could do this and save development time.

推荐答案

OpenCV的(开放计算机视觉)是C ++的图像处理库的研究人员在图像处理,计算机视觉,机器人广泛应用......(至少对于谁不使用MATLAB中的)。它正式支持Android,并正在积极发展。

OpenCV (for Open Computer Vision) is a C++ image processing library widely used by researchers in image processing, computer vision, robotics... (at least for the ones who don't use matlab). It does officially support Android, and it is actively developed.

此外,它有很多先进的功能,你可以在以后使用,如果你需要它。

Furthermore, it has a lot of advanced functions that you can use later if you need it.