首页下载资源后端LireDemo (LIRE的例子)

ZIPLireDemo (LIRE的例子)

leixiaohua10203.49MB需要积分:1

资源文件列表:

LireDemo_v0.9.1.zip 大约有10个文件
  1. LireDemo_v0.9.1/
  2. LireDemo_v0.9.1/lib/
  3. LireDemo_v0.9.1/lib/commons-math-2.2.jar 965.35KB
  4. LireDemo_v0.9.1/lib/JOpenSurf.jar 1.04MB
  5. LireDemo_v0.9.1/lib/lire.jar 233.25KB
  6. LireDemo_v0.9.1/lib/lucene-core-3.4.0.jar 1.33MB
  7. LireDemo_v0.9.1/lib/metadata-extractor-2.3.1.jar 86.65KB
  8. LireDemo_v0.9.1/Liredemo.jar 240.29KB
  9. LireDemo_v0.9.1/README.TXT 1.29KB
  10. LireDemo_v0.9.1/src.zip 229.19KB

资源介绍:

LIRE(Lucene Image REtrieval)提供一种的简单方式来创建基于图像特性的Lucene索引。LIRE使用的特性都取自MPEG-7标准: ScalableColor、ColorLayout、EdgeHistogram。 这是一个完整的例子程序。
======================== BUILD OUTPUT DESCRIPTION ======================== When you build an Java application project that has a main class, the IDE automatically copies all of the JAR files on the projects classpath to your projects dist/lib folder. The IDE also adds each of the JAR files to the Class-Path element in the application JAR files manifest file (MANIFEST.MF). To run the project from the command line, go to the dist folder and type the following: java -jar "Liredemo.jar" To distribute this project, zip up the dist folder (including the lib folder) and distribute the ZIP file. Notes: * If two JAR files on the project classpath have the same name, only the first JAR file is copied to the lib folder. * Only JAR files are copied to the lib folder. If the classpath contains other types of files or folders, these files (folders) are not copied. * If a library on the projects classpath also has a Class-Path element specified in the manifest,the content of the Class-Path element has to be on the projects runtime path. * To set a main class in a standard Java project, right-click the project node in the Projects window and choose Properties. Then click Run and enter the class name in the Main Class field. Alternatively, you can manually type the class name in the manifest Main-Class element.
100+评论
captcha