liuruoze
02d2c1a9c9
* add reFoundAndCombineRect function.
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
e55565ce7b
* change back to histom features and change the result evaluation show.
9 years ago
liuruoze
725262aa5f
* add avgdist calculation and searchForSlideWindow method.
9 years ago
liuruoze
e1df2fff3a
add generate strong seed and mergeCharToGroup, draw lines
9 years ago
liuruoze
649a31dce7
change test image,
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
e962b57969
1.4
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
liuruoze
b52870ff02
change
9 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