Pranay Pandit
da967e070e
Merge pull request #3207 from aimbot6120:swtfix
...
replaced recursion DFS to stack DFS
2022-04-01 22:14:58 +00:00
Pranay
fa47500442
fixed /modules/text/textdetection.py sample
2021-10-29 01:36:39 +05:30
Alexander Alekhin
457740fb90
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
2021-07-01 10:49:39 +00:00
Vincent Rabaud
8a33d68eac
Do not use = 0 for a cv::Mat.
...
There are several operator= overloads and some compilers can be confused.
2021-06-29 16:11:49 +02:00
Alexander Alekhin
52f5f056cc
text: drop ambiguous call, fix bindings
2020-11-14 19:08:16 +00:00
Giles Payne
5174b0f39b
Add Objective-C/Swift wrappers for opencv_contrib modules
...
07ba8bd
2020-07-19 02:49:49 +09:00
Devansh Batra
aba93d5fd5
Merge pull request #2464 from devanshbatra04:master
...
Add Stroke Width Transform algorithm for Text Detection
* added SWTTextDetection code
* remove warnings from opencv_text compilation
* added bib for SWT Text Detection
* resolve initial pr suggestions
* change file name according to convention
* added optional OutputArray
* removed bug related to letter candidature
* added unit tests for stroke width transform text detection
* Added demo program
* made all minor edits required
* corrected findDataFilePath and removed manual allocation
* Added ArgumentParser
* corrected typo
* remove headers not allowed
* correct test case
* corrected float typecast warnings and test case
* remove final double correction and problematic test case
* test(swt): coding style
* finalminor bug corrections
2020-04-19 12:16:05 +00:00
Alexander Alekhin
e8916dae98
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
2020-02-01 17:24:14 +00:00
atinfinity
0a8d841bb3
Merge pull request #2412 from atinfinity:fixed-typo
...
* fixed typo
* fixed document
2020-01-28 19:26:46 +03:00
Brian Wignall
078c45633d
Fix typos
...
backport commit 8c09249352
2019-12-04 19:22:08 +03:00
Brian Wignall
8c09249352
Fix typos
2019-12-02 07:23:05 -05:00
Alexander Alekhin
7d7312a99a
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
2019-10-29 20:42:05 +00:00
Alexander Alekhin
daa2448466
text: filter CNN detection results
...
- instead of validation checks
2019-10-26 23:35:07 +00:00
Alexander Alekhin
8ae597d031
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
2019-09-13 17:14:40 +00:00
Alexander Alekhin
af6552b46f
text: remove NFA computation code due licensing conflict
2019-09-05 20:32:45 +03:00
Alexander Alekhin
1b5f9f0e27
3.4: backported changes from 'master' branch
2019-08-14 16:38:21 +03:00
Alexander Alekhin
8532e65182
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
2019-08-13 19:35:23 +03:00
Alexander Alekhin
5959d81f48
cmake: fix tesseract detection
...
tesseract 4.x headers require C++11 (can't be used by OpenCV 3.4 without C++11)
2019-08-13 17:40:11 +03:00
Alexander Alekhin
fd10a4626c
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
2019-04-18 19:59:16 +03:00
Alexander Alekhin
fa4ef14cd6
cmake: use ocv_check_modules()
2019-04-15 22:11:44 +00:00
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