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
Micooz
826ff7b5fb
* add missing source files in CMakeLists.txt
9 years ago
Micooz
b10e23e787
* require cmake version > 3.1.0
9 years ago
Micooz
9fc21b47f7
Merge branch 'master' of https://github.com/Micooz/EasyPR
...
# Conflicts:
# src/core/plate_recognize.cpp
9 years ago
Micooz
29d6c15ec4
add CMakeLists.txt for thirdparty
9 years ago
Micooz
dd00e60d55
fix(CMake): SOURCE_FILES
9 years ago
liuruoze
480df262b6
split mser to mser+ and mser-, and precess it in different procedure.
9 years ago
liuruoze
df607b82b8
* change CMakeLists.txt .
9 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
9 years ago
Micooz
e79027816d
Enhance: c++11 support check when using CMake.
10 years ago
Micooz
4cec8b1f49
Improved SVM Training CLI.
10 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.
10 years ago
Micooz
d57d6020d1
Fixed: compile error "non-const lvalue reference to type 'cv::Mat' cannot bind to a temporary of type 'cv::Mat'".
10 years ago
FuGangqiang
2512b438cc
rename `features.h` => `feature.h`, `features.cpp` => `feature.cpp`
10 years ago
Micooz
83f7b97f9e
Fix compile bug in Linux.
10 years ago
Micooz
2c33a07f2b
Add new cpp files to CMakeLists.txt.
10 years ago
Micooz
62baca3efd
Add Feature: command line options bind.
10 years ago
Micooz
3512b133c5
Fix Issue3.
10 years ago