Commit Graph

195 Commits (e1df2fff3ab652d00ec5cd5d0dfe93edc4e3a2e2)

Author SHA1 Message Date
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 df607b82b8 * change CMakeLists.txt .
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 345749c1b9 add lbp algorithm and lbp feature extraction
10 years ago
liuruoze 9ec49badcf add icdar2003 detect evalution protocal
10 years ago
liuruoze cf33fca08b add slide windows and mser- method
10 years ago
liuruoze ad45ffac85 add parall version of characters identify.
10 years ago
liuruoze 2b4ea5800e add centerPoint, fitToLines, searchRect
10 years ago
liuruoze e12bdbb488 for fitlines
10 years ago
liuruoze 8ac2546681 add mser direct to plate
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,
10 years ago
liuruoze 93f8337539 Merge branch 'master' of https://git.oschina.net/easypr/EasyPR
10 years ago
liuruoze ea5ee79cf2 add version.h
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
10 years ago
liuruoze b711a149e6 the last
10 years ago
Micooz 3c05d95a8d fix(type): on 64bit Windows, _findfirst return a value of type "intptr_t" rather than "long" which leads to crash
10 years ago
Micooz e24bac5bb2 feat(util): add functions to deal with CMD(GBK by default) of Windows
10 years ago
Micooz 5dd7319481 style: add an util "class Kv" to deal with chinese chars in the source files
10 years ago
Micooz 5d3cd897f0 style: change to use utf-8 encoding, compatible with damn visual studio
10 years ago
liuruoze 0331a9c0d6 svm problem fix, 3.1 support
10 years ago
liuruoze b52870ff02 change
10 years ago
Micooz 9801b67f61 Removed unnecessary header including.
11 years ago
Micooz 32b0560872 Reformat all source and header files using Clang-Format [Google].
11 years ago
Micooz d6ad832d50 Fixed warnings by msvc.
11 years ago
Micooz bfe928bec9 Fixed SVM train.
11 years ago
Micooz 5990d4a2b0 Histeq feature in one function easypr::histeq (core_func.h).
11 years ago
Micooz cac3427261 Added class ITrain interface.
11 years ago
Micooz 7cf0392991 Simplify SVM training.
11 years ago
Micooz 0dbf8e7f05 Fixed bug: char blocks must be read as grayscale images.
11 years ago
Micooz 40f3d5c5f3 Improved ann test output.
11 years ago
Micooz b06fec5c4d Fixed compile errors.
11 years ago
Micooz 25adeea4ef Merge branch 'master' of https://github.com/liuruoze/EasyPR
11 years ago
Micooz 7c3439db97 Merge branch 'master-gbk'
11 years ago
Micooz 311a11b9e3 Fixed plate_recognize.
11 years ago
Micooz 9e4b6eb71b Simplified chars_identify and chars_recognise.
11 years ago
Micooz 66adeedf5d Finished ANN training for opencv3.0.
11 years ago
Micooz 9afd435190 Fixed bug: sizeof(kChinese) calculate a wrong value.
11 years ago
Micooz c2069d1272 Added easypr/config.h to save constants.
11 years ago
Micooz 8627e66a3a Changed CPlateJudge to Singleton.
11 years ago
Micooz f5f45759e3 Added missing "std::" prefix to plate_detect.cpp
11 years ago
Micooz 67fd93400a Changed class CharsIdentify to Sigleton.
11 years ago
Micooz 09e5cc2155 Fixed chars_identify.cpp[h].
11 years ago