- 29 Sep, 2018 1 commit
-
-
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
-
- 17 Jun, 2018 1 commit
-
-
Davis King authored
-
- 02 Jun, 2018 1 commit
-
-
Davis King authored
-
- 28 May, 2018 1 commit
-
-
Davis King authored
-
- 27 May, 2018 1 commit
-
-
Davis King authored
-
- 26 May, 2018 1 commit
-
-
Davis King authored
-
- 20 May, 2018 2 commits
-
-
Davis King authored
added the *_corner() routines to rectangle and drectangle and made these objects constructable from instances of each other.
-
Davis King authored
randomly_color_image(), jet(), skeleton(), find_line_endpoints(), get_rect(), shrink_rect(), grow_rect(), and image_gradients.
-
- 03 Mar, 2018 2 commits
-
-
Davis King authored
-
Davis King authored
-
- 11 Feb, 2018 1 commit
-
-
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().
-
- 15 Jan, 2018 1 commit
-
-
Mischan Toosarani-Hausberger authored
* Replace boost::python with pybind11 * Replace add_python_module with pybind11_add_module * Fix clang error on type-dependent expression
-
- 03 Feb, 2016 1 commit
-
-
Patrick Snape authored
Easy change to allow comparisons on the Python side for both rectangle and drectangle
-
- 20 May, 2015 1 commit
-
-
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.
-