Change Log
Revision: 20171d55ebbc886d
Author: Davis King
Date: Jul 07, 2018 (12:21:04 UTC)

Created release v19.14

Modified
dlib/CMakeLists.txt

Revision: 803cd63eed191274
Author: Davis King
Date: Jul 07, 2018 (12:05:42 UTC)

clarified spec

Modified
dlib/geometry/vector_abstract.h

Revision: 1f11133340b57e51
Author: Davis King
Date: Jul 07, 2018 (11:35:09 UTC)

Clarified docs

Modified
dlib/global_optimization/global_function_search_abstract.h

Revision: 7929198003bf6aed
Author: Davis King
Date: Jul 07, 2018 (11:31:42 UTC)

Clarified docs

Modified
dlib/global_optimization/global_function_search_abstract.h

Revision: 6402b24f243c3133
Author: Davis King
Date: Jul 07, 2018 (10:10:30 UTC)

Split image2.cpp into two files to help speed up the build.

Modified
tools/python/CMakeLists.txt
tools/python/src/dlib.cpp
tools/python/src/image2.cpp
Added
tools/python/src/image4.cpp

Revision: 16f44daf7dda5870
Author: Davis King
Date: Jul 07, 2018 (10:01:08 UTC)

Split image.cpp into two files so builds are more parallelizeable.

Modified
tools/python/CMakeLists.txt
tools/python/src/dlib.cpp
tools/python/src/image.cpp
Added
tools/python/src/image3.cpp

Revision: 3ed81fc6a621074d
Author: Davis King
Date: Jul 07, 2018 (04:59:16 UTC)

Disable LTO since it basically just makes the build process slow.

Modified
tools/python/CMakeLists.txt

Revision: 8a50c27a9522bf0f
Author: Davis King
Date: Jul 04, 2018 (16:35:22 UTC)

Added spatially_filter_image() and spatially_filter_image_separable() do the python API.

Modified
tools/python/src/image2.cpp

Revision: 019a1f9186c20240
Author: Davis King
Date: Jul 03, 2018 (05:41:22 UTC)

clarified docs

Modified
tools/python/src/global_optimization.cpp

Revision: 04fef79989bf1e1f
Author: Davis King
Date: Jul 03, 2018 (05:17:51 UTC)

Just a bit of code cleanup

Modified
tools/imglab/src/main.cpp

Revision: 4cada414e1d4bced
Author: Davis King
Date: Jul 03, 2018 (05:15:46 UTC)

Made rectangle_transform measure area the same way the rectangle's .area() does so that things are a little more consistent.

Modified
dlib/geometry/point_transforms.h

Revision: 9d9f91a740069430
Author: Davis King
Date: Jul 03, 2018 (03:51:34 UTC)

Made the routines that rotate image datasets use the rectangle_transform instead of the bad old way that only really worked for square boxes.

Modified
dlib/image_transforms/interpolation.h

Revision: 661e4435cf9e1841
Author: Davis King
Date: Jul 03, 2018 (03:35:05 UTC)

Fixed spelling errors in comment.

Modified
dlib/geometry/point_transforms.h

Revision: 536ebb317971c40c
Author: Joel Nelson
Date: Jun 29, 2018 (08:39:27 UTC)

detect file extension of mex function

Modified
dlib/matlab/cmake_mex_wrapper

Revision: 0e615be3d55d030a
Author: Davis King
Date: Jun 29, 2018 (06:23:38 UTC)

Fixed errors on OS X for some kinds of builds.

Modified
dlib/CMakeLists.txt

Revision: 30300751c5eda600
Author: Davis King
Date: Jun 28, 2018 (17:43:42 UTC)

Make pybind11 not break builds that include cuda files.

Modified
dlib/external/pybind11/tools/pybind11Tools.cmake

Revision: 9213381fda29cc17
Author: Davis King
Date: Jun 28, 2018 (13:17:13 UTC)

Set visibility to hidden for cuda as well as c++.

Modified
dlib/external/pybind11/tools/pybind11Tools.cmake

Revision: 9f97964c06e77722
Author: Davis King
Date: Jun 28, 2018 (-04:58:48 UTC)

Fixed busted assert.

Modified
tools/python/src/image2.cpp

Revision: 86e34f78375a3109
Author: Davis King
Date: Jun 27, 2018 (03:57:03 UTC)

Fixed docstrings not showing the right types.

Modified
tools/python/src/face_recognition.cpp

Revision: dee9cf0a6e3d923c
Author: Davis King
Date: Jun 27, 2018 (03:49:38 UTC)

cleanup

Modified
tools/python/src/face_recognition.cpp

Revision: 215ae64123ea6dd5
Author: Guillaume "Vermeille" Sanchez
Date: Jun 27, 2018 (15:22:12 UTC)

Allow batched face recognition for greater performances (#1335)

Modified
tools/python/src/face_recognition.cpp

Revision: 96033a5d330b8d60
Author: Davis King
Date: Jun 27, 2018 (-03:56:29 UTC)

Never use anaconda's version of libpng because it's broken.

Modified
dlib/CMakeLists.txt

Revision: 244260d9b5878f38
Author: Davis King
Date: Jun 25, 2018 (17:11:35 UTC)

Added detection_window_width, detection_window_height, and num_detectors fields to the simple object detection objects in the Python API.

Modified
tools/python/src/object_detection.cpp

Revision: c16828ac2fdb5243
Author: Davis King
Date: Jun 23, 2018 (09:07:41 UTC)

Made overlay_line use dpoints instead of point and also made it render the line from the middle of the pixel.

Modified
dlib/gui_widgets/widgets.cpp
dlib/gui_widgets/widgets.h
dlib/gui_widgets/widgets_abstract.h

Revision: 03e8c13bee2258e2
Author: Davis King
Date: Jun 23, 2018 (05:03:01 UTC)

Allow point and dpoint use for hough_transform stuff.

Modified
tools/python/src/image2.cpp

Revision: 704ea1e30350ae3b
Author: Davis King
Date: Jun 23, 2018 (05:02:35 UTC)

Made the hough_transform's functions for getting line coordinates use dpoint instead of point.

Modified
dlib/image_transforms/hough_transform.h
dlib/image_transforms/hough_transform_abstract.h

Revision: 5fd0e4249b222aa6
Author: Davis King
Date: Jun 23, 2018 (04:37:10 UTC)

Made clip_line_to_rectangle() and nearest_point() work for point and dpoint.

Modified
dlib/geometry/rectangle.h
dlib/geometry/rectangle_abstract.h

Revision: c24a75d8ceae6abf
Author: Davis King
Date: Jun 23, 2018 (03:46:44 UTC)

fixed broken test

Modified
dlib/test/geometry.cpp

Revision: f302dccc611c423e
Author: Davis King
Date: Jun 22, 2018 (16:58:46 UTC)

Clarified docs

Modified
tools/python/src/image2.cpp

Revision: 6a247476800256e8
Author: Davis King
Date: Jun 22, 2018 (16:58:33 UTC)

Fixed hough_transform::find_pixels_voting_for_lines(). It would sometimes include a pixel multiple times in the output lists.

Modified
dlib/image_transforms/hough_transform.h
dlib/image_transforms/hough_transform_abstract.h

Revision: e5b31b84ec9d00dc
Author: Davis King
Date: Jun 22, 2018 (16:57:16 UTC)

Updated count_points_on_side_of_line() python binding.

Modified
tools/python/src/line.cpp

Revision: 2bf816008b482226
Author: Davis King
Date: Jun 22, 2018 (16:56:31 UTC)

Made count_points_on_side_of_line() take a lower threshold in addition to the upper threshold. This changes the function's API.

Modified
dlib/geometry/line.h
dlib/geometry/line_abstract.h

Revision: 01cac2bbb85bd23d
Author: Davis King
Date: Jun 21, 2018 (17:52:50 UTC)

Made remove_duplicates() take any type rather than just being limited to rectangle.

Modified
dlib/image_transforms/segment_image.h
dlib/image_transforms/segment_image_abstract.h

Revision: ca92a792f81d29cf
Author: Davis King
Date: Jun 21, 2018 (14:16:13 UTC)

Fixed grammar in docs

Modified
tools/python/src/image2.cpp

Revision: 71c488a907d1f6c7
Author: Davis King
Date: Jun 21, 2018 (14:14:59 UTC)

Fixed grammar in comment.

Modified
dlib/image_transforms/hough_transform_abstract.h

Revision: 4a042a3130072027
Author: Davis King
Date: Jun 20, 2018 (14:23:37 UTC)

Made hysteresis_threshold() return a uint8 image so it's consistent with threshold_image().

Modified
tools/python/src/image.cpp

Revision: 2f3430766a10f129
Author: Davis King
Date: Jun 18, 2018 (18:10:15 UTC)

Made add_overlay() work with more input types in python.

Modified
tools/python/src/gui.cpp

Revision: 564250d3a6c61eb5
Author: Davis King
Date: Jun 18, 2018 (17:56:02 UTC)

Fixed integer overflow.

Modified
tools/python/src/simple_object_detector.h

Revision: 90542013660daf59
Author: Davis King
Date: Jun 18, 2018 (17:37:06 UTC)

Added max runtime option to object detector trainer API in python.

Modified
tools/python/src/object_detection.cpp
tools/python/src/simple_object_detector.h

Revision: 3bc8d79450740a0a
Author: Davis King
Date: Jun 18, 2018 (17:36:36 UTC)

Added a --split-train-test option to imglab.

Modified
tools/imglab/src/main.cpp

Revision: 16f30758ee6d7c0a
Author: Davis King
Date: Jun 18, 2018 (17:36:00 UTC)

Added a max runtime option.

Modified
dlib/svm/structural_object_detection_trainer.h
dlib/svm/structural_object_detection_trainer_abstract.h

Revision: 7611bbffda4312d4
Author: Davis King
Date: Jun 18, 2018 (17:35:40 UTC)

Added a max runtime option to the oca solver.

Modified
dlib/optimization/optimization_oca.h
dlib/optimization/optimization_oca_abstract.h

Revision: 7112c10316a0d3c0
Author: Davis King
Date: Jun 17, 2018 (19:17:36 UTC)

Made it so you can call the std::vector<detectors> version of the object_detector constructor from python. So now you can pack multiple detectors into one object via the python API.

Modified
tools/python/src/object_detection.cpp

Revision: 31a4992fa031f706
Author: Davis King
Date: Jun 17, 2018 (17:22:24 UTC)

Made the run_multiple() routine work identically for fhog and simple object detectors.

Modified
tools/python/src/object_detection.cpp
tools/python/src/simple_object_detector_py.h

Revision: 8e23f81cf792fed5
Author: Davis King
Date: Jun 17, 2018 (05:17:45 UTC)

Added translate_rect() to python API

Modified
tools/python/src/rectangles.cpp

Revision: 7839c94a93ae1b21
Author: Davis King
Date: Jun 17, 2018 (04:29:17 UTC)

Fixed print formatting.

Modified
tools/python/src/shape_predictor.h

Revision: ba4762482fffb22f
Author: Davis King
Date: Jun 16, 2018 (13:36:17 UTC)

Made it so you can display arbitrary full_object_detection objects on the image_window in Python.

Modified
tools/python/src/gui.cpp

Revision: b2435ac26e9c94e3
Author: Davis King
Date: Jun 16, 2018 (13:25:12 UTC)

Changed the overlay_circle so you can give a double radius rather than just an integer radius. Also made the circles centered on the center of the pixel at their center when you zoom in.

Modified
dlib/gui_widgets/widgets.cpp
dlib/gui_widgets/widgets.h

Revision: 64dc496da4a101ff
Author: Davis King
Date: Jun 16, 2018 (13:02:33 UTC)

Allow python to set the padding mode of the shape_predictor_trainer.

Modified
tools/python/src/shape_predictor.cpp
tools/python/src/shape_predictor.h

Revision: d4f6e5361f125b4d
Author: Davis King
Date: Jun 16, 2018 (12:17:38 UTC)

Made it so you can fully build image_dataset_metadata::dataset objects from python.

Modified
tools/python/src/image_dataset_metadata.cpp
tools/python/src/opaque_types.h

Revision: 5cb25cdead1390cd
Author: Davis King
Date: Jun 15, 2018 (11:58:19 UTC)

Fixed cblas_dtrmm and cblas_strsm not using CBLAS_INT_TYPE.

Modified
dlib/matrix/matrix_trsm.h

Revision: 7a3a51d368b8deb1
Author: Davis King
Date: Jun 12, 2018 (16:03:53 UTC)

Added zero_border_pixels() to the python API

Modified
tools/python/src/image2.cpp

Revision: b34d690c9b31245d
Author: Davis King
Date: Jun 12, 2018 (06:48:20 UTC)

Fix cuda not building on osx sometimes.

Modified
dlib/CMakeLists.txt

Revision: 3a4e85832b3f486e
Author: Davis King
Date: Jun 11, 2018 (18:39:24 UTC)

Removed spurious ;

Modified
dlib/python/numpy_image.h

Revision: dfed1c8e383e9530
Author: Davis King
Date: Jun 11, 2018 (18:38:50 UTC)

Added more overloads of memcpy() for cuda_data_ptr.

Modified
dlib/cuda/cuda_data_ptr.h

Revision: 358f5396a732a715
Author: Davis King
Date: Jun 10, 2018 (18:33:27 UTC)

Fixed dlib.threshold_image() ignoring the optional thresh argument.

Modified
tools/python/src/image.cpp

Revision: 6e1e705682f24ef5
Author: Davis King
Date: Jun 10, 2018 (18:16:30 UTC)

Added max_point() and max_point_interpolated() to the Python API.

Modified
tools/python/src/image2.cpp

Revision: e36c859e57220799
Author: Davis King
Date: Jun 10, 2018 (17:04:57 UTC)

Cleaned up the object_detector Python API a little and also pushed the nuclear norm regularization stuff to Python. This also includes adding num_separable_filters() and threshold_filter_singular_values() to the Python API.

Modified
tools/python/src/object_detection.cpp
tools/python/src/simple_object_detector.h

Revision: e8badd205da50d78
Author: Davis King
Date: Jun 10, 2018 (16:51:14 UTC)

A bit of cleanup

Modified
tools/python/src/shape_predictor.cpp
tools/python/src/shape_predictor.h

Revision: dc51611da08e3c43
Author: Davis King
Date: Jun 10, 2018 (16:50:44 UTC)

Made it so you can construct dlib.image_windows from detectors.

Modified
tools/python/src/gui.cpp

Revision: 2e2800a74ce83bbe
Author: Davis King
Date: Jun 10, 2018 (05:04:34 UTC)

Test for SSE4 instructions on the host before enabling them in the python extension module.

Modified
dlib/cmake_utils/set_compiler_specific_options.cmake
Added
dlib/cmake_utils/check_if_sse4_instructions_executable_on_host.cmake
dlib/cmake_utils/test_for_sse4/CMakeLists.txt
dlib/cmake_utils/test_for_sse4/sse4_test.cpp
dlib/cmake_utils/test_for_sse4/this_file_doesnt_compile.cpp

Revision: 735251c4feb71eb3
Author: Davis King
Date: Jun 10, 2018 (04:50:15 UTC)

Fixed typo in comment string.

Modified
dlib/cmake_utils/test_for_avx/CMakeLists.txt

Revision: 9948a709f33393fe
Author: Davis King
Date: Jun 10, 2018 (04:48:07 UTC)

Added CMakeLists.txt for the stuff in tools/archive.

Added
tools/archive/CMakeLists.txt

Revision: bcfa4ae277739bc8
Author: Davis King
Date: Jun 08, 2018 (18:01:21 UTC)

Added the translation jittering option to the python API.

Modified
tools/python/src/shape_predictor.cpp
tools/python/src/shape_predictor.h

Revision: 5960368e0cbefb7a
Author: Davis King
Date: Jun 08, 2018 (17:51:17 UTC)

Added an option to do translational jittering of the bounding boxes in the shape_predictor_trainer.

Modified
dlib/image_processing/shape_predictor_trainer.h
dlib/image_processing/shape_predictor_trainer_abstract.h

Revision: 02402c738d079843
Author: Davis King
Date: Jun 07, 2018 (17:03:59 UTC)

Fixed be_verbose not doing the right thing.

Modified
dlib/svm/auto.cpp

Revision: e8ad738f950f0147
Author: Davis King
Date: Jun 06, 2018 (19:07:01 UTC)

Added auto_train_rbf_classifier() and reduced() to the Python API.

Modified
tools/python/src/decision_functions.cpp

Revision: fa3bfc1df9b2d1ce
Author: Davis King
Date: Jun 06, 2018 (18:43:12 UTC)

Added auto_train_rbf_classifier()

Modified
dlib/CMakeLists.txt
dlib/all/source.cpp
dlib/svm.h
Added
dlib/svm/auto.cpp
dlib/svm/auto.h
dlib/svm/auto_abstract.h

Revision: 8cb9a6c71ae9df15
Author: Davis King
Date: Jun 06, 2018 (18:38:43 UTC)

Added an optional thread_pool argument to find_max_global() and find_min_global() to allow for parallel execution of the objective function calls.

Modified
dlib/global_optimization/find_max_global.h
dlib/global_optimization/find_max_global_abstract.h

Revision: 48d742165d18dad4
Author: Davis King
Date: Jun 03, 2018 (09:45:19 UTC)

Made decision functions more viewable from python.

Modified
tools/python/src/decision_functions.cpp

Revision: 4cdaff8b363a73d1
Author: Davis King
Date: Jun 03, 2018 (04:17:43 UTC)

Clarified message

Modified
dlib/CMakeLists.txt

Revision: f5609120a1c53d95
Author: Augusto Fraga Giachero
Date: Jun 02, 2018 (17:33:29 UTC)

Ignore bmp reserved area (#1343) The 4 bytes starting from the 0x06 offset of a bmp file are marked as 'Reserved' but it doesn't guarantee that these bytes are zeroed, some applications uses this area for its own purposes and the output file still a valid bmp file.

Modified
dlib/image_loader/image_loader.h

Revision: 95d3e00d15874b12
Author: Augusto Fraga Giachero
Date: Jun 02, 2018 (11:16:04 UTC)

Fix bad_alloc exception when loading bmp images with negative height (#1341) The 'long' type can be 32 bits or 64 bits depending on what compiler you are using (LLP64 vs LP64). If the long type is 64 bits the biHeight variable will receive a very big number when the bmp image height is negative, causing a std::bad_alloc exception when calling the 'image.set_size' method.

Modified
dlib/image_loader/image_loader.h

Revision: de3de0d5f10b864a
Author: Alexis Tsogias
Date: Jun 02, 2018 (21:10:11 UTC)

Added option to link against mkl_sequential (#1302)

Modified
dlib/CMakeLists.txt
dlib/cmake_utils/find_blas.cmake

Revision: 6b5e356878cec03b
Author: Davis King
Date: Jun 02, 2018 (14:53:28 UTC)

Make arrays of points and rectangles constructable with a size in the Python API.

Modified
tools/python/src/rectangles.cpp
tools/python/src/vector.cpp

Revision: 65de8b7a155286e0
Author: Davis King
Date: Jun 02, 2018 (14:52:42 UTC)

Fixed numpy_image not compiling when C++14 is enabled.

Modified
dlib/python/numpy_image.h

Revision: 7043186b8dabcb94
Author: Davis King
Date: Jun 02, 2018 (14:52:20 UTC)

Added a have_same_dimensions() for image types.

Modified
dlib/image_processing/generic_image.h

Revision: 8e8d8f6d39ddb8dd
Author: Davis King
Date: May 31, 2018 (19:03:43 UTC)

updated docs

Modified
tools/python/src/image2.cpp

Revision: 19a4a67ea9392d82
Author: Davis King
Date: May 31, 2018 (19:00:17 UTC)

Made .size of hough_transform a property rather than a function.

Modified
tools/python/src/image2.cpp

Revision: 3b23d696015012fb
Author: Davis King
Date: May 31, 2018 (18:29:19 UTC)

cleanup

Modified
tools/python/src/image2.cpp

Revision: 56afe2d5284625b8
Author: Davis King
Date: May 31, 2018 (18:15:57 UTC)

Fixed spelling error in comment

Modified
tools/python/CMakeLists.txt

Revision: 95ad2792fb0ee185
Author: Davis King
Date: May 31, 2018 (18:15:13 UTC)

Gave numpy_image a (rows,cols) constructor.

Modified
dlib/python/numpy_image.h

Revision: 97a9086419013501
Author: Davis King
Date: May 31, 2018 (17:59:14 UTC)

Cleaned up numpy_image code a little.

Modified
dlib/python/numpy_image.h

Revision: f6e9f74b4d55711e
Author: Davis King
Date: May 31, 2018 (17:35:10 UTC)

Made the image view objects implement the generic image interface. Not sure why I didn't do this a long time ago.

Modified
dlib/image_processing/generic_image.h

Revision: f4e0eefe1d38a24b
Author: Davis King
Date: May 31, 2018 (17:20:27 UTC)

Cleanup hough_transform pyhton binding

Modified
tools/python/src/image2.cpp

Revision: 314e78a0cc1b16dd
Author: Davis King
Date: May 31, 2018 (03:58:57 UTC)

Fixed cmake erroring out in some situations.

Modified
dlib/cmake_utils/test_for_avx/CMakeLists.txt

Revision: 43307d56dedf3e9b
Author: Davis King
Date: May 31, 2018 (03:28:04 UTC)

Print version information before doing anything else in cmake.

Modified
dlib/CMakeLists.txt

Revision: 8f9b0311eaf7fc9d
Author: Davis King
Date: May 28, 2018 (18:12:27 UTC)

Fixed spelling error

Modified
dlib/image_transforms/edge_detector_abstract.h

Revision: 00d307868d91880a
Author: Davis King
Date: May 28, 2018 (18:12:05 UTC)

Fixed spelling error

Modified
tools/python/src/image.cpp

Revision: f931366edd9d4b8d
Author: Davis King
Date: May 28, 2018 (16:52:42 UTC)

Added polygon_area() to python API

Modified
tools/python/src/vector.cpp

Revision: 88bf0d6caa8e52df
Author: Davis King
Date: May 28, 2018 (16:52:17 UTC)

Added polygon_area()

Modified
dlib/geometry/vector.h
dlib/geometry/vector_abstract.h

Revision: f1704909ab8a2c27
Author: Davis King
Date: May 28, 2018 (14:54:14 UTC)

Added sub_image() to python API. Also added an overload of get_rect() for hough_transform objects and made some argument names more consistent.

Modified
tools/python/src/image2.cpp

Revision: 6857c1ca9e20c8bf
Author: Davis King
Date: May 28, 2018 (14:53:22 UTC)

More overloads for rectangle.contains()

Modified
tools/python/src/rectangles.cpp

Revision: 7ac4c49076545dc8
Author: Davis King
Date: May 28, 2018 (14:53:02 UTC)

Added more operators for dpoint and point in the Pyhton API.

Modified
tools/python/src/vector.cpp

Revision: 49a61b10108d3649
Author: Davis King
Date: May 27, 2018 (16:53:53 UTC)

Cleaned up min_barrier_distance() code a bit and also made it more robust.

Modified
dlib/image_transforms/segment_image.h

Revision: 759c1b7ec5e8c419
Author: Davis King
Date: May 27, 2018 (07:05:20 UTC)

Added get_histogram() to the python API. Also added more overloads of label_connected_blobs().

Modified
tools/python/src/image.cpp
tools/python/src/image2.cpp

Revision: 7e4d375c443d75bf
Author: Davis King
Date: May 27, 2018 (07:00:25 UTC)

Avoid implicitly copying a matrix to numpy_image.

Modified
dlib/python/numpy_image.h

Revision: ddd5ac2a9432789e
Author: Davis King
Date: May 27, 2018 (04:35:45 UTC)

Fixed label_connected_blobs_watershed() not giving contiguous labels as outputs. Also cleaned up the code a bit.

Modified
dlib/image_transforms/label_connected_blobs.h

Revision: 9914f5d53a5ff99b
Author: Davis King
Date: May 26, 2018 (18:53:30 UTC)

Added center() and more overloads of centered_rect() to the Python API.

Modified
tools/python/src/rectangles.cpp

Revision: 7eb89ce3a7ce8899
Author: Davis King
Date: May 26, 2018 (18:38:16 UTC)

Added extract_image_chip() and extract_image_chips() to the Python API.

Modified
tools/python/src/image2.cpp

Revision: 23cdf9b352537192
Author: Davis King
Date: May 26, 2018 (18:15:52 UTC)

Made chip_details do something more benign when the user gives an empty rectangle.

Modified
dlib/image_transforms/interpolation.h

Revision: 91ddf1cfc84c5154
Author: Davis King
Date: May 26, 2018 (13:35:35 UTC)

Made dlib.range a little more like the python range.

Modified
tools/python/src/basic.cpp

Revision: 65b4b66373acc0cc
Author: Davis King
Date: May 26, 2018 (12:59:25 UTC)

Cleaned up code and fixed point and dpoint addition actually doing subtraction.

Modified
tools/python/src/rectangles.cpp
tools/python/src/vector.cpp

Revision: 3f0013d11229f47b
Author: Davis King
Date: May 26, 2018 (03:59:21 UTC)

Record last changeset and set PATCH version to 99

Modified
dlib/CMakeLists.txt
docs/.logger_revnum

Revision: c7a90ee406355238
Author: Davis King
Date: May 26, 2018 (03:56:40 UTC)

Created release v19.13

Modified
dlib/CMakeLists.txt


Old Change Logs