- 05 Sep, 2019 1 commit
-
-
Alexander Alekhin authored
-
- 10 Nov, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 28 Mar, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 05 Dec, 2017 1 commit
-
-
berak authored
-
- 30 Oct, 2017 1 commit
-
-
Vladislav Sovrasov authored
-
- 10 Oct, 2017 2 commits
-
-
Vladislav Sovrasov authored
-
Vladislav Sovrasov authored
-
- 28 Sep, 2017 1 commit
-
-
Maksim Shabunin authored
-
- 05 Sep, 2017 1 commit
-
-
sghoshcvc authored
-
- 28 Aug, 2017 1 commit
-
-
sghoshcvc authored
-
- 22 Aug, 2017 1 commit
-
-
sghoshcvc authored
-
- 27 Jul, 2017 1 commit
-
-
LaurentBerger authored
-
- 24 Jul, 2017 1 commit
-
-
sghoshcvc authored
-
- 22 Jul, 2017 1 commit
-
-
sghoshcvc authored
-
- 21 Jul, 2017 1 commit
-
-
sghoshcvc authored
-
- 19 Jul, 2017 2 commits
- 30 Jun, 2017 1 commit
-
-
Justin Hotchkiss Palermo authored
-
- 23 Jun, 2017 2 commits
- 22 Jun, 2017 1 commit
-
-
sghoshcvc 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
-
- 18 Nov, 2016 1 commit
-
-
Vladislav Sovrasov authored
-
- 12 Jul, 2016 1 commit
-
-
Alexander Alekhin authored
-
- 11 Jul, 2016 2 commits
-
-
Anguelos Nicolaou authored
-
Anguelos Nicolaou authored
-
- 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
-
- 23 Jan, 2016 2 commits
-
-
lluisgomez authored
-
lluisgomez authored
-
- 22 Jan, 2016 1 commit
-
-
lluisgomez authored
-
- 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
-