liuruoze
11c47d5192
* fix #93 .
9 years ago
liuruoze
84d11a6fa8
* fix #32 .
9 years ago
liuruoze
6f70b1c256
* fix issue #32 , #49 , #93 .
9 years ago
liuruoze
2509bfe296
* add plateMser locate and change the evaluation protocol.
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
02d2c1a9c9
* add reFoundAndCombineRect function.
9 years ago
liuruoze
3f4823427d
* add test to native_test.
9 years ago
liuruoze
453fb5faf1
* change character binaraztion to spatial_ostu.
...
* improve the judgement of plate color.
* test new method of adaptiveThreshold.
9 years ago
liuruoze
dafe058d2e
* add test to general images and deskew to mser characters.
9 years ago
liuruoze
510f019cae
* change accuracy test to mser test and show debug.
9 years ago
liuruoze
893797bcb2
* add simple synthetic generate function and diagnose to character recognition rate.
9 years ago
liuruoze
480df262b6
split mser to mser+ and mser-, and precess it in different procedure.
9 years ago
liuruoze
649a31dce7
change test image,
9 years ago
liuruoze
5aa281a925
add svm_lbp.xml and test new plate judge model.
9 years ago
liuruoze
68fc98414c
add LoadModel, maxPlates
9 years ago
liuruoze
285fdc03b0
add plateMserLocate, mserMatch
9 years ago
liuruoze
0b45579e12
add NMStoCharacter, change MergeCharacterToPlate
9 years ago
liuruoze
15adce0a93
add CCharacter.cpp,
...
merge char to plate
9 years ago
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
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
5d3cd897f0
style: change to use utf-8 encoding, compatible with damn visual studio
10 years ago
Micooz
32b0560872
Reformat all source and header files using Clang-Format [Google].
10 years ago
Micooz
8627e66a3a
Changed CPlateJudge to Singleton.
10 years ago
Micooz
f5f45759e3
Added missing "std::" prefix to plate_detect.cpp
10 years ago
Micooz
e3945ba3d7
Fixed header including.
10 years ago
Micooz
3e409cc5ec
Fixed bug #47 .
10 years ago
liuruoze
246c01b6d2
code clean
10 years ago
Micooz
856c3fe71b
Fixed all warnings by Visual Studio 2013.
10 years ago
Micooz
edba417b3e
Fixed "int" type mismatch "size_t" warnings.
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
851bf5f9dc
1.3 ver 更新
10 years ago
liuruoze
99c7dd555d
1.3 beta 更新
10 years ago
Micooz
0789f108df
Change all cv::imwrite() to utils::imwrite().
10 years ago
Micooz
b2bb447c35
Fixed windows compatibility issue. Convert include/* and src/* to GBK.
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
Micooz
cfb743a3dc
Merge branch 'master' of https://github.com/liuruoze/EasyPR
...
Conflicts:
src/core/core_func.cpp
10 years ago
liuruoze
a66f01f788
a little change
10 years ago
Micooz
d067f34e5b
Convert src/* to UTF-8.
10 years ago
liuruoze
1f3c184b18
1.2.5 版本,haitungaga
10 years ago
liuruoze
def46ac564
change
10 years ago
liuruoze
7338980d13
v1.2 改善车牌定位效果
10 years ago
Fenix
8072d12a49
Revert "Merge pull request #1 from Micooz/master"
...
This reverts commit ae88928c18
, reversing
changes made to bdaae0b59b
.
11 years ago
Micooz
b947d37846
Convert src/* to utf-8.
...
Add v12 project files.
11 years ago
Fenix
f36affeee5
add many README
11 years ago
Fenix
3ecc3eff4e
EasyPR 1.01 update
11 years ago