Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

net.sf.javaanpr:javaanpr

Package Overview
Dependencies
Maintainers
0
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

net.sf.javaanpr:javaanpr

JavaANPR is an automatic number plate recognition software, which implements algorithmic and mathematical principles from field of artificial intelligence, machine vision and neural networks. It was created by Ondrej Martinsky in 2006 and 2007 as part of the research plan "Security-oriented research in information technology, MSM 0021630528" at Brno University of Technology.

  • 1.2.7
  • Source
  • Maven
  • Socket score

Version published
Maintainers
0
Source

== 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.]

FAQs

Package last updated on 28 Jan 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc