Micooz
a24e2a206c
Don`t dump tmp files to E:/.
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
liuruoze
73d6505bf0
1.3版
10 years ago
liuruoze
33c6a23871
Merge branch '1.3ver'
...
Conflicts:
run_accuracy.txt
10 years ago
liuruoze
f120f22717
1.3版
10 years ago
liuruoze
da47f6d1b6
1.3版
10 years ago
liuruoze
7fdf8121df
Merge branch 'master' of github.com:liuruoze/EasyPR
...
Conflicts:
run_accuracy.txt
10 years ago
liuruoze
851bf5f9dc
1.3 ver 更新
10 years ago
Fenix
68c5de69cd
1.3版
10 years ago
Fenix
ca80b61f2c
delete vcxproj 等两个文件
10 years ago
Fenix
4d91f1ad7d
add 50 new image
10 years ago
Fenix
fd3154740a
1.3版 新增的gdst数据
10 years ago
Fenix
4de834f703
EasyPR xp change
10 years ago
liuruoze
2d16cc1aa0
1.3 beta 更新
10 years ago
liuruoze
221be63b68
1.3 beta 更新
10 years ago
liuruoze
27a23f9570
1.3 beta 更新
10 years ago
liuruoze
d87c578811
1.3 beta 更新
10 years ago
liuruoze
b4876eab4a
1.3 beta 更新
10 years ago
liuruoze
d46d134491
1.3 beta 更新
10 years ago
liuruoze
37889c681b
1.3 beta 更新
10 years ago
liuruoze
99c7dd555d
1.3 beta 更新
10 years ago
Micooz
0789f108df
Change all cv::imwrite() to utils::imwrite().
10 years ago
Micooz
07edd8fee8
Add Utils::imwrite() to avoid creation failed by cv::imwrite when folder not exists.
10 years ago
Micooz
8e4ac7db5e
Simplify OS detect Macros, add "mkdir()" function to Utils.
10 years ago
Micooz
0f55715713
Fixed compile error on linux.
10 years ago
Micooz
0da5305d84
Fixed compile error on linux.
10 years ago
Micooz
c1a57f6df4
Fixed compile error on linux.
10 years ago
Micooz
2c05fc2e57
Update README.
10 years ago
Micooz
de6b1dbafa
Update README.
10 years ago
Micooz
de178f3209
Add missing sln file.
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
a0ce532e8b
Fixed windows compatibility issue.
10 years ago
Micooz
4cec8b1f49
Improved SVM Training CLI.
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
liuruoze
65754ff030
a little change
10 years ago
Micooz
4a379d265c
to UTF-8.
10 years ago
Micooz
cfb743a3dc
Merge branch 'master' of https://github.com/liuruoze/EasyPR
...
Conflicts:
src/core/core_func.cpp
10 years ago
liuruoze
a9dd05b2b9
merge pr
10 years ago
liuruoze
442cc12b31
Merge branch 'Micooz-master-gbk'
10 years ago
liuruoze
a66f01f788
a little change
10 years ago
liuruoze
6f9b8c2ab1
Merge branch 'master-gbk' of https://github.com/Micooz/EasyPR into Micooz-master-gbk
10 years ago
liuruoze
06cb6a5305
fix #29
10 years ago
Micooz
d067f34e5b
Convert src/* to UTF-8.
10 years ago
Micooz
f594e4ba96
Merge branch 'master-gbk'
...
Conflicts:
src/core/chars_identify.cpp
src/core/chars_recognise.cpp
src/core/chars_segment.cpp
src/core/core_func.cpp
src/core/plate_detect.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_detect.h
src/include/plate_locate.h
src/include/plate_recognize.h
src/main.cpp
src/train/ann_train.cpp
src/util/learn_prepare.cpp
10 years ago
Micooz
f03ac2bb43
Fixed: warnings "deprecated conversion from string constant to 'char*' [-Wwrite-strings]" generated by g++.
10 years ago
Micooz
d57d6020d1
Fixed: compile error "non-const lvalue reference to type 'cv::Mat' cannot bind to a temporary of type 'cv::Mat'".
10 years ago
liuruoze
fbcb897943
1.3 alpha
10 years ago
liuruoze
4b8cc37026
1.3 alpha
10 years ago