1. 24 Mar, 2013 3 commits
    • Davis King's avatar
      Moved the responsibility for automatically filling out a test_box_overlap · b638145f
      Davis King authored
      object from the structural_object_detection_trainer to the
      structural_svm_object_detection_problem.  This allows us to use image scanners
      which require an image be loaded before get_best_matching_rect() can be called.
      I also made it so that the scanner loading (and therefore feature extraction)
      is threaded.  Previously, it only used a single core.
      b638145f
    • Davis King's avatar
      These templates ostensibly allowed a user to supply their own version of the · d81641cd
      Davis King authored
      test_box_overlap object.  However, one place in the code assumed the
      test_box_overlap object was used and so this feature has actually been broken
      for some time.  Moreover, it's probably just confusing and excessively complex
      to have this level of user modifiability so I removed the option and hard coded
      everything to use the test_box_overlap object.  This makes the code
      significantly clearer.
      d81641cd
    • Davis King's avatar
      fixed spelling in comment · f4cc3c71
      Davis King authored
      f4cc3c71
  2. 22 Mar, 2013 1 commit
  3. 20 Mar, 2013 1 commit
  4. 19 Mar, 2013 2 commits
  5. 18 Mar, 2013 12 commits
  6. 16 Mar, 2013 1 commit
  7. 15 Mar, 2013 9 commits
  8. 14 Mar, 2013 2 commits
  9. 13 Mar, 2013 1 commit
  10. 09 Mar, 2013 1 commit
  11. 05 Mar, 2013 1 commit
  12. 04 Mar, 2013 6 commits