Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 827 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 827 Bytes

JavaCV Template

This project is a simple template for applications using Gradle as the build system and including JavaCV for computer vision.

It also includes Google's Guava utility libraries and SLF4J for logging, and JUnit for testing.

This project is ready to use with Gradle supporting IDEs.

Note that JavaCV depends on OpenCV, Gradle, and Java 7 on your system.

Current versions

  • JavaCV 0.7 (OpenCV 2.4.8)
  • Guava (16.0.1)

Customization

You can add your main class name to the bottom line in build.gradle, enabling the build task gradle run

mainClassName = ""

Of course, you can customize the dependencies in build.gradle