- 06 Nov, 2015 1 commit
-
-
previ authored
-
- 26 Aug, 2015 1 commit
-
-
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.
-
- 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).
-
- 09 Jul, 2015 1 commit
-
-
lluis authored
Adds createOCRHMMTransitionsTable() utility function to create a tailored language model transitions table from a given list of words (lexicon)
-
- 26 Jun, 2015 2 commits
- 13 Jan, 2015 1 commit
-
-
Jay Bosamiya authored
-
- 01 Dec, 2014 1 commit
-
-
Maksim Shabunin authored
-
- 21 Oct, 2014 1 commit
-
-
Maksim Shabunin authored
-
- 14 Aug, 2014 2 commits
- 13 Aug, 2014 1 commit
-
-
lluis authored
-
- 01 Aug, 2014 1 commit
-
-
lluis authored
adds MSERsToERStats function and its documentation; adds webcam_demo sample code and modifies cmakelists to link with features2d module
-
- 31 Jul, 2014 2 commits
- 30 Jul, 2014 2 commits
- 28 Jul, 2014 1 commit
-
-
Vadim Pisarevsky authored
-