- 28 Mar, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 23 Feb, 2018 1 commit
-
-
berak authored
-
- 25 Jan, 2018 1 commit
-
-
Plamen Dimitrov authored
This statement interferes with regular logging on the client side where the OpenCV library's outputs cannot be managed by the user and forcefully print out in the client code. For instance, this is observed when OpenCV is used as a python library where it is expected to provide optional loggers instead of direct writes to stdout.
-
- 06 Nov, 2015 1 commit
-
-
previ 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).
-
- 23 Jul, 2015 1 commit
-
-
lluis authored
-
- 09 Jun, 2015 1 commit
-
-
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).
-
- 08 Jan, 2015 1 commit
-
-
Nisarg Thakkar authored
-
- 14 Aug, 2014 1 commit
-
-
lluis authored
-
- 13 Aug, 2014 2 commits
- 31 Jul, 2014 1 commit
-
-
lluis authored
-