liuruoze
d070bd7e23
* fix ann_train test bug, make the result initial to 0 not -1
9 years ago
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
1636e8cb4e
* improve the groundMSER segmention
...
* change readme and changelog
9 years ago
liuruoze
db253f2979
* add charsegment method : mser segment
9 years ago
liuruoze
a366a0b950
* new feature extracting method for gray Chinese mat
...
* new training process for Chinese gray images.
9 years ago
liuruoze
89e04d8496
* remove opencv headers.
...
* add project (opencv include) download.
10 years ago
liuruoze
d2af6b0464
* change to train Chinese model.
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
cf33fca08b
add slide windows and mser- method
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
liuruoze
7f6ed737a8
ann_train change
11 years ago
Micooz
edba417b3e
Fixed "int" type mismatch "size_t" warnings.
11 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
8e4ac7db5e
Simplify OS detect Macros, add "mkdir()" function to Utils.
11 years ago
Micooz
b2bb447c35
Fixed windows compatibility issue. Convert include/* and src/* to GBK.
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
Micooz
d067f34e5b
Convert src/* to UTF-8.
11 years ago
liuruoze
1f3c184b18
1.2.5 版本,haitungaga
11 years ago
FuGangqiang
2512b438cc
rename `features.h` => `feature.h`, `features.cpp` => `feature.cpp`
11 years ago
Micooz
1e99b0307a
Move getFiles() to class Utils.
11 years ago
Micooz
a0dd498ce2
Convert all source file encoding to gb2312.
12 years ago
Micooz
c1a485dfe3
Add: class Utils
...
Remove: unnecessary vars
12 years ago
Micooz
590affc3c7
Merge branch 'master' of https://github.com/liuruoze/EasyPR into linux_dev
...
Conflicts:
src/train/ann_train.cpp
src/util/mc_data_prepare.cpp
12 years ago
Fenix
a768ba804f
prepare for dl
12 years ago
Micooz
26a9720a29
adaptation to OSX.
12 years ago
Micooz
e6733c48e6
put new feature of adapting to linux on a new branch 'linux-dev'.
...
Add: CMakeLists.txt, support to compile on linux.
Add: headers of linux.
Fix: platform-dependent functions.
12 years ago
Fenix
8072d12a49
Revert "Merge pull request #1 from Micooz/master"
...
This reverts commit ae88928c18 , reversing
changes made to bdaae0b59b .
12 years ago
micooz
e8a958e049
Add: CMakeLists.txt, support to compile on linux.
...
Add: headers of linux.
Fix: platform-dependent functions.
12 years ago
Micooz
b947d37846
Convert src/* to utf-8.
...
Add v12 project files.
12 years ago
Fenix
3ecc3eff4e
EasyPR 1.01 update
12 years ago