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
- Host: GitHub
- URL: https://github.com/hellonico/opencv-java-template
- Owner: hellonico
- Created: 2019-11-19T02:23:17.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-03-08T20:57:40.000Z (about 2 years ago)
- Last Synced: 2025-06-12T19:35:22.117Z (11 months ago)
- Language: Java
- Size: 13.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.