Micooz
|
25adeea4ef
|
Merge branch 'master' of https://github.com/liuruoze/EasyPR
# Conflicts:
# accuracy.txt
# include/easypr/core/chars_recognise.h
# include/easypr/core/chars_segment.h
# src/core/chars_recognise.cpp
# src/core/plate_recognize.cpp
# src/train/ann_train.cpp
|
11 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
|
11 years ago |
Micooz
|
311a11b9e3
|
Fixed plate_recognize.
|
11 years ago |
Micooz
|
9e4b6eb71b
|
Simplified chars_identify and chars_recognise.
|
11 years ago |
Micooz
|
66adeedf5d
|
Finished ANN training for opencv3.0.
|
11 years ago |
Micooz
|
9afd435190
|
Fixed bug: sizeof(kChinese) calculate a wrong value.
|
11 years ago |
Micooz
|
c2069d1272
|
Added easypr/config.h to save constants.
|
11 years ago |
Micooz
|
8627e66a3a
|
Changed CPlateJudge to Singleton.
|
11 years ago |
Micooz
|
f5f45759e3
|
Added missing "std::" prefix to plate_detect.cpp
|
11 years ago |
Micooz
|
67fd93400a
|
Changed class CharsIdentify to Sigleton.
|
11 years ago |
Micooz
|
09e5cc2155
|
Fixed chars_identify.cpp[h].
|
11 years ago |
Micooz
|
9b43a4f519
|
Fixed #59
|
11 years ago |
Micooz
|
e3945ba3d7
|
Fixed header including.
|
11 years ago |
Micooz
|
31bd6fce10
|
Added ANN train, svm/ann train now support opencv3.0.
|
11 years ago |
liuruoze
|
023519af0a
|
ann_train change
|
11 years ago |
liuruoze
|
7f6ed737a8
|
ann_train change
|
11 years ago |
liuruoze
|
20bb7a0733
|
1.3 ver
|
11 years ago |
liuruoze
|
d3e800c0b9
|
1.3 ver
|
11 years ago |
liuruoze
|
564933131d
|
Merge branch 'plateRecognize' of https://github.com/igrass/EasyPR into igrass-plateRecognize
Conflicts:
accuracy.txt
|
11 years ago |
liuruoze
|
f10a49984e
|
1.3 ver
|
11 years ago |
zac
|
970aa03964
|
remove plateRecognize's index param
|
11 years ago |
Micooz
|
3e409cc5ec
|
Fixed bug #47.
|
11 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
|
11 years ago |
liuruoze
|
246c01b6d2
|
code clean
|
11 years ago |
Micooz
|
8cc64eab8b
|
Merge commit '6898b2dca327ee25facb57459af251d18c867054'
# Conflicts:
# include/easypr/plate_detect.h
# include/easypr/plate_locate.h
# include/easypr/plate_recognize.h
# src/core/chars_identify.cpp
# src/core/core_func.cpp
# src/core/plate_detect.cpp
# src/core/plate_judge.cpp
# src/core/plate_locate.cpp
# test/accuracy.hpp
|
11 years ago |
Micooz
|
02eedbde55
|
Fixed #41.
|
11 years ago |
liuruoze
|
5870dcc924
|
1.3 README
|
11 years ago |
Micooz
|
856c3fe71b
|
Fixed all warnings by Visual Studio 2013.
|
11 years ago |
Micooz
|
3af6a95e11
|
Fixed type mismatch problem.
|
11 years ago |
Micooz
|
b2b4132a53
|
Fixed type mismatch problem.
|
11 years ago |
Micooz
|
9529c488cd
|
Fixed type mismatch problem.
|
11 years ago |
Micooz
|
40143ced74
|
Fixed type mismatch problem.
|
11 years ago |
Micooz
|
8655ccd543
|
Fixed type mismatch problem.
|
11 years ago |
Micooz
|
09f51c5f7c
|
Fixed: debug status should be bool type, for performance.
|
11 years ago |
Micooz
|
cac83f0986
|
Fixed all warnings in plate_judge.cpp.
|
11 years ago |
Micooz
|
dab4fbd44f
|
Fixed all warnings in core_func.cpp.
|
11 years ago |
Micooz
|
66c7ebf987
|
Fixed all warnings in char_segment.cpp.
|
11 years ago |
Micooz
|
edba417b3e
|
Fixed "int" type mismatch "size_t" warnings.
|
11 years ago |
Micooz
|
2f2f63411f
|
Remove redefined macro NDEBUG.
|
11 years ago |
Micooz
|
901db309de
|
Fix warnings thrown by QtCreator.
|
11 years ago |
Micooz
|
5343d626bf
|
Merge branch 'master-gbk'
|
11 years ago |
Micooz
|
a24e2a206c
|
Don`t dump tmp files to E:/.
|
11 years ago |
Micooz
|
366f8c1a42
|
Don\'t dump tmp files to E:/.
|
11 years ago |
Micooz
|
4f75e35463
|
Convert to utf8.
|
11 years ago |
Micooz
|
a0d3741f09
|
Merge branch 'master-gbk'
# Conflicts:
# include/easypr/chars_identify.h
# include/easypr/chars_recognise.h
# include/easypr/chars_segment.h
# include/easypr/core_func.h
# include/easypr/plate.h
# include/easypr/plate_detect.h
# include/easypr/plate_judge.h
# include/easypr/plate_locate.h
# include/easypr/plate_recognize.h
# include/easypr/util.h
# 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/train/ann_train.cpp
# test/accuracy.hpp
# test/main.cpp
|
11 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
|
11 years ago |
liuruoze
|
73d6505bf0
|
1.3版
|
11 years ago |
liuruoze
|
33c6a23871
|
Merge branch '1.3ver'
Conflicts:
run_accuracy.txt
|
11 years ago |
liuruoze
|
7fdf8121df
|
Merge branch 'master' of github.com:liuruoze/EasyPR
Conflicts:
run_accuracy.txt
|
11 years ago |
liuruoze
|
851bf5f9dc
|
1.3 ver 更新
|
11 years ago |