berak
102c80a2c9
remove some non-ascii symbols
8 years ago
Maksim Shabunin
b16d9dbcc5
Fixed several warnings produced by GCC 7
8 years ago
Dmitry Kurtaev
c5c3aa5625
Update PriorBox layer
8 years ago
Vladislav Sovrasov
fd2e37da56
text: improve DL-based samples
8 years ago
Vladislav Sovrasov
27961cd8cc
text: fix wrong channel swap in TestDetectorCNN
8 years ago
Vladislav Sovrasov
7031316cb7
text: add text recognition sample
8 years ago
Vladislav Sovrasov
9195d2e614
text: small adjustments in samples and image preprocessing
8 years ago
Vladislav Sovrasov
3253fe9f7e
text: impovements in samples and module interface
8 years ago
Vladislav Sovrasov
1306621f3d
text: add prototxt for text detection model
8 years ago
Vladislav Sovrasov
951e18272d
text: cleanup dnn text detection part
8 years ago
LaurentBerger
6848eb633a
Merge pull request #1361 from LaurentBerger:TesseractInstall
...
How to install tesseract on windows (#1361 )
8 years ago
Maksim Shabunin
3aa88889aa
Reworked HolisticWordspotter to work with dnn module
8 years ago
Suman Ghosh
bf630bef4e
Modified initializers list
8 years ago
Suman Ghosh
878258bc13
modified initializers
8 years ago
Suman Ghosh
887e6e5ed6
removed hard codinginput parameters
8 years ago
Suman Ghosh
efc864c5fe
removed hard coding height and width
8 years ago
sghoshcvc
af536b1353
seperate image pre-processing from ocr code
8 years ago
sghoshcvc
dc48968f1c
removed blanks, fixed Cmake issue
8 years ago
sghoshcvc
c697e41b8d
added calculation of output size
8 years ago
Suleyman TURKMEN
1a9a3fdcf9
Update webcam_demo.cpp
8 years ago
sghoshcvc
a2cab07193
DNN backend initial commit
8 years ago
Ahmed Yarub Hani
c37a5be4f8
USING_STD_NAMESPACE is now needed for all of the tesseract library, not just for training.
8 years ago
LaurentBerger
3a05c24bbd
Update doc for text module
8 years ago
sghoshcvc
111b3bed7d
Modified to silent Clang warnings
8 years ago
sghoshcvc
0e74d63d2f
Modified to handle windows warning
8 years ago
sghoshcvc
103fbaf4f2
White Space error in sample python script
8 years ago
sghoshcvc
4c9af58133
Fixed Text box demo error
8 years ago
sghoshcvc
b913cac1df
Fixed Doxygen Warning and error
8 years ago
sghoshcvc
ca2a2abed0
Removed white space errors and platform specific warnings
8 years ago
sghoshcvc
a617059f24
removed Java Wrapper
8 years ago
sghoshcvc
8cf800e650
fix a dependency bug
8 years ago
sghoshcvc
73ddeab66f
simple cleaning and added comments
8 years ago
sghoshcvc
1bc908bdbd
Added python sample script
8 years ago
sghoshcvc
be395e5981
Modified the class heirarchy
8 years ago
sghoshcvc
2b8ed124f2
added instructions to build
8 years ago
Justin Hotchkiss Palermo
574e20000d
fix spelling
8 years ago
sghoshcvc
e494efb4b0
Added comments
8 years ago
sghoshcvc
fc9c41b8d4
Minor modification
8 years ago
sghoshcvc
40db962641
Add sample script
8 years ago
sghoshcvc
9ae765a197
Text detector class and Custom Image processor Class
8 years ago
Jcrist99
6c9d6d507b
Merge pull request #1210 from abratchik:contrib.java.wrapper.fix.3.2
...
fix java wrappers for ERFilter, OCRHMMDecoder, OCRBeamSearchDecoder (#1210 )
* fix java wrappers for ERFilter, OCRHMMDecoder, OCRBeamSearchDecoder
* fix comments
8 years ago
abratchik
53da3059a4
Fix java wrappers for Text module
8 years ago
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
goldstar616
478baf937f
Merge pull request #981 from goldstar616:master
...
issue #980 resolves - Some module has a round error similar to #975 . (#981 )
* round function changes to cvRound
Minor changes to fix lower visual studio version build errors.
* round function changes to cvRound
Minor changes to fix lower visual studio version build errors.
* round function changes to cvRound
Minor changes to fix lower visual studio version build errors.
8 years ago
Alexander Alekhin
cee4edbbfd
cmake: add global defines to enable useful macros
8 years ago
logic1988
99294995f0
Merge pull request #921 from logic1988/master
...
Bug in Text module when set Optimization Level to "-Ofast" in xcode (#921 )
* Bug in Text module when set Optimization Level to "-Ofast" in xcode
Bug when set Optimization Level to "-Ofast" (Fastest, Aggressive Optimizations) in xcode, read the wrong patch_size parameters to 7 (should be 8). This bug will occured in loadOCRHMMClassifierCNN function called by example_text_character_recognition and example_text_segmented_word_recognition.
* Bug in Text module when set Optimization Level to "-Ofast" in xcode
Bug when set Optimization Level to "-Ofast" (Fastest, Aggressive Optimizations) in xcode, read the wrong patch_size parameters to 7 (should be 8). This bug will occured in loadOCRHMMClassifierCNN function called by example_text_character_recognition and example_text_segmented_word_recognition.
8 years ago
Alexander Alekhin
c028502f76
cmake: fix CMake error
...
"install DIRECTORY does not allow "COMPONENT" after PATTERN or REGEX"
8 years ago
Alexander Alekhin
e1f01bafa0
text: add simple test
9 years ago
Alexander Alekhin
b5d9ca9be7
text: update cmake
9 years ago