dlib/tools/python/src
Akshay Naresh Modi 286ca71e1a
Release GIL before detecting faces (#2252)
* Allow the face detector to be run concurrently.

* Use img_view instead of numpy_image

Co-authored-by: Akshay Modi <amodi@netflix.com>
2020-12-13 14:57:41 -05:00
..
basic.cpp Fixed compiler warnings 2019-04-14 11:19:06 -04:00
cca.cpp
cnn_face_detector.cpp
conversion.h
correlation_tracker.cpp
decision_functions.cpp Minor changes to avoid bugs in some compilers. 2018-11-20 15:36:07 -05:00
dlib.cpp Add an __init__.py file so we can add paths to CUDA libs on windows. 2020-06-07 16:42:44 -04:00
face_recognition.cpp Add python api that generates desciptor(s) from the aligned image(s) (#1667) 2019-02-25 20:10:04 -05:00
global_optimization.cpp Let python users give up to 35 parameters when using the global optimizer. 2020-09-25 07:41:57 -04:00
gui.cpp Added methods for getting keyboard and mouse clicks to image_window's pyhton API. 2019-06-01 09:29:43 -07:00
image.cpp
image2.cpp Expose get_face_chip_details to Python (#2238) 2020-11-21 17:07:28 -05:00
image3.cpp
image4.cpp Minor changes to avoid bugs in some compilers. 2018-11-20 15:36:07 -05:00
image_dataset_metadata.cpp Minor changes to avoid bugs in some compilers. 2018-11-20 15:36:07 -05:00
indexing.h
line.cpp
matrix.cpp Add support for matrix serialization to python API (#2241) 2020-11-21 17:09:06 -05:00
numpy_returns.cpp Minor changes to avoid bugs in some compilers. 2018-11-20 15:36:07 -05:00
object_detection.cpp Avoid compiler bug 2018-11-09 09:40:18 -05:00
opaque_types.h
other.cpp
rectangles.cpp Python Image and Rectangle Scaling (#1488) 2018-09-29 08:02:45 -04:00
sequence_segmenter.cpp
serialize_object_detector.h
shape_predictor.cpp Make dlib.full_object_detection take list of dlib.point or dlib.points. 2019-03-19 08:13:49 -04:00
shape_predictor.h
simple_object_detector.h
simple_object_detector_py.h Release GIL before detecting faces (#2252) 2020-12-13 14:57:41 -05:00
svm_c_trainer.cpp
svm_rank_trainer.cpp
svm_struct.cpp Fixed compiler warnings 2019-04-14 11:19:06 -04:00
testing_results.h
vector.cpp dpoint mutates x-coord in y-property (see #1794) (#1866) 2019-08-24 11:13:00 -04:00