Skip to content

A template for javacv apps, using Gradle as the build system.

Notifications You must be signed in to change notification settings

spartango/javacv-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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

About

A template for javacv apps, using Gradle as the build system.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages