Hamdi Sahloul
c880b7ea4d
Utilize CV_UNUSED macro
7 years ago
Alexander Alekhin
8277ca6aae
opencv-core: avoid using of multi-argument CV_Assert()
...
replace to CV_Assert_N()
7 years ago
Maksim Shabunin
d7ca0bde0b
text: do not calculate mean for empty angles list
7 years ago
Alexander Alekhin
2ddeeac5e7
eliminate build warnings / fix bug in text module
7 years ago
Alexander Alekhin
036e699553
samples: apply CV_OVERRIDE/CV_FINAL
7 years ago
Alexander Alekhin
e4c8510e3a
text: apply CV_OVERRIDE/CV_FINAL
7 years ago
berak
2c2e477c73
text: don't delete null pointer in ocr_tesseract.cpp
7 years ago
Alexander Alekhin
edfdf12c31
tests: refactor test files
7 years ago
Plamen Dimitrov
7ccfdbef66
Comment out direct print statements during tesseract run invocations
...
This statement interferes with regular logging on the client side
where the OpenCV library's outputs cannot be managed by the user
and forcefully print out in the client code. For instance, this
is observed when OpenCV is used as a python library where it is
expected to provide optional loggers instead of direct writes to
stdout.
7 years ago
Vitaly Tuzov
8c394a4f2e
Updated internal calls to linear resize to use bit-exact version
7 years ago
Alexander Alekhin
57ff363389
python: 'cv2.' -> 'cv.' via 'import cv2 as cv'
7 years ago
berak
102c80a2c9
remove some non-ascii symbols
7 years ago
Maksim Shabunin
b16d9dbcc5
Fixed several warnings produced by GCC 7
7 years ago
Dmitry Kurtaev
c5c3aa5625
Update PriorBox layer
7 years ago
Vladislav Sovrasov
fd2e37da56
text: improve DL-based samples
7 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