dlib/tools/python/src
Adrià Arrufat edc6645150
Add insert_image_chip (#2781)
* Add insert_image_chip to Python bindings

* Use interpolation

* remove commented code

* Add C++ implementation

* Fix compile error and improve variable namings

* Fix signed warning
2023-04-21 23:55:11 -04:00
..
basic.cpp Fixed compiler warnings 2019-04-14 11:19:06 -04:00
cca.cpp - Added rectangless. 2018-02-11 17:19:04 -05:00
cnn_face_detector.cpp Improved python docs 2018-05-17 07:18:13 -04:00
conversion.h Fixed some python functions not taking as wide a range of images as they did in 2018-05-25 19:03:00 -04:00
correlation_tracker.cpp Added numpy_image templated class that makes a numpy array 2018-04-28 08:52:25 -04:00
decision_functions.cpp Minor changes to avoid bugs in some compilers. 2018-11-20 15:36:07 -05:00
dlib.cpp Add an informative comment 2022-11-08 21:50:19 -05:00
face_recognition.cpp Added bottom_up_cluster to python api (#2739) 2023-03-11 08:16:48 -05:00
global_optimization.cpp Miscellaneous cleanup and refresh (#2661) 2022-09-19 08:18:39 -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 Split image.cpp into two files so builds are more parallelizeable. 2018-07-07 14:01:08 -04:00
image2.cpp Add insert_image_chip (#2781) 2023-04-21 23:55:11 -04:00
image3.cpp Split image.cpp into two files so builds are more parallelizeable. 2018-07-07 14:01:08 -04:00
image4.cpp Minor changes to avoid bugs in some compilers. 2018-11-20 15:36:07 -05:00
image_dataset_metadata.cpp improve docs 2023-03-22 22:02:30 -04:00
indexing.h Replace boost::python with pybind11 (#1040) 2018-01-15 14:41:40 -05:00
line.cpp Updated count_points_on_side_of_line() python binding. 2018-06-22 20:57:16 -04:00
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 Made it so you can fully build image_dataset_metadata::dataset objects from python. 2018-06-16 16:17:38 -04:00
other.cpp minor cleanup 2021-11-14 14:09:57 -05:00
rectangles.cpp Python Image and Rectangle Scaling (#1488) 2018-09-29 08:02:45 -04:00
sequence_segmenter.cpp - Added rectangless. 2018-02-11 17:19:04 -05:00
serialize_object_detector.h Clarified a few comments and simplified the serialization code a bit. 2014-12-27 15:30:56 -05:00
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 Fixed print formatting. 2018-06-17 08:29:17 -04:00
simple_object_detector.h Fixed integer overflow. 2018-06-18 21:56:02 -04:00
simple_object_detector_py.h Release GIL before detecting faces (#2252) 2020-12-13 14:57:41 -05:00
svm_c_trainer.cpp - Added rectangless. 2018-02-11 17:19:04 -05:00
svm_rank_trainer.cpp - Added rectangless. 2018-02-11 17:19:04 -05:00
svm_struct.cpp Fixed compiler warnings 2019-04-14 11:19:06 -04:00
testing_results.h Updated code to work with new regression test output. 2017-11-10 17:42:40 -05:00
vector.cpp dpoint mutates x-coord in y-property (see #1794) (#1866) 2019-08-24 11:13:00 -04:00