1. 29 Sep, 2018 1 commit
    • samuarl's avatar
      Python Image and Rectangle Scaling (#1488) · 0072afbc
      samuarl authored
      * added scale_image python binding which returns an image resized by the provided scale factor
      
      * added scale_rect for rectangle and drectangle. returns a rectangle scaled by the provided scaling factor
      
      * - do not cast scale_rect coordinates to long for drectangle
      - document scale_rect for drectangle and rectangle in _abstract.h
      - change python binding scale_image to resize_image
      - update documentation for resize_image to describe behaviour
      0072afbc
  2. 17 Jun, 2018 1 commit
  3. 02 Jun, 2018 1 commit
  4. 28 May, 2018 1 commit
  5. 27 May, 2018 1 commit
  6. 26 May, 2018 1 commit
  7. 20 May, 2018 2 commits
  8. 03 Mar, 2018 2 commits
  9. 11 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
  10. 15 Jan, 2018 1 commit
  11. 03 Feb, 2016 1 commit
  12. 20 May, 2015 1 commit
    • 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