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
02eedbde55
Fixed #41 .
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
07edd8fee8
Add Utils::imwrite() to avoid creation failed by cv::imwrite when folder not exists.
11 years ago
Micooz
8e4ac7db5e
Simplify OS detect Macros, add "mkdir()" function to Utils.
11 years ago
Micooz
c1a57f6df4
Fixed compile error on linux.
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
liuruoze
c91daddfec
some litte change
11 years ago
Micooz
0a14762b3a
Fix bugs of function Utils::getFiles() and Utils::getFileName() in Windows.
11 years ago
Micooz
83f7b97f9e
Fix compile bug in Linux.
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
b856dbc65d
Inprove: more effecient SplitString.
12 years ago
Micooz
c1a485dfe3
Add: class Utils
...
Remove: unnecessary vars
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
a3643fde79
EasyPR 1.1 change
12 years ago
Fenix
4269b06a0c
add accuracy_test
12 years ago
Fenix
3ecc3eff4e
EasyPR 1.01 update
12 years ago