liuruoze
e1df2fff3a
add generate strong seed and mergeCharToGroup, draw lines
10 years ago
liuruoze
480df262b6
split mser to mser+ and mser-, and precess it in different procedure.
10 years ago
liuruoze
649a31dce7
change test image,
10 years ago
liuruoze
5aa281a925
add svm_lbp.xml and test new plate judge model.
10 years ago
liuruoze
cf33fca08b
add slide windows and mser- method
10 years ago
liuruoze
2b4ea5800e
add centerPoint, fitToLines, searchRect
10 years ago
liuruoze
bd28606352
change verifyRotatedPlateSize, add debug to plateMserLocate
10 years ago
liuruoze
68fc98414c
add LoadModel, maxPlates
10 years ago
liuruoze
285fdc03b0
add plateMserLocate, mserMatch
10 years ago
liuruoze
0b45579e12
add NMStoCharacter, change MergeCharacterToPlate
10 years ago
liuruoze
15adce0a93
add CCharacter.cpp,
...
merge char to plate
10 years ago
liuruoze
93f8337539
Merge branch 'master' of https://git.oschina.net/easypr/EasyPR
...
Conflicts:
Demo.vcxproj.filters
accuracy.txt
include/easypr/config.h
include/easypr/core/chars_identify.h
include/easypr/core/plate.h
include/easypr/core/plate_judge.h
include/easypr/core/plate_recognize.h
src/core/chars_identify.cpp
src/core/chars_recognise.cpp
src/core/plate_detect.cpp
src/core/plate_judge.cpp
src/core/plate_recognize.cpp
test/accuracy.hpp
test/chars.hpp
vcprojs/demo.vcxproj
vcprojs/demo.vcxproj.filters
vcprojs/demo.vcxproj.filters.orig
vcprojs/libeasypr.vcxproj
vcprojs/libeasypr.vcxproj.filters
10 years ago
liuruoze
902a02f884
add groundtruth, nms, xml parser
10 years ago
liuruoze
e962b57969
1.4
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
b52870ff02
change
10 years ago
liuruoze
d3e800c0b9
1.3 ver
11 years ago
liuruoze
6a171a77f6
add new extreme test
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
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