- 21 Nov, 2018 1 commit
-
-
Davis King authored
-
- 19 Jun, 2018 1 commit
-
-
Davis King authored
-
- 17 Jun, 2018 1 commit
-
-
Davis King authored
image_window in Python.
-
- 11 Jun, 2018 1 commit
-
-
Davis King authored
-
- 26 May, 2018 1 commit
-
-
Davis King authored
-
- 22 May, 2018 1 commit
-
-
Davis King authored
normalize_image_gradients(), line, signed_distance_to_line(), distance_to_line(), reverse(), intersect(), count_points_on_side_of_line(), count_points_between_lines(), dot(), and normalize() to Python API.
-
- 21 May, 2018 2 commits
-
-
Davis King authored
-
Davis King authored
automatic binding.
-
- 28 Apr, 2018 1 commit
-
-
Davis King authored
conform to dlib's generic image interface. This makes dealing with numpy images in pybind11 modules much nicer.
-
- 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
-
- 20 May, 2015 1 commit
-
-
Patrick Snape authored
This is useful for visualizing the tracking results.
-
- 28 Dec, 2014 1 commit
-
-
Davis King authored
Also just cleaned up a few minor details.
-
- 13 Dec, 2014 1 commit
-
-
Patrick Snape authored
A little bit hacky, but should be fine. Supports both fhog detectors and the "cached" simple_object_detector. Also, maintains the upscale parameter for testing
-
- 11 Dec, 2014 1 commit
-
-
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.
-