- 29 May, 2018 1 commit
-
-
Davis King authored
-
- 27 May, 2018 1 commit
-
-
Davis King authored
-
- 25 May, 2018 2 commits
-
-
Davis King authored
you can chain calls easily.
-
Davis King authored
numpy array as input.
-
- 23 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 1 commit
-
-
Davis King authored
-
- 20 May, 2018 4 commits
-
-
Davis King authored
find_bright_lines(), find_dark_lines(), find_dark_keypoints(), suppress_non_maximum_edges(), and find_peaks() to the Python API.
-
Davis King authored
-
Davis King authored
and convert_image_scaled() to the python API.
-
Davis King authored
randomly_color_image(), jet(), skeleton(), find_line_endpoints(), get_rect(), shrink_rect(), grow_rect(), and image_gradients.
-
- 19 May, 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
-
- 08 Dec, 2017 1 commit
-
-
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.
-
- 10 Dec, 2014 1 commit
-
-
Patrick Snape authored
Also, move the vectorize template into its own header to stop having to declare it again in vector.
-