opencv/modules
Wenqing Zhang 22d64ae08f
Merge pull request #17570 from HannibalAPE:text_det_recog_demo
[GSoC] High Level API and Samples for Scene Text Detection and Recognition

* APIs and samples for scene text detection and recognition

* update APIs and tutorial for Text Detection and Recognition

* API updates:
(1) put decodeType into struct Voc
(2) optimize the post-processing of DB

* sample update:
(1) add transformation into scene_text_spotting.cpp
(2) modify text_detection.cpp with API update

* update tutorial

* simplify text recognition API
update tutorial

* update impl usage in recognize() and detect()

* dnn: refactoring public API of TextRecognitionModel/TextDetectionModel

* update provided models
update opencv.bib

* dnn: adjust text rectangle angle

* remove points ordering operation in model.cpp

* update gts of DB test in test_model.cpp

* dnn: ensure to keep text rectangle angle

- avoid 90/180 degree turns

* dnn(text): use quadrangle result in TextDetectionModel API

* dnn: update Text Detection API
(1) keep points' order consistent with (bl, tl, tr, br) in unclip
(2) update contourScore with boundingRect
2020-12-03 18:47:40 +00:00
..
calib3d calib3d: eliminate 'register' build warning 2020-11-20 20:32:59 +00:00
core Merge pull request #18911 from chargerKong:quat 2020-12-02 19:14:47 +00:00
dnn Merge pull request #17570 from HannibalAPE:text_det_recog_demo 2020-12-03 18:47:40 +00:00
features2d Merge pull request #18924 from alalek:4.x-xcode12 2020-11-26 22:56:59 +00:00
flann Merge pull request #18243 from alalek:static_code_fixes 2020-09-02 22:50:00 +00:00
gapi Merge pull request #18981 from anton-potapov:fix_gnet_package_compilation_std_17 2020-12-01 17:42:12 +00:00
highgui Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2020-11-20 20:32:00 +00:00
imgcodecs Merge pull request #18826 from Rightpoint:feature/colejd/build-catalyst-xcframework 2020-11-24 21:54:54 +00:00
imgproc objc: rework headers import 2020-11-15 05:24:01 +00:00
java java: workaround handling of base class 2020-11-16 06:03:30 +00:00
js Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2020-10-26 20:07:47 +00:00
ml Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2020-09-28 21:33:29 +00:00
objc Objective-C name clash avoidance 2020-12-01 11:22:57 -08:00
objdetect Fix issues found by static analysis 2020-11-11 13:59:01 +03:00
photo Add Objective-C/Swift wrappers for opencv_contrib modules 2020-07-21 19:19:08 +09:00
python pre: OpenCV 4.5.1 (version++) 2020-11-18 11:04:54 +00:00
stitching Merge pull request #18335 from chargerKong:master 2020-11-19 16:59:33 +00:00
ts Merge pull request #18924 from alalek:4.x-xcode12 2020-11-26 22:56:59 +00:00
video Merge pull request #18838 from alalek:video_tracking_api 2020-11-18 11:04:15 +00:00
videoio Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2020-11-27 14:08:06 +00:00
world Merge pull request #13422 from mshabunin:split-videoio-cmake 2018-12-26 15:50:20 +03:00
CMakeLists.txt