图像模式识别的java框架?

发布于 2024-08-17 15:20:39 字数 1539 浏览 3 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

月寒剑心 2024-08-24 15:20:39

使用 OpenCV 库进行处理怎么样?从技术上讲,Processing 不是 Java,但它在 JVM 上运行,并且应该不难工作。 OpenCV 是计算机视觉的标准选择,这就是您想要做的事情。

What about using the OpenCV library for Processing? Technically, Processing is not Java, but it runs on the JVM and shouldn't be difficult to get working. OpenCV is the standard choice for computer vision, which is what you're trying to do.

笑着哭最痛 2024-08-24 15:20:39

我玩弄了 Neuroph (http://neuroph.sourceforge.net),它是一个 Java 神经网络框架,他们有一个非常好的图像识别教程,我认为每个人都应该阅读,但特别是如果您正在处理图像识别: http://neuroph.sourceforge.net/image_recognition.html

I played around with Neuroph (http://neuroph.sourceforge.net) which is a neural network framework for Java, and they have a very nice image recognition tutorial that I think everybody should read, but specially if you're dealing with image recognition: http://neuroph.sourceforge.net/image_recognition.html

谜泪 2024-08-24 15:20:39

查看 OpenCV 以及来自 Google 的 JavaCV 库。只需使用该库中的函数即可找到您想要的任何模式。

Have a look at OpenCV with JavaCV libraries from Google. Simply use function from that library to find whatever patterns you want.

任性一次 2024-08-24 15:20:39

如果你能找到这样的图书馆,那对我来说将是一个很大的惊喜。

我可以建议您找到一些具有 ART 神经网络 实现的库。然后,您可以将一些照片添加到您想要识别的每个类别中,ART 算法将尝试识别所有其他照片。

It'll be a great surprise for me if you can find such library.

I can advice you to find some library with ART neural network implementation. Then you can add some photos to each category you want to recognize and ART algorithm will try to recognize all other photos.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文