liuruoze
|
db253f2979
|
* add charsegment method : mser segment
|
8 years ago |
liuruoze
|
14384a81f0
|
* add nms algorithm for 1D array
* add project algorithm for character segment
|
8 years ago |
liuruoze
|
a366a0b950
|
* new feature extracting method for gray Chinese mat
* new training process for Chinese gray images.
|
8 years ago |
liuruoze
|
1e604768db
|
* add new chinese gray images for trainging (about 600)
* general test change to utf-8
|
8 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
|
8 years ago |
liuruoze
|
b68b1b20ec
|
* fix #158
|
8 years ago |
liuruoze
|
e65ac910df
|
* fix #172, #158
|
8 years ago |
liuruoze
|
ae198c9593
|
* fix #152
* fix #169
|
8 years ago |
liuruoze
|
86e13ef0fc
|
* fix two issues
|
8 years ago |
liuruoze
|
b5ea07a88b
|
* correct trainAuto
|
8 years ago |
liuruoze
|
3a8f35dfe5
|
* fix the svm train problem.
|
8 years ago |
liuruoze
|
767c4fd15a
|
* change readme
|
8 years ago |
liuruoze
|
d75e55c37f
|
* change accuracy.txt
|
9 years ago |
liuruoze
|
b030ee5793
|
* change accuracy.txt
|
9 years ago |
liuruoze
|
b792608f0e
|
* change accuracy.txt
|
9 years ago |
liuruoze
|
89e04d8496
|
* remove opencv headers.
* add project (opencv include) download.
|
9 years ago |
liuruoze
|
52d6eb62e7
|
* change back directory again.
|
9 years ago |
liuruoze
|
6460637b6e
|
* change the directory, remove opencv header to thirdparty.
|
9 years ago |
liuruoze
|
295468e422
|
* change accuracy.txt.
|
9 years ago |
liuruoze
|
a6dff9e022
|
* add opencv lib.
|
9 years ago |
liuruoze
|
80932d344a
|
* remove lib, wait for vs2013 debug x86 lib.
|
9 years ago |
liuruoze
|
aa05f7d365
|
* change readme.
* add more data to svm.
* change the svm train process, fix train data size, add new test data.
* close the svm train menu.
|
9 years ago |
liuruoze
|
a5ad51890a
|
* change the default locate method to mser add color.
|
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
|
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
|
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
|
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 |
liuruoze
|
3f4823427d
|
* add test to native_test.
|
9 years ago |
liuruoze
|
55ca237811
|
* add removeRightOutliers to remove the outliers in line.
|
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
|
b8af57c3d8
|
* add MDO ratio judge to remove small lines in zh-cuan and ostu-level to remove false slide window.
|
9 years ago |
liuruoze
|
e55565ce7b
|
* change back to histom features and change the result evaluation show.
|
9 years ago |
liuruoze
|
04f4cab35f
|
* change recognition evaluation protocol to new 0-error, 1-error and Chinese error.
|
9 years ago |
liuruoze
|
dc5e669e92
|
* add adpative to charRect and ann model for only chinese.
|
9 years ago |
liuruoze
|
fb3b38e6bf
|
* change the structure of search of weak seed and change the plate rect to rotated rect;
|
9 years ago |
liuruoze
|
435bc38e71
|
add search for weak seed and slide window for chinese
|
9 years ago |
liuruoze
|
e1df2fff3a
|
add generate strong seed and mergeCharToGroup, draw lines
|
9 years ago |
liuruoze
|
480df262b6
|
split mser to mser+ and mser-, and precess it in different procedure.
|
9 years ago |
liuruoze
|
5aa281a925
|
add svm_lbp.xml and test new plate judge model.
|
9 years ago |