liuruoze
|
4fb7c87f60
|
* ground truth revision, and add 5 new image.
|
10 years ago |
liuruoze
|
94755feec8
|
* optimization for speed, using openMP and vector reserve for 10x times faster.
* use native rect inter and rect union, and native min and max to accelerate the speed.
|
10 years ago |
liuruoze
|
389364fb82
|
* remove some chinese text or convert a few improtant chinese to english.
* remove some not used header files.
|
10 years ago |
liuruoze
|
af0804b519
|
* change all the files to utf-8 without bom.
* use a few best test parameters chosen from grid search.
* add image to res.
|
10 years ago |
liuruoze
|
75305f105d
|
* fix #49.
|
10 years ago |
liuruoze
|
8dbb8104d2
|
* fix issue #32, #49, #93.
|
10 years ago |
liuruoze
|
98421a2007
|
* change better mser to mser2, which combine yellow and blue plate detect in one process.
|
10 years ago |
liuruoze
|
30c3211cf7
|
* add native_test images to general_test and run all the test.
* remove cascade judge and use new svm_lbp_final model.
|
10 years ago |
liuruoze
|
4520282957
|
* add grid_search for automatic choose the best parameters for algorithm.
|
10 years ago |
liuruoze
|
d3d063266a
|
add slideChineseWindow to chars_segment.
|
10 years ago |
liuruoze
|
8e88ee7c09
|
* add plateMser locate and change the evaluation protocol.
|
10 years ago |
liuruoze
|
8e19220e9a
|
* use annChinese model to predict and judge chinese, improve the over all accuracy of Chinese recognition rate.
|
10 years ago |
liuruoze
|
3f19e0596c
|
* add deskew to plateMserLocate function.
|
10 years ago |
liuruoze
|
55ca237811
|
* add removeRightOutliers to remove the outliers in line.
|
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
|
dafe058d2e
|
* add test to general images and deskew to mser characters.
|
10 years ago |
liuruoze
|
519a9cd94c
|
Merge branch 'master' of https://github.com/liuruoze/EasyPR
|
10 years ago |
liuruoze
|
d2af6b0464
|
* change to train Chinese model.
|
10 years ago |
liuruoze
|
669bea3817
|
Merge pull request #113 from micooz/master
Fix compile error on OS X
|
10 years ago |
liuruoze
|
510f019cae
|
* change accuracy test to mser test and show debug.
|
10 years ago |
liuruoze
|
b8af57c3d8
|
* add MDO ratio judge to remove small lines in zh-cuan and ostu-level to remove false slide window.
|
10 years ago |
Micooz
|
be5b098c0d
|
fix(core): chars_identify.h:25:54: error: extra qualification on member 'identifyChinese'
|
10 years ago |
liuruoze
|
e55565ce7b
|
* change back to histom features and change the result evaluation show.
|
10 years ago |
liuruoze
|
893797bcb2
|
* add simple synthetic generate function and diagnose to character recognition rate.
|
10 years ago |
liuruoze
|
b9b249eba5
|
* add Chinese ANN model and synthetic data generate and train TLFN model.
|
10 years ago |
liuruoze
|
dc5e669e92
|
* add adpative to charRect and ann model for only chinese.
|
10 years ago |
liuruoze
|
725262aa5f
|
* add avgdist calculation and searchForSlideWindow method.
|
10 years ago |
liuruoze
|
6c9e2be3c6
|
* add search to right and change the function structure.
|
10 years ago |
liuruoze
|
fb3b38e6bf
|
* change the structure of search of weak seed and change the plate rect to rotated rect;
|
10 years ago |
liuruoze
|
435bc38e71
|
add search for weak seed and slide window for chinese
|
10 years ago |
Micooz
|
9fc21b47f7
|
Merge branch 'master' of https://github.com/Micooz/EasyPR
# Conflicts:
# src/core/plate_recognize.cpp
|
10 years ago |
liuruoze
|
e1df2fff3a
|
add generate strong seed and mergeCharToGroup, draw lines
|
10 years ago |
Micooz
|
188d821f4e
|
refactor(thirdparty): move all thirdpary to one folder
|
10 years ago |
liuruoze
|
480df262b6
|
split mser to mser+ and mser-, and precess it in different procedure.
|
10 years ago |
liuruoze
|
649a31dce7
|
change test image,
|
10 years ago |
liuruoze
|
345749c1b9
|
add lbp algorithm and lbp feature extraction
|
10 years ago |
liuruoze
|
9ec49badcf
|
add icdar2003 detect evalution protocal
|
10 years ago |
liuruoze
|
cf33fca08b
|
add slide windows and mser- method
|
10 years ago |
liuruoze
|
ad45ffac85
|
add parall version of characters identify.
|
10 years ago |
liuruoze
|
2b4ea5800e
|
add centerPoint, fitToLines, searchRect
|
10 years ago |
liuruoze
|
e12bdbb488
|
for fitlines
|
10 years ago |
liuruoze
|
68fc98414c
|
add LoadModel, maxPlates
|
10 years ago |
liuruoze
|
285fdc03b0
|
add plateMserLocate, mserMatch
|
10 years ago |
liuruoze
|
0b45579e12
|
add NMStoCharacter, change MergeCharacterToPlate
|
10 years ago |
liuruoze
|
15adce0a93
|
add CCharacter.cpp,
merge char to plate
|
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
|
ea5ee79cf2
|
add version.h
|
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 |