1. 10 Nov, 2018 1 commit
  2. 28 Mar, 2018 1 commit
  3. 05 Dec, 2017 1 commit
  4. 30 Oct, 2017 1 commit
  5. 10 Oct, 2017 2 commits
  6. 28 Sep, 2017 1 commit
  7. 05 Sep, 2017 1 commit
  8. 28 Aug, 2017 1 commit
  9. 22 Aug, 2017 1 commit
  10. 27 Jul, 2017 1 commit
  11. 24 Jul, 2017 1 commit
  12. 22 Jul, 2017 1 commit
  13. 21 Jul, 2017 1 commit
  14. 19 Jul, 2017 2 commits
  15. 30 Jun, 2017 1 commit
  16. 23 Jun, 2017 2 commits
  17. 22 Jun, 2017 1 commit
  18. 08 Jun, 2017 1 commit
  19. 31 May, 2017 1 commit
  20. 18 Nov, 2016 1 commit
  21. 12 Jul, 2016 1 commit
  22. 11 Jul, 2016 2 commits
  23. 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
  24. 15 Mar, 2016 1 commit
  25. 23 Jan, 2016 2 commits
  26. 22 Jan, 2016 1 commit
  27. 06 Nov, 2015 1 commit
  28. 26 Aug, 2015 1 commit
  29. 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
  30. 09 Jul, 2015 1 commit
  31. 26 Jun, 2015 2 commits
  32. 13 Jan, 2015 1 commit
  33. 01 Dec, 2014 1 commit
  34. 21 Oct, 2014 1 commit