.. |
all
|
Added auto_train_rbf_classifier()
|
2018-06-06 22:43:12 -04:00 |
any
|
Migrate from dlib::scoped_ptr to std::unique_ptr (#593)
|
2017-05-14 19:52:34 -04:00 |
appveyor
|
Remove Python 3.5 tests on AppVeyor because something is wrong with python 3.5 on appveyor and the other tests are sufficient for python coverage.
|
2019-01-19 20:40:21 -05:00 |
array
|
Fixed compiler warnings in gcc 8
|
2019-03-03 21:17:20 -05:00 |
array2d
|
Fixed compiler warnings in gcc 8
|
2019-03-03 21:17:20 -05:00 |
base64
|
Fixed spelling errors.
|
2018-02-14 22:01:53 -05:00 |
bayes_utils
|
Problem: integer overflow when calculating sizes (may happen e.g. with very large images) (#1148)
|
2018-03-01 07:27:29 -05:00 |
bigint
|
Made bigint use explicit relational operator functions rather than the overly
|
2017-11-13 22:38:38 -05:00 |
binary_search_tree
|
Fixed compiler warnings in gcc 8
|
2019-03-03 21:17:20 -05:00 |
bit_stream
|
Fixed spelling errors.
|
2018-02-14 22:01:53 -05:00 |
bits
|
Hopefully improved compiler error diagnostic when using gcc and a user misconfigures their build environment.
|
2017-07-15 22:29:44 -04:00 |
bound_function_pointer
|
|
|
bridge
|
Migrate from dlib::scoped_ptr to std::unique_ptr (#593)
|
2017-05-14 19:52:34 -04:00 |
bsp
|
Migrate from dlib::scoped_ptr to std::unique_ptr (#593)
|
2017-05-14 19:52:34 -04:00 |
byte_orderer
|
|
|
clustering
|
clarified spec
|
2016-11-27 13:24:16 -05:00 |
cmake_utils
|
Include the Intel MKL's iomp dll in the output folder to reduce confusino for windows users.
|
2019-04-14 13:19:00 -04:00 |
cmd_line_parser
|
Problem: integer overflow when calculating sizes (may happen e.g. with very large images) (#1148)
|
2018-03-01 07:27:29 -05:00 |
compress_stream
|
|
|
conditioning_class
|
|
|
config_reader
|
|
|
control
|
differential std::clamp from c++17 with dlib:: prefix to clamp() (#734)
|
2017-07-29 05:42:42 -04:00 |
cpp_pretty_printer
|
|
|
cpp_tokenizer
|
Fixed more gcc 8 warnings.
|
2019-03-03 21:35:15 -05:00 |
crc32
|
|
|
cuda
|
Semantic-segmentation loss calculation: fix buffer usage on multi-GPU training (#1717)
|
2019-04-07 14:27:03 -04:00 |
data_io
|
Fixed missing inline
|
2017-10-08 07:45:50 -04:00 |
dir_nav
|
add chrono::duration_cast<>() cast for clang error (#1019)
|
2017-12-17 20:18:44 -05:00 |
directed_graph
|
Replace shared_ptr/weak_ptr with STL's versions (#588)
|
2017-05-12 16:40:59 -04:00 |
disjoint_subsets
|
Problem: integer overflow when calculating sizes (may happen e.g. with very large images) (#1148)
|
2018-03-01 07:27:29 -05:00 |
dnn
|
fixed check for excessive detections in loss_mmod_ (#1625)
|
2019-01-19 20:45:46 -05:00 |
entropy_decoder
|
|
|
entropy_decoder_model
|
|
|
entropy_encoder
|
Fixed spelling errors.
|
2018-02-14 22:01:53 -05:00 |
entropy_encoder_model
|
|
|
external
|
remove register keyword from jdhuff for C++17 (#1612)
|
2019-01-04 22:38:55 -05:00 |
filtering
|
cleanup
|
2018-03-18 12:52:03 -04:00 |
general_hash
|
Allow 64bit seeds for murmur hash.
|
2018-07-24 13:05:11 -04:00 |
geometry
|
Python Image and Rectangle Scaling (#1488)
|
2018-09-29 08:02:45 -04:00 |
global_optimization
|
Clarified docs
|
2018-07-07 15:35:09 -04:00 |
graph
|
Replace shared_ptr/weak_ptr with STL's versions (#588)
|
2017-05-12 16:40:59 -04:00 |
graph_cuts
|
Fixes issue with object named nil that collide with apple's definition. (#537)
|
2017-04-14 20:41:22 -04:00 |
graph_utils
|
remove unused variable in edge_list_graphs.h (#486)
|
2017-03-18 15:17:52 -04:00 |
gui_core
|
Fixed a bug in dlib's MS Windows GUI code that was introduced a little while back
|
2017-10-28 10:48:54 -04:00 |
gui_widgets
|
Fixed compiler warnings in gcc 8
|
2019-03-03 21:17:20 -05:00 |
hash_map
|
Fixed compiler warnings in gcc 8
|
2019-03-03 21:17:20 -05:00 |
hash_set
|
Fixed compiler warnings in gcc 8
|
2019-03-03 21:17:20 -05:00 |
hash_table
|
Fixed compiler warnings in gcc 8
|
2019-03-03 21:17:20 -05:00 |
http_client
|
Make http_client compile in C++11 and above (#714)
|
2017-07-18 09:33:27 -04:00 |
image_keypoint
|
Problem: integer overflow when calculating sizes (may happen e.g. with very large images) (#1148)
|
2018-03-01 07:27:29 -05:00 |
image_loader
|
Ignore bmp reserved area (#1343)
|
2018-06-02 19:33:29 -04:00 |
image_processing
|
Fixed typo in docs
|
2018-09-03 08:03:01 -04:00 |
image_saver
|
Cleaned up code and pushed is_rgb_image and is_grayscale_image somewhere more accessible.
|
2018-05-25 19:12:22 -04:00 |
image_transforms
|
Fixed resize_image() not using the optimized code path in some cases. In
|
2018-08-21 08:04:31 -04:00 |
interfaces
|
Problem: integer overflow when calculating sizes (may happen e.g. with very large images) (#1148)
|
2018-03-01 07:27:29 -05:00 |
iosockstream
|
Migrate from dlib::scoped_ptr to std::unique_ptr (#593)
|
2017-05-14 19:52:34 -04:00 |
java
|
Fixed memory leak in java swig array binding tool.
|
2018-03-13 19:14:44 -04:00 |
linker
|
|
|
logger
|
Migrate from dlib::scoped_ptr to std::unique_ptr (#593)
|
2017-05-14 19:52:34 -04:00 |
lsh
|
|
|
lz77_buffer
|
|
|
lzp_buffer
|
Problem: integer overflow when calculating sizes (may happen e.g. with very large images) (#1148)
|
2018-03-01 07:27:29 -05:00 |
manifold_regularization
|
Problem: integer overflow when calculating sizes (may happen e.g. with very large images) (#1148)
|
2018-03-01 07:27:29 -05:00 |
map
|
Fixed compiler warnings in gcc 8
|
2019-03-03 21:17:20 -05:00 |
matlab
|
detect file extension of mex function
|
2018-06-29 12:39:27 -04:00 |
matrix
|
Fixed constness for lapack functions (#1737)
|
2019-04-26 07:33:35 -04:00 |
md5
|
|
|
member_function_pointer
|
Fix #1479 -- member_function_pointer_kernel_1.h does not compile with MSVC /vms (#1481)
|
2018-09-13 08:07:30 -04:00 |
memory_manager
|
Made memory managers use size_t to measure memory allocation sizes rather than unsigned long.
|
2018-05-15 22:11:40 -04:00 |
memory_manager_global
|
Made memory managers use size_t to measure memory allocation sizes rather than unsigned long.
|
2018-05-15 22:11:40 -04:00 |
memory_manager_stateless
|
Made memory managers use size_t to measure memory allocation sizes rather than unsigned long.
|
2018-05-15 22:11:40 -04:00 |
misc_api
|
Make filo compile with WIN32_LEAN_AND_MEAN defined (#169)
|
2016-07-26 08:30:20 -04:00 |
mlp
|
|
|
numerical_integration
|
|
|
opencv
|
Problem: integer overflow when calculating sizes (may happen e.g. with very large images) (#1148)
|
2018-03-01 07:27:29 -05:00 |
optimization
|
Fixed compiler warnings in gcc 8
|
2019-03-03 21:17:20 -05:00 |
pipe
|
Problem: integer overflow when calculating sizes (may happen e.g. with very large images) (#1148)
|
2018-03-01 07:27:29 -05:00 |
python
|
Removed spurious ;
|
2018-06-11 22:39:24 -04:00 |
quantum_computing
|
|
|
queue
|
Fixed compiler warnings in gcc 8
|
2019-03-03 21:17:20 -05:00 |
rand
|
clarified comment
|
2018-03-28 09:59:20 -04:00 |
random_forest
|
Fixed random_forest_regression.h warnings (#1544)
|
2018-11-11 07:09:30 -08:00 |
reference_counter
|
|
|
sequence
|
Fixed compiler warnings in gcc 8
|
2019-03-03 21:17:20 -05:00 |
server
|
Migrate from dlib::scoped_ptr to std::unique_ptr (#593)
|
2017-05-14 19:52:34 -04:00 |
set
|
Fixed compiler warnings in gcc 8
|
2019-03-03 21:17:20 -05:00 |
set_utils
|
|
|
simd
|
Reliably detect AVX2 at runtime on Linux (#1614)
|
2019-01-07 22:41:26 -05:00 |
sliding_buffer
|
Fixed compiler warnings in gcc 8
|
2019-03-03 21:17:20 -05:00 |
smart_pointers
|
Removed auto_ptr from these old smart pointers since auto_ptr is officially
|
2018-01-21 13:14:18 -05:00 |
sockets
|
Add header needed in some contexts
|
2018-10-25 23:23:53 -04:00 |
sockstreambuf
|
Migrate from dlib::scoped_ptr to std::unique_ptr (#593)
|
2017-05-14 19:52:34 -04:00 |
sqlite
|
Switched to non-deprecated way to say destructor might throw.
|
2019-04-03 22:48:29 -04:00 |
stack
|
Fixed compiler warnings in gcc 8
|
2019-03-03 21:17:20 -05:00 |
static_map
|
Problem: integer overflow when calculating sizes (may happen e.g. with very large images) (#1148)
|
2018-03-01 07:27:29 -05:00 |
static_set
|
Fixed compiler warnings in gcc 8
|
2019-03-03 21:17:20 -05:00 |
statistics
|
Fixed grammar
|
2018-03-18 11:34:55 -04:00 |
stl_checked
|
|
|
string
|
|
|
svm
|
Fixed more gcc 8 warnings.
|
2019-03-03 21:35:15 -05:00 |
sync_extension
|
|
|
test
|
disable annoying warning
|
2019-04-26 07:43:02 -04:00 |
threads
|
Moved files around.
|
2018-02-28 19:29:30 -05:00 |
timeout
|
|
|
timer
|
Replace shared_ptr_thread_safe with std::shared_ptr (#590)
|
2017-05-13 14:05:23 -04:00 |
tokenizer
|
Fixed double delete
|
2017-03-18 13:00:16 -04:00 |
travis
|
Try some os x tests on travis again.
|
2019-03-18 21:30:27 -04:00 |
tuple
|
|
|
type_safe_union
|
|
|
unicode
|
Disable misleading-indentation warning in unicode.h (pragma for GCC >= 6)
|
2016-11-19 22:28:03 +01:00 |
vectorstream
|
|
|
xml_parser
|
Problem: integer overflow when calculating sizes (may happen e.g. with very large images) (#1148)
|
2018-03-01 07:27:29 -05:00 |
algs.h
|
Made memory managers use size_t to measure memory allocation sizes rather than unsigned long.
|
2018-05-15 22:11:40 -04:00 |
any.h
|
|
|
array2d.h
|
|
|
array.h
|
|
|
assert.h
|
Renamed BOOST_JOIN to DLIB_BOOST_JOIN to prevent name clashes when working with boost (#1265)
|
2018-04-19 08:47:08 -04:00 |
base64.h
|
|
|
bayes_utils.h
|
|
|
bigint.h
|
|
|
binary_search_tree.h
|
|
|
bit_stream.h
|
|
|
bound_function_pointer.h
|
|
|
bridge.h
|
|
|
bsp.h
|
|
|
byte_orderer.h
|
|
|
cassert
|
|
|
clustering.h
|
|
|
cmake
|
Some cmake script cleanup and refactoring.
|
2017-10-16 20:55:28 -04:00 |
CMakeLists.txt
|
Include the Intel MKL's iomp dll in the output folder to reduce confusino for windows users.
|
2019-04-14 13:19:00 -04:00 |
cmd_line_parser.h
|
|
|
compress_stream.h
|
|
|
conditioning_class.h
|
|
|
config_reader.h
|
|
|
config.h
|
Moved files around.
|
2018-02-28 19:29:30 -05:00 |
config.h.in
|
Fixed spelling and improved error message.
|
2018-02-28 21:03:58 -05:00 |
console_progress_indicator.h
|
Remove redundant line (#1453)
|
2018-08-23 07:14:39 -04:00 |
control.h
|
|
|
cpp_pretty_printer.h
|
|
|
cpp_tokenizer.h
|
|
|
crc32.h
|
|
|
cstring
|
|
|
data_io.h
|
|
|
dir_nav.h
|
|
|
directed_graph.h
|
|
|
disjoint_subsets.h
|
Minor cleanup
|
2017-12-01 07:17:09 -05:00 |
dlib_basic_cpp_build_tutorial.txt
|
|
|
dlib_include_path_tutorial.txt
|
|
|
dnn.h
|
Moved the CUDA stuff into its own folder.
|
2018-04-06 15:14:38 -04:00 |
enable_if.h
|
|
|
entropy_decoder_model.h
|
|
|
entropy_decoder.h
|
|
|
entropy_encoder_model.h
|
|
|
entropy_encoder.h
|
|
|
error.h
|
Added DLIB_NO_ABORT_ON_2ND_FATAL_ERROR for dlib::fatal_error as a generic
|
2017-08-10 16:07:42 -04:00 |
filtering.h
|
|
|
float_details.h
|
|
|
fstream
|
|
|
geometry.h
|
Added the line class an some related utility functions.
|
2018-04-25 21:13:21 -04:00 |
global_optimization.h
|
Renamed find_global_maximum() to find_max_global()
|
2017-11-23 11:43:32 -05:00 |
graph_cuts.h
|
|
|
graph_utils_threaded.h
|
|
|
graph_utils.h
|
|
|
graph.h
|
|
|
gui_core.h
|
|
|
gui_widgets.h
|
|
|
hash_map.h
|
|
|
hash_set.h
|
|
|
hash_table.h
|
|
|
hash.h
|
|
|
image_io.h
|
|
|
image_keypoint.h
|
|
|
image_processing.h
|
Move shape_predictor_trainer to a separate header (#599)
|
2017-05-20 09:37:40 -04:00 |
image_transforms.h
|
Added random_cropper
|
2016-09-04 19:10:15 -04:00 |
iomanip
|
|
|
iosfwd
|
|
|
iosockstream.h
|
|
|
iostream
|
|
|
is_kind.h
|
|
|
istream
|
|
|
LICENSE.txt
|
|
|
linker.h
|
|
|
locale
|
|
|
logger.h
|
|
|
lsh.h
|
|
|
lz77_buffer.h
|
|
|
lzp_buffer.h
|
|
|
manifold_regularization.h
|
|
|
map.h
|
|
|
matrix.h
|
|
|
md5.h
|
|
|
member_function_pointer.h
|
|
|
memory_manager_global.h
|
|
|
memory_manager_stateless.h
|
|
|
memory_manager.h
|
This looks like a huge change but all I did was change the email address
|
2010-01-22 22:11:41 +00:00 |
metaprogramming.h
|
Cleaned up the compile_time_integer_list and make_compile_time_integer_range
|
2017-11-20 19:31:20 -05:00 |
misc_api.h
|
|
|
mlp.h
|
|
|
noncopyable.h
|
C++11 features (#778)
|
2017-08-25 05:40:22 -04:00 |
numeric_constants.h
|
|
|
numerical_integration.h
|
|
|
opencv.h
|
|
|
optimization.h
|
Added isotonic_regression.
|
2018-02-28 10:03:24 -05:00 |
ostream
|
|
|
pipe.h
|
|
|
pixel.h
|
Changed to avoid linker errors on some compilers.
|
2017-01-04 17:19:31 -05:00 |
platform.h
|
|
|
python.h
|
Added numpy_image templated class that makes a numpy array
|
2018-04-28 08:52:25 -04:00 |
quantum_computing.h
|
|
|
queue.h
|
|
|
rand.h
|
|
|
random_forest.h
|
cleanup
|
2018-03-18 12:52:03 -04:00 |
ref.h
|
|
|
reference_counter.h
|
|
|
revision.h.in
|
|
|
sequence.h
|
|
|
serialize.h
|
A bit of cleanup
|
2018-03-18 11:59:35 -04:00 |
server.h
|
|
|
set_utils.h
|
|
|
set.h
|
|
|
simd.h
|
|
|
sliding_buffer.h
|
|
|
smart_pointers_thread_safe.h
|
Replace shared_ptr_thread_safe with std::shared_ptr (#590)
|
2017-05-13 14:05:23 -04:00 |
smart_pointers.h
|
Fixed grammar
|
2017-08-22 22:02:19 -04:00 |
sockets.h
|
|
|
sockstreambuf.h
|
|
|
sort.h
|
|
|
sparse_vector.h
|
|
|
sqlite.h
|
|
|
sstream
|
|
|
stack_trace.cpp
|
Updated to use thread_local instead of old thread_specific_data class.
|
2017-12-01 20:15:16 -05:00 |
stack_trace.h
|
Fixed stack trace macro
|
2017-12-01 19:53:57 -05:00 |
stack.h
|
|
|
static_map.h
|
|
|
static_set.h
|
|
|
statistics.h
|
|
|
std_allocator.h
|
|
|
stl_checked.h
|
|
|
string.h
|
|
|
svm_threaded.h
|
|
|
svm.h
|
Added auto_train_rbf_classifier()
|
2018-06-06 22:43:12 -04:00 |
sync_extension.h
|
|
|
test_for_odr_violations.cpp
|
Fixed spelling and improved error message.
|
2018-02-28 21:03:58 -05:00 |
test_for_odr_violations.h
|
Fixed spelling and improved error message.
|
2018-02-28 21:03:58 -05:00 |
threads.h
|
Added guards so dlib::async code isn't pulled in when using old versions of visual studio (since they don't support c++11).
|
2016-08-04 21:12:00 -04:00 |
time_this.h
|
Fixed error in TIME_THIS(). It was still printing in seconds when it said
|
2017-11-01 16:25:32 -04:00 |
timeout.h
|
|
|
timer.h
|
|
|
timing.h
|
Fixed timing print() so the output scales are set correctly.
|
2017-11-02 10:24:25 -04:00 |
tokenizer.h
|
|
|
tuple.h
|
|
|
type_safe_union.h
|
|
|
uintn.h
|
|
|
unicode.h
|
|
|
unordered_pair.h
|
|
|
vectorstream.h
|
|
|
windows_magic.h
|
|
|
xml_parser.h
|
|
|