1. 06 Jul, 2016 1 commit
    • Anguelos Nicolaou's avatar
      Wordspotter implemented · 44d7339f
      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
      44d7339f
  2. 15 Mar, 2016 1 commit
  3. 22 Jan, 2016 1 commit
  4. 18 Jan, 2016 2 commits
  5. 06 Nov, 2015 1 commit
  6. 26 Aug, 2015 4 commits
  7. 03 Aug, 2015 3 commits
  8. 01 Aug, 2015 1 commit
    • 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
  9. 24 Jul, 2015 1 commit
  10. 23 Jul, 2015 1 commit
  11. 09 Jul, 2015 2 commits
  12. 26 Jun, 2015 3 commits
  13. 09 Jun, 2015 2 commits
  14. 01 Jun, 2015 1 commit
  15. 10 Feb, 2015 1 commit
  16. 08 Jan, 2015 1 commit
  17. 21 Oct, 2014 1 commit
  18. 20 Oct, 2014 1 commit
  19. 19 Oct, 2014 1 commit
  20. 22 Aug, 2014 2 commits
  21. 15 Aug, 2014 1 commit
  22. 14 Aug, 2014 2 commits
  23. 13 Aug, 2014 3 commits
  24. 02 Aug, 2014 1 commit
  25. 01 Aug, 2014 2 commits