- 25 May, 2018 5 commits
-
-
Davis King authored
previous dlib versions.
-
Davis King authored
you can chain calls easily.
-
Davis King authored
numpy array as input.
-
Davis King authored
-
Davis King authored
-
- 24 May, 2018 2 commits
-
-
Davis King authored
-
Davis King authored
-
- 23 May, 2018 3 commits
-
-
Davis King authored
-
Davis King authored
the Python API.
-
Davis King authored
the Python API.
-
- 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 3 commits
-
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
- 20 May, 2018 9 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
automatic binding.
-
Davis King authored
added the *_corner() routines to rectangle and drectangle and made these objects constructable from instances of each other.
-
Davis King authored
-
Davis King authored
-
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 3 commits
-
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
- 17 May, 2018 1 commit
-
-
Davis King authored
-
- 07 May, 2018 1 commit
-
-
Davis King authored
-
- 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.
-
- 18 Apr, 2018 2 commits
-
-
Davis King authored
that it's going to move the matrix into the result.
-
visionworkz authored
* Fixed reference count issue * Fixed refcount issue in Python dlib.jitter_image and dlib.get_face_chips * Consolidation of https://github.com/davisking/dlib/pull/1249 * Fixed build issue * Fixed: Paths in a pytest file should be relative to dlib root * Skip numpy return tests for Python 2.7 or if Numpy is not installed * Enabled numpy returns tests on Python 2.7 using cPickle.dumps
-
- 10 Apr, 2018 1 commit
-
-
visionworkz authored
* Fixed reference count issue * Fixed refcount issue in Python dlib.jitter_image and dlib.get_face_chips
-
- 31 Mar, 2018 1 commit
-
-
visionworkz authored
-
- 17 Mar, 2018 1 commit
-
-
Davis King authored
-
- 03 Mar, 2018 2 commits
-
-
Davis King authored
-
Davis King authored
-
- 22 Feb, 2018 1 commit
-
-
Davis King authored
functions.
-
- 19 Feb, 2018 1 commit
-
-
Morten Hustveit authored
* Added support for variadic Python functions in find_max_global. * Add test for find_{min,max}_global on variadic functions.
-
- 15 Feb, 2018 1 commit
-
-
Davis King authored
Fixed pybind11 not doing the overload resolution correctly on the cnn_face_detector's operator() in Python.
-
- 14 Feb, 2018 1 commit
-
-
Davis King authored
-