图像模式识别的java框架?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/2062618/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
java framework for image pattern recognition?
提问by D.C.
I'm looking for a Java framework to help with some data mining specific to images. We have a set of historical images that I would like to categorize and classify. I'm was hoping to find something like weka http://www.cs.waikato.ac.nz/ml/weka/or Marsyas http://marsyas.sness.netbut more specific to sifting through image data to find patterns. Any suggestions?
我正在寻找一个 Java 框架来帮助某些特定于图像的数据挖掘。我们有一组历史图像,我想对其进行分类和分类。我希望找到类似 weka http://www.cs.waikato.ac.nz/ml/weka/或 Marsyas http://marsyas.sness.net 的东西,但更具体地用于筛选图像数据以查找模式. 有什么建议?
采纳答案by BobMcGee
What about using the OpenCVlibrary 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.
使用OpenCV库进行处理怎么样?从技术上讲,Processing 不是 Java,但它运行在 JVM 上,应该不难开始工作。OpenCV 是计算机视觉的标准选择,这正是您想要做的。
回答by Roman
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 networkimplementation. Then you can add some photos to each category you want to recognize and ART algorithm will try to recognize all other photos.
我可以建议您找到一些具有ART 神经网络实现的库。然后您可以将一些照片添加到您想要识别的每个类别中,ART 算法将尝试识别所有其他照片。
回答by tog000
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
我玩过 Neuroph ( http://neuroph.sourceforge.net),它是一个 Java 神经网络框架,他们有一个非常好的图像识别教程,我认为每个人都应该阅读,但特别是如果你正在处理图像识别:http: //neuroph.sourceforge.net/image_recognition.html