Commit Graph

260 Commits (48685b8cd1bcb66a74c4e8dbf44df7425792d4d5)

Author SHA1 Message Date
liuruoze fe366e542f * fix #184, fix #174, fix#158: the kv load etc file, no respones bug
9 years ago
liuruoze 1636e8cb4e * improve the groundMSER segmention
9 years ago
liuruoze b0b0c05f08 * use new grayChinese feature and model
9 years ago
liuruoze 291e40726d * add gray characters
9 years ago
liuruoze eeac753214 * change MSER segment
9 years ago
liuruoze 19a2aaa4b7 * little change
9 years ago
liuruoze db253f2979 * add charsegment method : mser segment
9 years ago
liuruoze 14384a81f0 * add nms algorithm for 1D array
9 years ago
liuruoze a366a0b950 * new feature extracting method for gray Chinese mat
9 years ago
liuruoze 1e604768db * add new chinese gray images for trainging (about 600)
9 years ago
liuruoze 029e014a51 * gbk and utf-8 compatiable
9 years ago
liuruoze c4808131ea * refactoring the code
9 years ago
liuruoze e65ac910df * fix #172, #158
9 years ago
liuruoze 3a8f35dfe5 * fix the svm train problem.
10 years ago
lbyfind caeff9d8f7 Update feature.cpp (with HOGFeatures)
10 years ago
ZhangXinNan b57a269643 add int plateLocate(Mat, std::vector<CPlate>&, int = 0);
10 years ago
ZhangXinNan 4bfa48f2a1 添加CPlateLocate::plateLocate函数,返回位置。
10 years ago
liuruoze 89e04d8496 * remove opencv headers.
10 years ago
liuruoze aa05f7d365 * change readme.
10 years ago
liuruoze a1045d1633 * fix run 1-1 wrong, the reason is the multi thread condition.
10 years ago
liuruoze a5ad51890a * change the default locate method to mser add color.
10 years ago
liuruoze 35674b7b6d * ground truth revision, and add 5 new image.
10 years ago
liuruoze 8ee0731a3a * fine tuning the mserCharSearch algorithm.
10 years ago
liuruoze 336baf7c30 * optimization for speed, using openMP and vector reserve for 10x times faster.
10 years ago
liuruoze 7ecbf4749a * remove chinese in plate_recognize.cpp.
10 years ago
liuruoze 96b7865b1c * remove some chinese text or convert a few improtant chinese to english.
10 years ago
liuruoze 822fafa0e4 * change all the files to utf-8 without bom.
10 years ago
liuruoze 11c47d5192 * fix #93.
10 years ago
liuruoze 84d11a6fa8 * fix #32.
10 years ago
liuruoze 6f70b1c256 * fix issue #32, #49, #93.
10 years ago
liuruoze 045ed78542 * change better mser to mser2, which combine yellow and blue plate detect in one process.
10 years ago
liuruoze 297c54f337 * add native_test images to general_test and run all the test.
10 years ago
liuruoze fc7b4eff34 * add grid_search for automatic choose the best parameters for algorithm.
10 years ago
liuruoze 9acd40213c add slideChineseWindow to chars_segment.
10 years ago
liuruoze 2509bfe296 * add plateMser locate and change the evaluation protocol.
10 years ago
liuruoze 469e572d23 Merge branch 'master' of https://github.com/micooz/EasyPR into micooz-master
10 years ago
liuruoze 657c96289c * use annChinese model to predict and judge chinese, improve the over all accuracy of Chinese recognition rate.
10 years ago
liuruoze 79de3be046 * add deskew to plateMserLocate function.
10 years ago
liuruoze 02d2c1a9c9 * add reFoundAndCombineRect function.
10 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’
10 years ago
liuruoze 3f4823427d * add test to native_test.
10 years ago
liuruoze 8bbcf763a4 * add removeOutliers by distance.
10 years ago
liuruoze 55ca237811 * add removeRightOutliers to remove the outliers in line.
10 years ago
liuruoze a60aaf9519 * remove the debug condition.
10 years ago
liuruoze 453fb5faf1 * change character binaraztion to spatial_ostu.
10 years ago
liuruoze dafe058d2e * add test to general images and deskew to mser characters.
10 years ago
liuruoze d2af6b0464 * change to train Chinese model.
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
liuruoze e55565ce7b * change back to histom features and change the result evaluation show.
10 years ago