- 17 Jun, 2018 1 commit
-
-
Davis King authored
-
- 03 Jun, 2018 1 commit
-
-
Davis King authored
-
- 29 May, 2018 1 commit
-
-
Davis King authored
-
- 27 May, 2018 2 commits
-
-
Davis King authored
-
Davis King authored
-
- 21 May, 2018 1 commit
-
-
Davis King authored
added the *_corner() routines to rectangle and drectangle and made these objects constructable from instances of each other.
-
- 20 May, 2018 1 commit
-
-
Davis King authored
randomly_color_image(), jet(), skeleton(), find_line_endpoints(), get_rect(), shrink_rect(), grow_rect(), and image_gradients.
-
- 04 Mar, 2018 2 commits
-
-
Davis King authored
-
Davis King authored
-
- 12 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().
-
- 16 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.
-