All Projects → oskopek → Javaanpr

oskopek / Javaanpr

Licence: ecl-2.0
JavaANPR - Automatic Number Plate Recognition System for Java

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Javaanpr

Wesync
用Java Swing写的数据库同步软件
Stars: ✭ 662 (+429.6%)
Mutual labels:  swing
Swing Generate
🙊 Swing development code generator
Stars: ✭ 36 (-71.2%)
Mutual labels:  swing
Swingtutorials
Tutorials for Java's Swing UI toolkit explaining how to use particular components
Stars: ✭ 67 (-46.4%)
Mutual labels:  swing
Flatlaf
FlatLaf - Flat Look and Feel (with Darcula/IntelliJ themes support)
Stars: ✭ 785 (+528%)
Mutual labels:  swing
Xraygui
Build A GUI For Xray,给Xray造一个GUI控制端。
Stars: ✭ 30 (-76%)
Mutual labels:  swing
Sharebox
家庭看片神器,可以用手机播放电脑里的视频,也可以用电脑播放手机里的视频,使用简单,能稳定运行在后台,目前支持的设备有Windows,Mac,Android。
Stars: ✭ 51 (-59.2%)
Mutual labels:  swing
Material Ui Swing
A modern, Material Design UI for Java Swing
Stars: ✭ 484 (+287.2%)
Mutual labels:  swing
Scala Swing
Scala wrappers for Java's Swing API for desktop GUIs
Stars: ✭ 105 (-16%)
Mutual labels:  swing
Roboviz
Monitor and visualization tool for the RoboCup 3D Soccer Simulation League
Stars: ✭ 36 (-71.2%)
Mutual labels:  swing
Hjmirror
Mirroring you droid device screen to Windows, MacOS and Linux.
Stars: ✭ 67 (-46.4%)
Mutual labels:  swing
Jterminal
JTerminal is a (roughly) VT100-compatible terminal emulator for Swing-based Java applications.
Stars: ✭ 23 (-81.6%)
Mutual labels:  swing
Jhrome
Google Chrome-style tabbed panes for Java!
Stars: ✭ 14 (-88.8%)
Mutual labels:  swing
Business Search App Java
Showcases object oriented programming in Java, Java Swing, Kotlin, and Android
Stars: ✭ 53 (-57.6%)
Mutual labels:  swing
Jfreechart
A 2D chart library for Java applications (JavaFX, Swing or server-side).
Stars: ✭ 665 (+432%)
Mutual labels:  swing
Beautyeye
BeautyEye is a Java Swing cross-platform look and feel.
Stars: ✭ 1,242 (+893.6%)
Mutual labels:  swing
Projector Server
Server-side library for running Swing applications remotely
Stars: ✭ 547 (+337.6%)
Mutual labels:  swing
Projector Docker
Run JetBrains IDEs remotely with Docker
Stars: ✭ 1,008 (+706.4%)
Mutual labels:  swing
Calculator
Calculator app created with Java Swing, It is simple with an easy code to help novices learn how to operate a calculator.
Stars: ✭ 107 (-14.4%)
Mutual labels:  swing
Alipayorderssupervisor Gui
GUI of AlipayOrdersSupervisor, implemented in Java and Swing
Stars: ✭ 85 (-32%)
Mutual labels:  swing
Api Debugger
🔨A like Postman API debugger that supports custom encryption. 一个类似Postman的支持自定义加密传输的后台API接口调试工具.
Stars: ✭ 63 (-49.6%)
Mutual labels:  swing

== JavaANPR

image:https://github.com/oskopek/javaanpr/workflows/Java%20CI%20with%20Maven/badge.svg["Build status", link="https://github.com/oskopek/javaanpr/actions?query=workflow%3A%22Java+CI+with+Maven%22"]

Original author: Copyright (C) 2006-2007 Ondrej Martinsky. All rights reserved.

Licensing details for JavaANPR are in the file LICENCE.

This work is a derivative of JavaANPR created by Ondrej Martinsky, for his original work visit: http://javaanpr.sourceforge.net/

=== Screenshot

image:./docs/img/screenshot.png["JavaANPR GUI", scaledwidth="25%"]

=== Building

  • Recommended: mvn clean install -DskipTests
  • To run unit tests: mvn clean test
  • To run functional tests too: mvn clean verify -Pit
  • To clean, run: mvn clean
  • To run the example GUI: mvn exec:java

=== Getting help

=== Info

JavaANPR uses http://semver.org/[semantic versioning].

== Documentation The state of documentation of JavaANPR is unsatisfactory. The bachelor thesis of the original author can serve very well for current needs: http://javaanpr.sourceforge.net/anpr.pdf[Algorithmic and Mathematical Principles of Automatic Number Plate Recognition Systems]

=== Contributing Everyone is encouraged to help improve this project.

Here are some ways you can contribute:

  • by using alpha, beta, and pre-release versions
  • by reporting bugs
  • by suggesting new features
  • by translating to a new language
  • by writing or editing documentation
  • by writing specifications
  • by writing code (no patch is too small: fix typos, add comments, clean up inconsistent whitespace)
  • by refactoring code
  • by closing https://github.com/oskopek/javaanpr/issues[issues]
  • by reviewing patches

=== Submitting an Issue We use the https://github.com/oskopek/javaanpr/issues[GitHub issue tracker] to track bugs and features. Before submitting a bug report or feature request, check to make sure it hasn't already been submitted. When submitting a bug report, please include a https://gist.github.com/[Gist] that includes a stack trace and any details that may be necessary to reproduce the bug, including your Java version and operating system.

=== Submitting a Pull Request

  1. http://help.github.com/fork-a-repo/[Fork the repository.]
  2. https://help.github.com/articles/creating-and-deleting-branches-within-your-repository/[Create a topic branch.]
  3. Implement your feature or bug fix.
  4. Run +mvn clean install+. If the tests fail, return to step 3.
  5. If applicable, add tests for your feature or bug fix.
  6. Add, commit, and push your changes.
  7. https://help.github.com/articles/creating-a-pull-request/[Submit a pull request.]
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].