- 20 Aug, 2017 1 commit
-
-
Ahmed Yarub Hani authored
-
- 30 Jun, 2017 1 commit
-
-
Justin Hotchkiss Palermo authored
-
- 08 Jun, 2017 1 commit
-
-
Jcrist99 authored
fix java wrappers for ERFilter, OCRHMMDecoder, OCRBeamSearchDecoder (#1210) * fix java wrappers for ERFilter, OCRHMMDecoder, OCRBeamSearchDecoder * fix comments
-
- 31 May, 2017 1 commit
-
-
abratchik authored
-
- 08 Feb, 2017 1 commit
-
-
goldstar616 authored
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.
-
- 13 Jan, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 06 Jan, 2017 1 commit
-
-
logic1988 authored
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.
-
- 25 Nov, 2016 3 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 18 Nov, 2016 1 commit
-
-
Vladislav Sovrasov authored
-
- 11 Nov, 2016 1 commit
-
-
Vladislav Sovrasov authored
-
- 12 Oct, 2016 1 commit
-
-
berak authored
changed double *p to vector<double>
-
- 12 Jul, 2016 1 commit
-
-
Alexander Alekhin authored
-
- 15 Mar, 2016 1 commit
-
-
lluisgomez authored
erGrouping python bindings and sample script textdetection.py which mimics the same detection pipeline as in textdetection.cpp
-
- 22 Jan, 2016 1 commit
-
-
lluisgomez authored
-
- 18 Jan, 2016 2 commits
-
-
Patrick Snape authored
Required for MSVC 2008, shouldn't affect results otherwise.
-
Patrick Snape authored
Required for MSVC 2008, shouldn't affect result otherwise.
-
- 31 Dec, 2015 1 commit
-
-
Rok Mandeljc authored
Variables p2-p9 are booleans, so combination of logical negation and use of bit and/or operations in lines 2823 and 2824 results in the following warning from gcc: warning: suggest parentheses around operand of ‘!’ or change ‘&’ to ‘&&’ or ‘!’ to ‘~’ [-Wparentheses]
-
- 06 Nov, 2015 1 commit
-
-
previ authored
-
- 26 Aug, 2015 4 commits
-
-
Lluis Gomez-Bigorda authored
-
Lluis Gomez-Bigorda authored
-
Lluis Gomez-Bigorda authored
-
Lluis Gomez-Bigorda authored
OCRBeamSearchDecoder code refactor: fixes most of the TODOs comments, cleans-up code, and fix a bug in score_segmentation(...) member function.
-
- 03 Aug, 2015 3 commits
-
-
Lluis Gomez-Bigorda authored
-
Lluis Gomez-Bigorda authored
-
Lluis Gomez-Bigorda authored
-
- 01 Aug, 2015 1 commit
-
-
lluis authored
Overload the run() method in BaseOCR class in order to adapt to different classifier callbacks. The original run() method accepts only one Mat input image, this is expected to be a binarzed image with black and white text and works both with the OCRTesseract class and the OCRHMMDecoder class when the character classifier callback works with binary images (e.g. NM). The new run() method accepts two Mat input parameters. One for the gray scale (or color) source image and the other for a binary mask where each connected component corresponds to a pre-segmented character in the input image. This way the OCRHMMDecoder is able to work with character classifiers that operate in grey scale (or color) images (e.g. a CNN).
-
- 24 Jul, 2015 1 commit
-
-
lluis authored
Fix bug #4373: Error (Assertion failed in resize) when passing very elongated contours to the recognition module
-
- 23 Jul, 2015 1 commit
-
-
lluis authored
-
- 09 Jul, 2015 2 commits
- 26 Jun, 2015 3 commits
- 09 Jun, 2015 2 commits
-
-
Lluis Gomez-Bigorda authored
Fix for Bug #3633: do away with "quads [2][3] = 255;" The four lowest bits in each quads[i][j] correspond to the 2x2 binary patterns Q_1, Q_2, Q_3 in the NM paper [1] (see in page 4 at the end of first column). Q_1 and Q_2 have four patterns, while Q_3 has only two.
-
lluis authored
Fix for Bug 4074. This seems to be just a typo-error, because the Tesseract API can handle correctly with RGB images (double-checked and it works).
-
- 01 Jun, 2015 1 commit
-
-
Vadim Pisarevsky authored
fixed several warnings in opencv_contrib (text, xfeatures2d); added tesseract installation mini-guide in text/readme.md
-
- 10 Feb, 2015 1 commit
-
-
Maksim Shabunin authored
-
- 08 Jan, 2015 1 commit
-
-
Nisarg Thakkar authored
-