- 06 Jul, 2016 1 commit
-
-
Anguelos Nicolaou authored
Classifier implemented as an independednt class from the worspotter. -Works both on CPU and GPU at expected top performance of 26ms per sample on a GTX 980Ti -Simple demo for wordspoter added for cpp -Interactiuve demo added for python
-
- 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.
-
- 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
-
- 21 Oct, 2014 1 commit
-
-
manuele authored
-
- 20 Oct, 2014 1 commit
-
-
Sancho McCann authored
-
- 19 Oct, 2014 1 commit
-
-
Sancho McCann authored
-
- 22 Aug, 2014 2 commits
-
-
Sancho McCann authored
When p >= 1, setting p to 0.999999999999999999999999999999, didn't actually make p less than one.
-
Alexander Mordvintsev authored
-
- 15 Aug, 2014 1 commit
-
-
lluis authored
-
- 14 Aug, 2014 2 commits
- 13 Aug, 2014 3 commits
- 02 Aug, 2014 1 commit
-
-
Vadim Pisarevsky authored
-
- 01 Aug, 2014 2 commits