liuruoze
|
519a9cd94c
|
Merge branch 'master' of https://github.com/liuruoze/EasyPR
|
9 years ago |
liuruoze
|
d2af6b0464
|
* change to train Chinese model.
|
9 years ago |
liuruoze
|
669bea3817
|
Merge pull request #113 from micooz/master
Fix compile error on OS X
|
9 years ago |
liuruoze
|
510f019cae
|
* change accuracy test to mser test and show debug.
|
9 years ago |
liuruoze
|
b8af57c3d8
|
* add MDO ratio judge to remove small lines in zh-cuan and ostu-level to remove false slide window.
|
9 years ago |
Micooz
|
a9b8506931
|
chore(bin): update binary of Darwin
|
9 years ago |
Micooz
|
be5b098c0d
|
fix(core): chars_identify.h:25:54: error: extra qualification on member 'identifyChinese'
|
9 years ago |
liuruoze
|
92b3bab054
|
* delete some images
|
9 years ago |
liuruoze
|
e55565ce7b
|
* change back to histom features and change the result evaluation show.
|
9 years ago |
liuruoze
|
893797bcb2
|
* add simple synthetic generate function and diagnose to character recognition rate.
|
9 years ago |
liuruoze
|
b9b249eba5
|
* add Chinese ANN model and synthetic data generate and train TLFN model.
|
9 years ago |
liuruoze
|
04f4cab35f
|
* change recognition evaluation protocol to new 0-error, 1-error and Chinese error.
|
9 years ago |
liuruoze
|
dc5e669e92
|
* add adpative to charRect and ann model for only chinese.
|
9 years ago |
liuruoze
|
725262aa5f
|
* add avgdist calculation and searchForSlideWindow method.
|
9 years ago |
liuruoze
|
488a523e72
|
* add verifyRotatedPlate to mserCharSearch and modify the function of verifyRotatePlate
|
9 years ago |
liuruoze
|
6c9e2be3c6
|
* add search to right and change the function structure.
|
9 years ago |
liuruoze
|
fb3b38e6bf
|
* change the structure of search of weak seed and change the plate rect to rotated rect;
|
9 years ago |
liuruoze
|
c878b702ca
|
* add cascade search characters in the left.
|
9 years ago |
liuruoze
|
435bc38e71
|
add search for weak seed and slide window for chinese
|
9 years ago |
liuruoze
|
4c2fda9c0e
|
Merge pull request #111 from micooz/master
fix(build.sh): better path strategy
|
9 years ago |
Micooz
|
891b1c3c4d
|
fix(build.sh): better path strategy
|
9 years ago |
liuruoze
|
ea8d40429c
|
remove files in thirdparty lib to their separate folder, make the folders more clear.
|
9 years ago |
liuruoze
|
765afd4eb8
|
fix the bug of empty vector input to the function of cv::partition
|
9 years ago |
liuruoze
|
7c8fb5553c
|
Merge branch 'micooz-master'
|
9 years ago |
liuruoze
|
eaa6604031
|
change vcxproj and filters for compatiable in windows
|
9 years ago |
Micooz
|
9fc21b47f7
|
Merge branch 'master' of https://github.com/Micooz/EasyPR
# Conflicts:
# src/core/plate_recognize.cpp
|
9 years ago |
liuruoze
|
e1df2fff3a
|
add generate strong seed and mergeCharToGroup, draw lines
|
9 years ago |
Micooz
|
29d6c15ec4
|
add CMakeLists.txt for thirdparty
|
9 years ago |
Micooz
|
dd43a000e2
|
fix(src,test): utf8 encoding
|
9 years ago |
Micooz
|
09a60e8a7a
|
fix(src,test): #include from thirdparty
|
9 years ago |
Micooz
|
dd00e60d55
|
fix(CMake): SOURCE_FILES
|
9 years ago |
Micooz
|
c1c459bf48
|
chore(): provide precompiled binaries by default
|
9 years ago |
Micooz
|
188d821f4e
|
refactor(thirdparty): move all thirdpary to one folder
|
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
|
649a31dce7
|
change test image,
|
9 years ago |
liuruoze
|
5aa281a925
|
add svm_lbp.xml and test new plate judge model.
|
9 years ago |
liuruoze
|
60bacab2b9
|
change readme and show status of detection result.
|
9 years ago |
liuruoze
|
345749c1b9
|
add lbp algorithm and lbp feature extraction
|
9 years ago |
liuruoze
|
9ec49badcf
|
add icdar2003 detect evalution protocal
|
9 years ago |
liuruoze
|
cf33fca08b
|
add slide windows and mser- method
|
9 years ago |
liuruoze
|
ad45ffac85
|
add parall version of characters identify.
|
9 years ago |
liuruoze
|
2b4ea5800e
|
add centerPoint, fitToLines, searchRect
|
9 years ago |
liuruoze
|
e12bdbb488
|
for fitlines
|
9 years ago |
liuruoze
|
8ac2546681
|
add mser direct to plate
|
9 years ago |
liuruoze
|
bd28606352
|
change verifyRotatedPlateSize, add debug to plateMserLocate
|
9 years ago |
liuruoze
|
68fc98414c
|
add LoadModel, maxPlates
|
9 years ago |
liuruoze
|
285fdc03b0
|
add plateMserLocate, mserMatch
|
9 years ago |
liuruoze
|
0b45579e12
|
add NMStoCharacter, change MergeCharacterToPlate
|
9 years ago |
liuruoze
|
15adce0a93
|
add CCharacter.cpp,
merge char to plate
|
9 years ago |