1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-18 17:24:28 +08:00
Commit Graph

195 Commits

Author SHA1 Message Date
Alexander Alekhin
eda4575e4f Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2019-04-13 20:00:25 +00:00
Alexander Alekhin
429418ebea text: fix build on windows
avoid broken min/max macros from tesseract headers
2019-04-11 17:28:06 +03:00
Alexander Alekhin
ab2e83248f Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2019-01-10 12:29:39 +03:00
Raphael Graf
fdb575d43b Use Tesseract_INCLUDE_DIRS instead of Tesseract_INCLUDE_DIR 2019-01-08 15:30:13 +01:00
Alexander Alekhin
b686f4304c Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2018-11-17 13:36:32 +00:00
Alexander Alekhin
33e35c082a text: reset counters in ERFilterNM::run() 2018-11-10 12:13:34 +00:00
Alexander Alekhin
de3041bc71 Merge pull request #1765 from alalek:core_use_shared_ptr 2018-09-10 15:00:05 +00:00
Alexander Alekhin
402956703c Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2018-09-10 00:04:25 +03:00
Alexander Alekhin
abb211d064 avoid Ptr<> == NULL checks 2018-09-09 19:30:02 +00:00
Hamdi Sahloul
c880b7ea4d Utilize CV_UNUSED macro 2018-09-07 19:52:08 +09:00
Vladislav Sovrasov
b7fa9697f6 text: remove duplicated create method in OCRHMMDecoder class 2018-08-24 09:02:48 +00:00
Alexander Alekhin
8277ca6aae opencv-core: avoid using of multi-argument CV_Assert()
replace to CV_Assert_N()
2018-08-15 17:39:00 +03:00
Maksim Shabunin
d7ca0bde0b text: do not calculate mean for empty angles list 2018-07-18 11:40:38 +03:00
Alexander Alekhin
2ddeeac5e7 eliminate build warnings / fix bug in text module 2018-05-17 18:41:55 +03:00
Alexander Alekhin
036e699553 samples: apply CV_OVERRIDE/CV_FINAL 2018-03-28 17:25:51 +03:00
Alexander Alekhin
e4c8510e3a text: apply CV_OVERRIDE/CV_FINAL 2018-03-28 16:50:00 +03:00
berak
2c2e477c73 text: don't delete null pointer in ocr_tesseract.cpp 2018-02-23 12:51:08 +01:00
Alexander Alekhin
edfdf12c31 tests: refactor test files 2018-02-02 19:15:28 +03:00
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.
2018-01-25 20:47:24 +02:00
Vadim Pisarevsky
e53977f64b Merge pull request #1482 from terfendail:bitexact_resize 2017-12-14 20:48:10 +00:00
Vitaly Tuzov
8c394a4f2e Updated internal calls to linear resize to use bit-exact version 2017-12-14 13:00:09 +03:00
Alexander Alekhin
57ff363389 python: 'cv2.' -> 'cv.' via 'import cv2 as cv' 2017-12-11 16:14:46 +03:00
berak
102c80a2c9 remove some non-ascii symbols 2017-12-05 18:02:15 +01:00
Maksim Shabunin
b16d9dbcc5 Fixed several warnings produced by GCC 7 2017-11-29 16:51:07 +03:00
Dmitry Kurtaev
c5c3aa5625 Update PriorBox layer 2017-11-27 18:00:16 +03:00
Vladislav Sovrasov
fd2e37da56 text: improve DL-based samples 2017-10-30 15:57:47 +03:00
Vladislav Sovrasov
27961cd8cc text: fix wrong channel swap in TestDetectorCNN 2017-10-12 18:29:30 +03:00
Vladislav Sovrasov
7031316cb7 text: add text recognition sample 2017-10-11 14:48:35 +03:00
Vladislav Sovrasov
9195d2e614 text: small adjustments in samples and image preprocessing 2017-10-11 14:47:52 +03:00
Vladislav Sovrasov
fb0338fb92 Merge branch 'master' into text_detector_dnn 2017-10-11 12:29:59 +03:00
Vladislav Sovrasov
3253fe9f7e text: impovements in samples and module interface 2017-10-10 16:08:35 +03:00
Vladislav Sovrasov
1306621f3d text: add prototxt for text detection model 2017-10-10 15:29:20 +03:00
Vladislav Sovrasov
951e18272d text: cleanup dnn text detection part 2017-10-10 14:16:13 +03:00
Vadim Pisarevsky
68736a2ce5 Merge pull request #1384 from mshabunin:pr723 2017-10-10 09:54:46 +00:00
Vladislav Sovrasov
c33629e053 Merge branch 'master' into text_detector_dnn 2017-10-09 14:38:20 +03:00
LaurentBerger
6848eb633a Merge pull request #1361 from LaurentBerger:TesseractInstall
How to install tesseract on windows (#1361)
2017-09-29 17:50:43 +03:00
Maksim Shabunin
3aa88889aa Reworked HolisticWordspotter to work with dnn module 2017-09-28 21:04:48 +03:00
Maksim Shabunin
bad02f3797 Merge branch 'master' of https://github.com/opencv/opencv_contrib into pr723 2017-09-28 13:10:11 +03:00
Suman Ghosh
bf630bef4e Modified initializers list 2017-09-18 12:16:25 +02:00
Suman Ghosh
878258bc13 modified initializers 2017-09-17 21:56:08 +02:00
Suman Ghosh
887e6e5ed6 removed hard codinginput parameters 2017-09-17 20:57:52 +02:00
Suman Ghosh
efc864c5fe removed hard coding height and width 2017-09-15 21:00:26 +02:00
sghoshcvc
af536b1353 seperate image pre-processing from ocr code 2017-09-05 07:02:34 +02:00
sghoshcvc
e98f42eea5 Merge branch 'GSOC_text_detect_DNN_backend' of https://github.com/sghoshcvc/opencv_contrib into GSOC_text_detect_DNN_backend
merge conflict
2017-09-05 06:29:48 +02:00
sghoshcvc
dc48968f1c removed blanks, fixed Cmake issue 2017-09-05 06:16:50 +02:00
Suman Ghosh
731637e0bb Merge branch 'master' into GSOC_text_detect_DNN_backend 2017-08-28 19:56:10 +02:00
sghoshcvc
c697e41b8d added calculation of output size 2017-08-28 19:25:58 +02:00
Suleyman TURKMEN
1a9a3fdcf9 Update webcam_demo.cpp 2017-08-28 19:09:56 +03:00
sghoshcvc
a2cab07193 DNN backend initial commit 2017-08-22 11:12:33 +02:00
Ahmed Yarub Hani
c37a5be4f8 USING_STD_NAMESPACE is now needed for all of the tesseract library, not just for training. 2017-08-20 11:18:26 -03:00