- 26 Aug, 2015 5 commits
-
-
Lluis Gomez-Bigorda authored
-
Lluis Gomez-Bigorda authored
-
Lluis Gomez-Bigorda authored
-
Lluis Gomez-Bigorda authored
Adds two more examples of croped word recognition, and show how to set the beam size parameter for small lexicon.
-
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.
-
- 24 Aug, 2015 1 commit
-
-
Suleyman TURKMEN authored
fix small bug
-
- 21 Aug, 2015 1 commit
-
-
Lluis Gomez-Bigorda authored
-
- 03 Aug, 2015 4 commits
-
-
Lluis Gomez-Bigorda authored
-
Lluis Gomez-Bigorda authored
-
Lluis Gomez-Bigorda authored
-
Lluis Gomez-Bigorda authored
Adds example on segmented word recognition. Shows the use of the OCRHMMDecoder with the NM and CNN default classifiers.
-
- 01 Aug, 2015 2 commits
-
-
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).
-
lluis authored
Better CNN model for character recognition. Trained with an augmented dataset by adding translation/scale variations. Updated the croped word recognition with new class numbering (compatible with previous NM classifier).
-
- 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 3 commits
- 26 Jun, 2015 6 commits
-
-
lluis authored
-
lluis authored
-
lluis authored
-
lluis authored
-
lluis authored
-
lluis authored
Adds a first implementation of the OCRBeamSearchDecoder class using the Single Layer CNN character classifier described in Coates, Adam, et al. paper: Text detection and character recognition in scene images with unsupervised feature learning, ICDAR 2011
-
- 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
-
- 26 Feb, 2015 1 commit
-
-
Maksim Shabunin authored
-
- 17 Feb, 2015 1 commit
-
-
Maksim Shabunin authored
-
- 10 Feb, 2015 1 commit
-
-
Maksim Shabunin authored
-
- 13 Jan, 2015 2 commits
-
-
Jay Bosamiya authored
-
Jay Bosamiya authored
-
- 08 Jan, 2015 1 commit
-
-
Nisarg Thakkar authored
-
- 01 Dec, 2014 1 commit
-
-
Maksim Shabunin authored
-
- 21 Oct, 2014 2 commits
-
-
Maksim Shabunin authored
-
manuele authored
-
- 20 Oct, 2014 1 commit
-
-
Sancho McCann authored
-
- 19 Oct, 2014 1 commit
-
-
Sancho McCann authored
-
- 16 Oct, 2014 2 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-