Skip to content

Latest commit

 

History

History
89 lines (54 loc) · 2.66 KB

README.md

File metadata and controls

89 lines (54 loc) · 2.66 KB

OpenImageCV

Summary

OpenImageCV application is intended to provide operations on poker card images (card's rank/suit recognition by template)

Description

Application can be used for parsing card images with possibility to recognize card's rank/suit by predefined set of templates

Compile

For JDK 8

mvn clean install -Pdev,assembly,non_module_java -DskipTests

For JDK 11

mvn clean install -Pdev,assembly,module_java -DskipTests

Running

Execute the following command to start OpenServiceCV processor:

run.bat <source_image_director>

Usage

Choose one of the modules and add to your pom.xml

<dependency>
    <groupId>io.brainshells.api</groupId>
    <artifactId>openimagecv-parent</artifactId>
    <version>{lib.version}</version>
</dependency>

Bundle with all OpenImageCV dependencies:

OpenImageCV module dependencies:

Version Store

./pom.xml

Miscellaneous

You can find more useful libs and examples on wiki

Authors

OpenImageCV is maintained by:

with community support please contact with us if you have some question or proposition.

Team Tools

alt tag

OpenImageCV Team would like inform that JetBrains is helping by provided IDE to develop the application. Thanks to its support program for an Open Source projects!

alt tag

OpenImageCV project is using SonarCloud for code quality. Thanks to SonarQube Team for free analysis solution for open source projects.

License

OpenImageCV is distributed under LGPL version 3 or later, see COPYING.LESSER(LGPL) and COPYING(GPL).
LGPLv3 is additional permissions on top of GPLv3.

image