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

215 Commits

Author SHA1 Message Date
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
LaurentBerger
3a05c24bbd Update doc for text module 2017-07-27 17:48:27 +02:00
sghoshcvc
111b3bed7d Modified to silent Clang warnings 2017-07-24 13:29:45 +02:00
sghoshcvc
0e74d63d2f Modified to handle windows warning 2017-07-24 01:16:15 +02:00
sghoshcvc
103fbaf4f2 White Space error in sample python script 2017-07-24 01:11:01 +02:00
sghoshcvc
4c9af58133 Fixed Text box demo error 2017-07-22 19:24:39 +02:00
sghoshcvc
b913cac1df Fixed Doxygen Warning and error 2017-07-22 19:13:41 +02:00
sghoshcvc
ca2a2abed0 Removed white space errors and platform specific warnings 2017-07-22 00:24:17 +02:00
sghoshcvc
a617059f24 removed Java Wrapper 2017-07-21 13:11:58 +02:00
sghoshcvc
8cf800e650 fix a dependency bug 2017-07-21 03:09:06 +02:00
Suman Ghosh
9071ca7e2b Merge branch 'master' into gsoc_textDetect_2017 2017-07-21 02:09:12 +02:00
sghoshcvc
73ddeab66f simple cleaning and added comments 2017-07-19 19:01:30 +02:00
sghoshcvc
1bc908bdbd Added python sample script 2017-07-19 18:57:16 +02:00
sghoshcvc
be395e5981 Modified the class heirarchy 2017-07-19 16:58:11 +02:00
sghoshcvc
2b8ed124f2 added instructions to build 2017-07-05 16:34:55 +02:00
Justin Hotchkiss Palermo
574e20000d fix spelling 2017-06-29 22:11:53 -04:00
sghoshcvc
e494efb4b0 Added comments 2017-06-23 19:09:17 +02:00
sghoshcvc
fc9c41b8d4 Minor modification 2017-06-23 18:36:33 +02:00
sghoshcvc
40db962641 Add sample script 2017-06-22 19:19:43 +02:00
sghoshcvc
9ae765a197 Text detector class and Custom Image processor Class 2017-06-22 18:31:12 +02:00
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
2017-06-08 04:54:10 +02:00
abratchik
53da3059a4 Fix java wrappers for Text module 2017-05-31 17:10:22 +04:00
Max-Wang
f1892ad916 fix erGrouping parameter error 2017-03-27 19:49:03 +08:00
Haaris
58f7afcb2d Merge pull request #1066 from hsed:patch-1
fixed typo in comment (#1066)

Line 139: Fixed typo of word "length".
2017-03-17 07:44:45 +00:00
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.
2017-02-08 17:29:20 +03:00
Alexander Alekhin
864dd43635 Merge pull request #947 from alalek:c_defines 2017-01-20 16:51:40 +00:00
Alexander Alekhin
cee4edbbfd cmake: add global defines to enable useful macros 2017-01-13 14:29:28 +03:00
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.
2017-01-06 04:23:47 +02:00
Alexander Alekhin
c028502f76 cmake: fix CMake error
"install DIRECTORY does not allow "COMPONENT" after PATTERN or REGEX"
2016-12-19 14:59:39 +03:00
Alexander Alekhin
adff407368 Merge pull request #880 from alalek:text_test 2016-12-02 19:57:03 +00:00
Alexander Alekhin
e1f01bafa0 text: add simple test 2016-11-29 23:26:00 +03:00