资源简介

JAVA写的车牌识别,KNN以及神经网络,算法有详细文档,值得分析研究。 缺点:不支持中文车牌。可以自己采集车牌字符图片搞一下,车牌区域定位是可以用的。

资源截图

代码片段和文件信息

/*
------------------------------------------------------------------------
JavaANPR - Automatic Number Plate Recognition System for Java
------------------------------------------------------------------------

This file is a part of the JavaANPR licensed under the terms of the
Educational Community License

Copyright (c) 2006-2007 Ondrej Martinsky. All rights reserved

This Original Work including software source code documents or
other related items is being provided by the copyright holder(s)
subject to the terms of the Educational Community License. By
obtaining using and/or copying this Original Work you agree that you
have read understand and will comply with the following terms and
conditions of the Educational Community License:

Permission to use copy modify merge publish distribute and
sublicense this Original Work and its documentation with or without
modification for any purpose and without fee or royalty to the
copyright holder(s) is hereby granted provided that you include the
following on ALL copies of the Original Work or portions thereof
including modifications or derivatives that you make:

# The full text of the Educational Community License in a location
viewable to users of the redistributed or derivative work.

# Any pre-existing intellectual property disclaimers notices or terms
and conditions.

# Notice of any changes or modifications to the Original Work
including the date the changes were made.

# Any modifications of the Original Work must be distributed in such a
manner as to avoid any confusion with the Original Work of the
copyright holders.

THE SOFTWARE IS PROVIDED “AS IS“ WITHOUT WARRANTY OF ANY KIND EXPRESS
OR IMPLIED INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM DAMAGES OR OTHER LIABILITY WHETHER IN AN ACTION OF CONTRACT
TORT OR OTHERWISE ARISING FROM OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

The name and trademarks of copyright holder(s) may NOT be used in
advertising or publicity pertaining to the Original or Derivative Works
without specific written prior permission. title to copyright in the
Original Work and any associated documentation will at all times remain
with the copyright holders. 

If you want to alter upon this work you MUST attribute it in 
a) all source files
b) on every place where is the copyright of derivated work
exactly by the following label :

---- label begin ----
This work is a derivate of the JavaANPR. JavaANPR is a intellectual 
property of Ondrej Martinsky. Please visit http://javaanpr.sourceforge.net 
for more info about JavaANPR. 
----  label end  ----

------------------------------------------------------------------------
                                         http://javaanpr.sourceforge.

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件     2734492  2012-03-03 14:54  anpr.pdf
     目录           0  2007-04-11 17:34  javaanpr\
     目录           0  2007-04-03 23:27  javaanpr\build\
     目录           0  2007-04-03 23:27  javaanpr\build\classes\
     目录           0  2007-04-03 23:27  javaanpr\build\classes\javaanpr\
     目录           0  2007-04-03 23:27  javaanpr\build\classes\javaanpr\configurator\
     文件        6558  2007-03-18 19:02  javaanpr\build\classes\javaanpr\configurator\Configurator.class
     目录           0  2007-04-03 23:27  javaanpr\build\classes\javaanpr\gui\
     文件        4410  2007-03-18 19:02  javaanpr\build\classes\javaanpr\gui\ReportGenerator.class
     文件         515  2007-03-18 19:02  javaanpr\build\classes\javaanpr\gui\TimeMeter.class
     目录           0  2007-04-03 23:27  javaanpr\build\classes\javaanpr\gui\tools\
     文件         844  2007-03-18 19:02  javaanpr\build\classes\javaanpr\gui\tools\FileListModel$FileListModelEntry.class
     文件        1477  2007-03-18 19:02  javaanpr\build\classes\javaanpr\gui\tools\FileListModel.class
     文件        1259  2007-03-18 19:02  javaanpr\build\classes\javaanpr\gui\tools\ImageFileFilter.class
     目录           0  2007-04-03 23:27  javaanpr\build\classes\javaanpr\gui\windows\
     文件        2594  2007-03-18 19:02  javaanpr\build\classes\javaanpr\gui\windows\frameComponentInit.class
     文件         817  2007-03-18 19:02  javaanpr\build\classes\javaanpr\gui\windows\frameHelp$1.class
     文件        4542  2007-03-18 19:02  javaanpr\build\classes\javaanpr\gui\windows\frameHelp.class
     文件         913  2007-03-18 19:02  javaanpr\build\classes\javaanpr\gui\windows\frameMain$1.class
     文件         854  2007-03-18 19:02  javaanpr\build\classes\javaanpr\gui\windows\frameMain$2.class
     文件         817  2007-03-18 19:02  javaanpr\build\classes\javaanpr\gui\windows\frameMain$3.class
     文件         817  2007-03-18 19:02  javaanpr\build\classes\javaanpr\gui\windows\frameMain$4.class
     文件         817  2007-03-18 19:02  javaanpr\build\classes\javaanpr\gui\windows\frameMain$5.class
     文件         817  2007-03-18 19:02  javaanpr\build\classes\javaanpr\gui\windows\frameMain$6.class
     文件         817  2007-03-18 19:02  javaanpr\build\classes\javaanpr\gui\windows\frameMain$7.class
     文件         817  2007-03-18 19:02  javaanpr\build\classes\javaanpr\gui\windows\frameMain$8.class
     文件        1669  2007-03-18 19:02  javaanpr\build\classes\javaanpr\gui\windows\frameMain$LoadImageThread.class
     文件        1757  2007-03-18 19:02  javaanpr\build\classes\javaanpr\gui\windows\frameMain$RecognizeThread.class
     文件       11162  2007-03-18 19:02  javaanpr\build\classes\javaanpr\gui\windows\frameMain.class
     目录           0  2007-04-03 23:27  javaanpr\build\classes\javaanpr\imageanalysis\
     文件        4385  2007-03-18 19:02  javaanpr\build\classes\javaanpr\imageanalysis\Band.class
............此处省略473个文件信息

评论

共有 条评论