liuruoze
fc7b4eff34
* add grid_search for automatic choose the best parameters for algorithm.
9 years ago
liuruoze
657c96289c
* use annChinese model to predict and judge chinese, improve the over all accuracy of Chinese recognition rate.
9 years ago
liuruoze
586f9fdb69
* add ann_chinese model.
9 years ago
liuruoze
510f019cae
* change accuracy test to mser test and show debug.
9 years ago
liuruoze
e55565ce7b
* change back to histom features and change the result evaluation show.
9 years ago
liuruoze
893797bcb2
* add simple synthetic generate function and diagnose to character recognition rate.
9 years ago
liuruoze
dc5e669e92
* add adpative to charRect and ann model for only chinese.
9 years ago
liuruoze
df607b82b8
* change CMakeLists.txt .
9 years ago
liuruoze
5aa281a925
add svm_lbp.xml and test new plate judge model.
9 years ago
liuruoze
902a02f884
add groundtruth, nms, xml parser
9 years ago
liuruoze
7a8d801143
1.4 ver
9 years ago
Micooz
619200f97b
New ann.xml based on opencv3.0.
10 years ago
liuruoze
023519af0a
ann_train change
10 years ago
liuruoze
6a171a77f6
add new extreme test
10 years ago
Micooz
063d48f8df
Merge branch 'master' of https://github.com/liuruoze/EasyPR into master-gbk
...
# Conflicts:
# .gitignore
# ChangeLog.md
# EasyPR.vcxproj
# EasyPR.vcxproj.filters
# README.md
# doc/ChangeLog.md
# image/general_test/皖A2F560.jpg
# image/general_test/皖A2F56D.jpg
# image/general_test/皖AA3610.jpg
# image/general_test/皖AA361D.jpg
# image/general_test/赣A88888.jpg
# image/浙A88888.jpg
# opencv248.props
# resources/doc/ChangeLog.md
# resources/image/general_test/京H99999.jpg
# resources/image/general_test/皖A2F56D.jpg
# resources/image/general_test/皖AA361D.jpg
# resources/image/general_test/赣A88888.jpg
# run_accuracy.txt
# src/core/chars_identify.cpp
# src/core/chars_recognise.cpp
# src/core/chars_segment.cpp
# src/core/core_func.cpp
# src/core/feature.cpp
# src/core/plate_detect.cpp
# src/core/plate_judge.cpp
# src/core/plate_locate.cpp
# src/core/plate_recognize.cpp
# src/include/chars_identify.h
# src/include/chars_recognise.h
# src/include/chars_segment.h
# src/include/core_func.h
# src/include/plate.h
# src/include/plate_detect.h
# src/include/plate_judge.h
# src/include/plate_locate.h
# src/include/prep.h
# src/include/util.h
# src/test/accuracy_test.cpp
# src/test/test.cpp
10 years ago
Micooz
c888179d81
Structural optimization.
...
Command Line Shell enhancement.
Support compiling to static library(libeasypr).
Provide frequently used apis(api.hpp) for quick access to functions what users want.
SVM train without changing source files.
Fix OpenCV roi out of range bug.
The language layer fix and optimization, type matching, loop simplified using C++11.
10 years ago