An open API service indexing awesome lists of open source software.

https://github.com/hellonico/opencv-java-template

A java template for OpenCV
https://github.com/hellonico/opencv-java-template

Last synced: 9 months ago
JSON representation

A java template for OpenCV

Awesome Lists containing this project

README

          

# opencv-java-template
A java template for OpenCV

Generated from a maven template, with:

```
mvn org.apache.maven.plugins:maven-archetype-plugin:2.4:generate \
-DarchetypeArtifactId=maven-archetype \
-DarchetypeGroupId=origami -DarchetypeVersion=1.0 \
-DarchetypeCatalog=https://repository.hellonico.info/repository/hellonico/ \
-Dversion=1.0-SNAPSHOT \
-DgroupId=hello \
-DartifactId=opencv-java-template
```

Run on the CLI with:

```shell
mvn exec:java
```

or import in your favorite editor.