Max-Wang
|
f1892ad916
|
fix erGrouping parameter error
|
8 years ago |
Haaris
|
58f7afcb2d
|
Merge pull request #1066 from hsed:patch-1
fixed typo in comment (#1066)
Line 139: Fixed typo of word "length".
|
8 years ago |
Alexander Alekhin
|
31d1137890
|
text: minor refactoring in C++ sample
|
9 years ago |
Alexander Alekhin
|
d632079783
|
text: update detectRegions()
|
9 years ago |
Alexander Alekhin
|
590dc2986d
|
text: fix valgrind errors, minor changes
|
9 years ago |
lluisgomez
|
f07a00cfae
|
remove trailing whitespace
|
9 years ago |
lluisgomez
|
4092d2efe3
|
erGrouping python bindings and sample script textdetection.py which mimics the same detection pipeline as in textdetection.cpp
|
9 years ago |
lluisgomez
|
9281cbfd2b
|
ERFilter python bindings
|
9 years ago |
Lluis Gomez-Bigorda
|
7cd6dbb0c9
|
Adds two more examples of croped word recognition, and show how to set the beam size parameter for small lexicon.
|
10 years ago |
Suleyman TURKMEN
|
e58699e69f
|
Update webcam_demo.cpp
fix small bug
|
10 years ago |
Lluis Gomez-Bigorda
|
0be529da05
|
Adds demo program of Scene Text Character Recognition using the CNN classifier.
|
10 years ago |
Lluis Gomez-Bigorda
|
1481194b54
|
Fix w64 warnings
|
10 years ago |
Lluis Gomez-Bigorda
|
2538bf74a6
|
Adds example on segmented word recognition. Shows the use of the OCRHMMDecoder with the NM and CNN default classifiers.
|
10 years ago |
lluis
|
c146d37b93
|
Better CNN model for character recognition. Trained with an augmented dataset by adding translation/scale variations. Updated the croped word recognition with new class numbering (compatible with previous NM classifier).
|
10 years ago |
lluis
|
00f670e779
|
update to use the new createOCRHMMTransitionsTable() function, and fix program description in header comments
|
10 years ago |
lluis
|
662e2ce561
|
trailing whitespaces
|
10 years ago |
lluis
|
9c55b98813
|
Add a demo program for the OCRBeamSearchDecoder class and needed data files
|
10 years ago |
Vadim Pisarevsky
|
218358a5d5
|
corrected text detection once again to match the new MSER interface
|
11 years ago |
Vadim Pisarevsky
|
0cfd795303
|
refactored xfeatures2d in the same style as features2d
|
11 years ago |
Poly Takahiro Horikawa
|
d9d8db3f1c
|
Fix key name to switch between MSER/CSER regions.
|
11 years ago |
lluis
|
83fe716c2e
|
updates webcam_demo sample to use OCRHMMDecoder class
|
11 years ago |
lluis
|
5073d5bc91
|
refactors OCRTesseract interface
|
11 years ago |
lluis
|
f58d402722
|
update to new OpenCV 3.0 ml API
|
11 years ago |
lluis
|
1cbeb8cebf
|
adds parallel_for_ OCR recognition
|
11 years ago |
lluis
|
278c35801e
|
fix warnings of MSVC
|
11 years ago |
lluis
|
007b1d9cb0
|
adds MSERsToERStats function and its documentation; adds webcam_demo sample code and modifies cmakelists to link with features2d module
|
11 years ago |
lluis
|
ffee43f437
|
fix warnings from MSVC
|
11 years ago |
lluis
|
a8c8ce625a
|
fix warnings from MSVC
|
11 years ago |
lluis
|
5c89c786f2
|
Adds OCRTesseract class and sample demo
|
11 years ago |
lluis
|
bbca7b0c7f
|
removes hardcoded filename for ERFilter used in feedback loop by adding a dummy classifier
|
11 years ago |
lluis
|
786876c0f2
|
Adds The exhaustive search algorithm and updates the previous grouping code
|
11 years ago |
lluis
|
890073a1c7
|
Add xml files with default classifier models
|
11 years ago |
Vadim Pisarevsky
|
a52c0a2bb0
|
probably fixed compile errors
|
11 years ago |
Vadim Pisarevsky
|
4906050ea1
|
added "text" module; added linemod to rgbd module, fixed compile errors in rgbd.
|
11 years ago |