liuruoze
|
fffb964322
|
* change readme.
|
9 years ago |
liuruoze
|
e66a344f65
|
* change readme.
|
9 years ago |
liuruoze
|
b47a0add78
|
* change readme.
|
9 years ago |
liuruoze
|
a5ad51890a
|
* change the default locate method to mser add color.
|
9 years ago |
liuruoze
|
014d355278
|
* change to v1.5beta readme.
|
9 years ago |
liuruoze
|
35674b7b6d
|
* ground truth revision, and add 5 new image.
|
9 years ago |
liuruoze
|
8ee0731a3a
|
* fine tuning the mserCharSearch algorithm.
|
9 years ago |
liuruoze
|
336baf7c30
|
* 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.
|
9 years ago |
liuruoze
|
7ecbf4749a
|
* remove chinese in plate_recognize.cpp.
|
9 years ago |
liuruoze
|
96b7865b1c
|
* remove some chinese text or convert a few improtant chinese to english.
* remove some not used header files.
|
9 years ago |
liuruoze
|
9a85c7e84d
|
* delete image in native_test
|
9 years ago |
liuruoze
|
822fafa0e4
|
* change all the files to utf-8 without bom.
* use a few best test parameters chosen from grid search.
* add image to res.
|
9 years ago |
liuruoze
|
38fa1b402c
|
* fix #49.
|
9 years ago |
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
|
045ed78542
|
* change better mser to mser2, which combine yellow and blue plate detect in one process.
|
9 years ago |
liuruoze
|
297c54f337
|
* add native_test images to general_test and run all the test.
* remove cascade judge and use new svm_lbp_final model.
|
9 years ago |
liuruoze
|
fc7b4eff34
|
* add grid_search for automatic choose the best parameters for algorithm.
|
9 years ago |
liuruoze
|
9acd40213c
|
add slideChineseWindow to chars_segment.
|
9 years ago |
liuruoze
|
2509bfe296
|
* add plateMser locate and change the evaluation protocol.
|
9 years ago |
liuruoze
|
87081ebfb1
|
* test.
|
9 years ago |
liuruoze
|
9d5df44cc9
|
Merge branch 'micooz-master'
|
9 years ago |
liuruoze
|
469e572d23
|
Merge branch 'master' of https://github.com/micooz/EasyPR into micooz-master
|
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
|
79de3be046
|
* add deskew to plateMserLocate function.
|
9 years ago |
liuruoze
|
02d2c1a9c9
|
* add reFoundAndCombineRect function.
|
9 years ago |
Micooz
|
d508d79f76
|
* update binary of Linux
|
9 years ago |
Micooz
|
ef6ff1fc03
|
* fix: core_func.cpp:1189:75: error: invalid initialization of non-const reference of type ‘cv::Mat&’ from an rvalue of type ‘cv::Mat’
|
9 years ago |
Micooz
|
b10e23e787
|
* require cmake version > 3.1.0
|
9 years ago |
Micooz
|
d695f7fd74
|
* add ISSUE_TEMPLATE.md
|
9 years ago |
liuruoze
|
3f4823427d
|
* add test to native_test.
|
9 years ago |
liuruoze
|
8bbcf763a4
|
* add removeOutliers by distance.
|
9 years ago |
liuruoze
|
55ca237811
|
* add removeRightOutliers to remove the outliers in line.
|
9 years ago |
liuruoze
|
a60aaf9519
|
* remove the debug condition.
|
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
|
586f9fdb69
|
* add ann_chinese model.
|
9 years ago |
liuruoze
|
519a9cd94c
|
Merge branch 'master' of https://github.com/liuruoze/EasyPR
|
9 years ago |
liuruoze
|
d2af6b0464
|
* change to train Chinese model.
|
9 years ago |
liuruoze
|
669bea3817
|
Merge pull request #113 from micooz/master
Fix compile error on OS X
|
9 years ago |
liuruoze
|
510f019cae
|
* change accuracy test to mser test and show debug.
|
9 years ago |
liuruoze
|
b8af57c3d8
|
* add MDO ratio judge to remove small lines in zh-cuan and ostu-level to remove false slide window.
|
9 years ago |
Micooz
|
a9b8506931
|
chore(bin): update binary of Darwin
|
9 years ago |
Micooz
|
be5b098c0d
|
fix(core): chars_identify.h:25:54: error: extra qualification on member 'identifyChinese'
|
9 years ago |
liuruoze
|
92b3bab054
|
* delete some images
|
9 years ago |
liuruoze
|
e55565ce7b
|
* change back to histom features and change the result evaluation show.
|
9 years ago |
liuruoze
|
893797bcb2
|
* add simple synthetic generate function and diagnose to character recognition rate.
|
9 years ago |
liuruoze
|
b9b249eba5
|
* add Chinese ANN model and synthetic data generate and train TLFN model.
|
9 years ago |
liuruoze
|
04f4cab35f
|
* change recognition evaluation protocol to new 0-error, 1-error and Chinese error.
|
9 years ago |