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 3 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(4)
使用 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.
我玩弄了 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
查看 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.
如果你能找到这样的图书馆,那对我来说将是一个很大的惊喜。
我可以建议您找到一些具有 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.