liuruoze
902a02f884
add groundtruth, nms, xml parser
9 years ago
Micooz
5d3cd897f0
style: change to use utf-8 encoding, compatible with damn visual studio
9 years ago
Micooz
32b0560872
Reformat all source and header files using Clang-Format [Google].
10 years ago
Micooz
5990d4a2b0
Histeq feature in one function easypr::histeq (core_func.h).
10 years ago
Micooz
7c3439db97
Merge branch 'master-gbk'
...
# Conflicts:
# include/easypr/chars_identify.h
# include/easypr/core/chars_recognise.h
# include/easypr/core/chars_segment.h
# include/easypr/core/plate_recognize.h
# include/easypr/plate_judge.h
# src/core/chars_identify.cpp
# src/core/chars_recognise.cpp
# src/core/chars_segment.cpp
# src/core/plate_judge.cpp
# src/train/ann_train.cpp
# src/util/program_options.cpp
# test/accuracy.hpp
# test/chars.hpp
# test/main.cpp
10 years ago
Micooz
0e35129b7e
Fixed errors in test/
10 years ago
Micooz
b747c641bb
Merge branch 'master' of https://github.com/liuruoze/EasyPR
...
# Conflicts:
# include/easypr/plate_detect.h
# include/easypr/plate_locate.h
# src/core/plate_detect.cpp
# src/core/plate_locate.cpp
# src/core/plate_recognize.cpp
10 years ago
liuruoze
246c01b6d2
code clean
10 years ago
Micooz
5343d626bf
Merge branch 'master-gbk'
10 years ago
liuruoze
6a171a77f6
add new extreme test
10 years ago
Micooz
6860993307
Convert to UTF-8.
10 years ago
Micooz
b2bb447c35
Fixed windows compatibility issue. Convert include/* and src/* to GBK.
10 years ago
Micooz
4e66155968
Visual Studio cannot find std::for_each without including header <algorithm>.
10 years ago
Micooz
ddaa31aaa0
SVM train without changing source files.
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