1. 26 Aug, 2015 1 commit
  2. 21 Aug, 2015 1 commit
  3. 06 Aug, 2015 1 commit
  4. 05 Aug, 2015 1 commit
  5. 03 Aug, 2015 4 commits
  6. 01 Aug, 2015 2 commits
    • lluis's avatar
      Overload the run() method in BaseOCR class in order to adapt to different… · ee677a25
      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).
      ee677a25
    • lluis's avatar
      Better CNN model for character recognition. Trained with an augmented dataset by… · c146d37b
      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).
      c146d37b
  7. 31 Jul, 2015 2 commits
  8. 30 Jul, 2015 1 commit
  9. 29 Jul, 2015 1 commit
  10. 28 Jul, 2015 1 commit
  11. 24 Jul, 2015 3 commits
  12. 23 Jul, 2015 2 commits
  13. 22 Jul, 2015 5 commits
  14. 21 Jul, 2015 1 commit
  15. 11 Jul, 2015 1 commit
  16. 09 Jul, 2015 3 commits
  17. 08 Jul, 2015 3 commits
  18. 06 Jul, 2015 1 commit
  19. 05 Jul, 2015 1 commit
  20. 03 Jul, 2015 2 commits
  21. 01 Jul, 2015 3 commits