liuruoze
93f8337539
Merge branch 'master' of https://git.oschina.net/easypr/EasyPR
...
Conflicts:
Demo.vcxproj.filters
accuracy.txt
include/easypr/config.h
include/easypr/core/chars_identify.h
include/easypr/core/plate.h
include/easypr/core/plate_judge.h
include/easypr/core/plate_recognize.h
src/core/chars_identify.cpp
src/core/chars_recognise.cpp
src/core/plate_detect.cpp
src/core/plate_judge.cpp
src/core/plate_recognize.cpp
test/accuracy.hpp
test/chars.hpp
vcprojs/demo.vcxproj
vcprojs/demo.vcxproj.filters
vcprojs/demo.vcxproj.filters.orig
vcprojs/libeasypr.vcxproj
vcprojs/libeasypr.vcxproj.filters
9 years ago
liuruoze
ea5ee79cf2
add version.h
9 years ago
liuruoze
902a02f884
add groundtruth, nms, xml parser
9 years ago
liuruoze
6221185b6f
Merge branch 'master' of github.com:liuruoze/EasyPR into HEAD
...
Conflicts:
Demo.vcxproj
accuracy.txt
include/easypr/core/plate_recognize.h
opencv.props
src/core/plate_recognize.cpp
test/accuracy.hpp
vcprojs/demo.vcxproj.filters
9 years ago
Micooz
fc7c08a5c3
fix(test): hard-coded plateLicense leads to test fail
9 years ago
Micooz
e4e3bef1a4
fix(test): hard-coded plateLicense leads to test fail
9 years ago
Micooz
5d3cd897f0
style: change to use utf-8 encoding, compatible with damn visual studio
9 years ago
liuruoze
0331a9c0d6
svm problem fix, 3.1 support
...
fix #87 , fix #88
9 years ago
Micooz
32b0560872
Reformat all source and header files using Clang-Format [Google].
10 years ago
Micooz
9e4b6eb71b
Simplified chars_identify and chars_recognise.
10 years ago
Micooz
0e35129b7e
Fixed errors in test/
10 years ago
liuruoze
6a171a77f6
add new extreme test
10 years ago
Micooz
b2bb447c35
Fixed windows compatibility issue. Convert include/* and src/* to GBK.
10 years ago
Micooz
4cec8b1f49
Improved SVM Training CLI.
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