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.

Лицензия

Лицензия

Категории

Категории

Сеть
Группа

Группа

net.sf.javaanpr
Идентификатор

Идентификатор

javaanpr
Последняя версия

Последняя версия

1.2.7
Дата

Дата

Тип

Тип

jar
Описание

Описание

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.
Система контроля версий

Система контроля версий

https://github.com/oskopek/javaanpr.git

Скачать javaanpr

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/net.sf.javaanpr/javaanpr/ -->
<dependency>
    <groupId>net.sf.javaanpr</groupId>
    <artifactId>javaanpr</artifactId>
    <version>1.2.7</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.javaanpr/javaanpr/
implementation 'net.sf.javaanpr:javaanpr:1.2.7'
// https://jarcasting.com/artifacts/net.sf.javaanpr/javaanpr/
implementation ("net.sf.javaanpr:javaanpr:1.2.7")
'net.sf.javaanpr:javaanpr:jar:1.2.7'
<dependency org="net.sf.javaanpr" name="javaanpr" rev="1.2.7">
  <artifact name="javaanpr" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.javaanpr', module='javaanpr', version='1.2.7')
)
libraryDependencies += "net.sf.javaanpr" % "javaanpr" % "1.2.7"
[net.sf.javaanpr/javaanpr "1.2.7"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.swinglabs : swing-layout jar 1.0.3

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.11

Модули Проекта

Данный проект не имеет модулей.

JavaANPR

Build Status Coverage Status Ohloh widget

Original author: Copyright © 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

JavaANPR GUI

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

  • Post questions or comments on our Google Groups mailing list

  • Join our IRC channel: Join #javaanpr on irc.freenode.net

Info

JavaANPR uses 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: 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 issues

  • by reviewing patches

Submitting an Issue

We use the 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 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. Fork the repository.

  2. 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. Submit a pull request.

Версии библиотеки

Версия
1.2.7
1.2.6
1.2.5
1.2.4
1.2.2