Name
Last commit
Last update
..
basic.cpp Fixed compiler warnings
cca.cpp - Added rectangless.
cnn_face_detector.cpp Improved python docs
conversion.h Fixed some python functions not taking as wide a range of images as they did in
correlation_tracker.cpp Added numpy_image templated class that makes a numpy array
decision_functions.cpp Minor changes to avoid bugs in some compilers.
dlib.cpp Split image2.cpp into two files to help speed up the build.
face_recognition.cpp Add python api that generates desciptor(s) from the aligned image(s) (#1667)
global_optimization.cpp Minor changes to avoid bugs in some compilers.
gui.cpp Added methods for getting keyboard and mouse clicks to image_window's pyhton API.
image.cpp Split image.cpp into two files so builds are more parallelizeable.
image2.cpp Minor changes to avoid bugs in some compilers.
image3.cpp Split image.cpp into two files so builds are more parallelizeable.
image4.cpp Minor changes to avoid bugs in some compilers.
image_dataset_metadata.cpp Minor changes to avoid bugs in some compilers.
indexing.h Replace boost::python with pybind11 (#1040)
line.cpp Updated count_points_on_side_of_line() python binding.
matrix.cpp - Added rectangless.
numpy_returns.cpp Minor changes to avoid bugs in some compilers.
object_detection.cpp Avoid compiler bug
opaque_types.h Made it so you can fully build image_dataset_metadata::dataset objects from python.
other.cpp - Added rectangless.
rectangles.cpp Python Image and Rectangle Scaling (#1488)
sequence_segmenter.cpp - Added rectangless.
serialize_object_detector.h Clarified a few comments and simplified the serialization code a bit.
shape_predictor.cpp Make dlib.full_object_detection take list of dlib.point or dlib.points.
shape_predictor.h Fixed print formatting.
simple_object_detector.h Fixed integer overflow.
simple_object_detector_py.h Made the run_multiple() routine work identically for fhog and simple object detectors.
svm_c_trainer.cpp - Added rectangless.
svm_rank_trainer.cpp - Added rectangless.
svm_struct.cpp Fixed compiler warnings
testing_results.h Updated code to work with new regression test output.
vector.cpp dpoint mutates x-coord in y-property (see #1794) (#1866)