用于图像模式识别的java框架?
我正在寻找一个Java框架来帮助进行一些特定于图像的数据挖掘。我们有一组历史图像,我想分类和分类。我希望能找到类似weka http://www.cs.waikato。 ac.nz/ml/weka/ 或Marsyas http://marsyas.sness.net 但更多特定于筛选图像数据以找到模式。有什么建议吗?
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.net but more specific to sifting through image data to find patterns. Any suggestions?
如何使用 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.