1. 08 Jul, 2018 2 commits
  2. 22 May, 2018 1 commit
  3. 21 May, 2018 1 commit
  4. 12 Feb, 2018 1 commit
    • Davis King's avatar
      - Added rectangless. · 2a26521b
      Davis King authored
      - Moved all uses of PYBIND11_MAKE_OPAQUE to a common header to avoid possilbe ODR violations.
      - Added python binding for make_bounding_box_regression_training_data().
      2a26521b
  5. 11 Feb, 2018 1 commit
  6. 10 Feb, 2018 1 commit
  7. 04 Feb, 2018 1 commit
  8. 03 Feb, 2018 1 commit
  9. 22 Jan, 2018 1 commit
  10. 17 Jan, 2018 1 commit
  11. 16 Jan, 2018 2 commits
  12. 10 Dec, 2017 2 commits
  13. 08 Dec, 2017 1 commit
    • visionworkz's avatar
      Exposed jitter_image in Python and added an example (#980) · ac292309
      visionworkz authored
      * Exposed jitter_image in Python and added an example
      
      * Return Numpy array directly
      
      * Require numpy during setup
      
      * Added install of Numpy before builds
      
      * Changed pip install for user only due to security issues.
      
      * Removed malloc
      
      * Made presence of Numpy during compile optional.
      
      * Conflict
      
      * Refactored get_face_chip/get_face_chips to use Numpy as well.
      ac292309
  14. 25 Nov, 2017 1 commit
  15. 19 Aug, 2017 1 commit
  16. 13 Feb, 2017 1 commit
  17. 03 Feb, 2016 2 commits
  18. 20 May, 2015 2 commits
    • Patrick Snape's avatar
      Add an API for the correlation tracker · e3c3d39a
      Patrick Snape authored
      This aids an API for the correlation based tracker that Davis
      recently added to Dlib. I've made sure to allow overrides for
      passing normal rectangles rather than drectangles (which isn't
      currently supported in the Dlib C++ API). This is mostly
      because I imagine people might initialize the tracking using
      something like a bounding box from a detector (e.g.
      load_frontal_face_detector).
      e3c3d39a
    • Patrick Snape's avatar
      Preparing for correlation tracker - add drectangle · c4cf31a7
      Patrick Snape authored
      The correlation tracker deals with the drectangle
      (double rectangle) class which currently isn't wrapped. Therefore,
      I add the drectangle class and refactor rectangles into their
      own file. I also added a load of methods on rectangle that might
      be useful such as intersection/contains/area etc.
      c4cf31a7
  19. 11 Dec, 2014 4 commits
    • Patrick Snape's avatar
      Properly handle turning the GUI off · 5b485a62
      Patrick Snape authored
      5b485a62
    • Patrick Snape's avatar
      Refactor the GUI code out · e801bd6a
      Patrick Snape authored
      I also cleaned up a bunch of code. I'm not sure why the
      simple_object_detector was keeping track of the upsample amount,
      since it can't even be passed as an argument to the constructor.
      Therefore, I removed the simple_object_detector_py and the second
      declaration of the hog object detector. I also changed the
      view code to optionally take keyword args of color and added
      a single view of a rectangle.
      
      Finally, I added viewing of the shape parts.
      e801bd6a
    • Patrick Snape's avatar
      Add wrappers for the shape predictors · e3aee32f
      Patrick Snape authored
      This includes the full_object_detection, a new struct in the same
      vein as the simple_object_detector_training_options and of
      course, the shape predictor classes themselves.
      
      All of training, fitting and testing are wrapped.
      e3aee32f
    • Patrick Snape's avatar
      Refactor rgb_pixel out of object detection · 68ae858f
      Patrick Snape authored
      Also, move the vectorize template into its own header to
      stop having to declare it again in vector.
      68ae858f
  20. 27 Jun, 2013 2 commits
  21. 21 May, 2013 1 commit
  22. 29 Apr, 2013 1 commit
  23. 28 Apr, 2013 3 commits
  24. 27 Apr, 2013 2 commits
  25. 10 Feb, 2014 1 commit