liuruoze
291e40726d
* add gray characters
...
* change gray chinese to real data
* fix the resize twice bug
9 years ago
liuruoze
1e604768db
* add new chinese gray images for trainging (about 600)
...
* general test change to utf-8
9 years ago
liuruoze
029e014a51
* gbk and utf-8 compatiable
...
* change back to svm_hist model
* refine the code
* add lots of comments
* delete some not usage cpp
9 years ago
liuruoze
9a85c7e84d
* delete image in native_test
10 years ago
liuruoze
02d2c1a9c9
* add reFoundAndCombineRect function.
10 years ago
liuruoze
453fb5faf1
* change character binaraztion to spatial_ostu.
...
* improve the judgement of plate color.
* test new method of adaptiveThreshold.
10 years ago
liuruoze
e55565ce7b
* change back to histom features and change the result evaluation show.
10 years ago
liuruoze
725262aa5f
* add avgdist calculation and searchForSlideWindow method.
10 years ago
liuruoze
e1df2fff3a
add generate strong seed and mergeCharToGroup, draw lines
10 years ago
liuruoze
649a31dce7
change test image,
10 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
10 years ago
liuruoze
902a02f884
add groundtruth, nms, xml parser
10 years ago
liuruoze
e962b57969
1.4
10 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
10 years ago
liuruoze
b52870ff02
change
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.
11 years ago