1. 25 Feb, 2014 1 commit
  2. 17 Jan, 2014 1 commit
  3. 17 Nov, 2013 1 commit
  4. 15 Oct, 2013 1 commit
    • lluis's avatar
      Fix a bug in the er tree clean-up process (see discussion in… · b50185e1
      lluis authored
      Fix a bug in the er tree clean-up process (see discussion in https://github.com/Itseez/opencv/pull/1520). It's not necessary to walk the er tree in order to clean up the memory since it's possible to cleanup the regions in the stack just by iterating over the er_stack vector instead of walking the tree structure. This turns out to be safer because the tree structure of those regions may have been modified previously in er_save function.
      b50185e1
  5. 08 Oct, 2013 1 commit
  6. 27 Sep, 2013 1 commit
  7. 19 Sep, 2013 1 commit
  8. 13 Sep, 2013 3 commits
  9. 09 Sep, 2013 2 commits
  10. 06 Sep, 2013 7 commits
  11. 05 Sep, 2013 1 commit
  12. 27 Aug, 2013 1 commit
  13. 23 Jul, 2013 3 commits
  14. 20 Jul, 2013 2 commits
  15. 19 Jul, 2013 1 commit
    • lluis's avatar
      Class-specific Extremal Region Filter algorithm as proposed in : · 5abe3b59
      lluis authored
      Neumann L., Matas J.: Real-Time Scene Text Localization and Recognition, CVPR 2012.
      
      High-level C++ interface and implementation of algorithm is in the objdetect module.
      C++ example, a test image, and the default classifiers in xml files.
      5abe3b59