liuruoze
fe366e542f
* fix #184 , fix #174 , fix#158: the kv load etc file, no respones bug
...
* fix #194 , move resources/model to model, move etc to resources/text
* fix #191 , new chinese gray train.
9 years ago
liuruoze
291e40726d
* add gray characters
...
* change gray chinese to real data
* fix the resize twice bug
9 years ago
liuruoze
a366a0b950
* new feature extracting method for gray Chinese mat
...
* new training process for Chinese gray images.
9 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
9 years ago
liuruoze
6c2bc54966
Merge branch 'master' of https://github.com/micooz/EasyPR into v1.5dev
10 years ago
liuruoze
9692c0558f
* remove opencv include and lib to easypr, no more need to compile and config opencv.
10 years ago
Micooz
d02b7dc7e9
* fix: error: non-const lvalue reference to type 'easypr::demo::Result' cannot bind to a temporary of type 'easypr::demo::Result'
10 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.
10 years ago
liuruoze
fc7b4eff34
* add grid_search for automatic choose the best parameters for algorithm.
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
Micooz
063d48f8df
Merge branch 'master' of https://github.com/liuruoze/EasyPR into master-gbk
...
# Conflicts:
# .gitignore
# ChangeLog.md
# EasyPR.vcxproj
# EasyPR.vcxproj.filters
# README.md
# doc/ChangeLog.md
# image/general_test/皖A2F560.jpg
# image/general_test/皖A2F56D.jpg
# image/general_test/皖AA3610.jpg
# image/general_test/皖AA361D.jpg
# image/general_test/赣A88888.jpg
# image/浙A88888.jpg
# opencv248.props
# resources/doc/ChangeLog.md
# resources/image/general_test/京H99999.jpg
# resources/image/general_test/皖A2F56D.jpg
# resources/image/general_test/皖AA361D.jpg
# resources/image/general_test/赣A88888.jpg
# run_accuracy.txt
# src/core/chars_identify.cpp
# src/core/chars_recognise.cpp
# src/core/chars_segment.cpp
# src/core/core_func.cpp
# src/core/feature.cpp
# src/core/plate_detect.cpp
# src/core/plate_judge.cpp
# src/core/plate_locate.cpp
# src/core/plate_recognize.cpp
# src/include/chars_identify.h
# src/include/chars_recognise.h
# src/include/chars_segment.h
# src/include/core_func.h
# src/include/plate.h
# src/include/plate_detect.h
# src/include/plate_judge.h
# src/include/plate_locate.h
# src/include/prep.h
# src/include/util.h
# src/test/accuracy_test.cpp
# src/test/test.cpp
11 years ago
Micooz
b2bb447c35
Fixed windows compatibility issue. Convert include/* and src/* to GBK.
11 years ago
Micooz
4cec8b1f49
Improved SVM Training CLI.
11 years ago
Micooz
ddaa31aaa0
SVM train without changing source files.
11 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.
11 years ago