dlib/dlib
2016-10-23 10:44:05 -04:00
..
all 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
any Upgraded mex wrapper to support 20 argument functions instead of just 10. 2016-03-08 15:18:48 -05:00
array
array2d Minor changes to avoid warnings in visual studio 2015 2016-09-30 21:06:11 -04:00
base64
bayes_utils Fixed a minor typo in the spec. 2016-03-08 19:42:26 +01:00
bigint Fixed a bug in the bigint object that caused division to sometimes produce 2014-01-04 18:13:47 -05:00
binary_search_tree
bit_stream
bound_function_pointer
bridge Fixed namespace lookup problem due to a name clash. 2016-04-29 09:40:19 -04:00
bsp
byte_orderer
clustering
cmake_utils Improved check for old visual studio 2016-10-09 18:25:52 -04:00
cmd_line_parser
compress_stream
conditioning_class This looks like a huge change but all I did was change the email address 2010-01-22 22:11:41 +00:00
config_reader
control
cpp_pretty_printer
cpp_tokenizer
crc32
data_io Added image_dataset_file::shrink_big_images(). So now load_image_dataset() can 2016-10-02 09:25:19 -04:00
dir_nav
directed_graph
disjoint_subsets
dnn Made the dnn_trainer automatically reload from the last good state if a loss of 2016-10-21 22:48:03 -04:00
entropy_decoder
entropy_decoder_model
entropy_encoder
entropy_encoder_model
external Add arm files for libpng from official libpng v1.6.7 to support neon (#262) (#264) 2016-10-01 20:52:45 -04:00
filtering Added missing const. 2016-07-20 20:28:08 -04:00
general_hash
geometry Added nearest_rect() 2016-08-28 12:09:02 -04:00
graph
graph_cuts
graph_utils
gui_core
gui_widgets Made it so the image_display lets you add parts outside the object's bounding 2016-06-19 08:55:42 -04:00
hash_map Fixed potential compile time error. 2015-10-12 20:07:16 -04:00
hash_set
hash_table
http_client
image_keypoint Added links to the generic image definition in all the relevant abstract files. 2014-07-20 17:18:34 -04:00
image_loader Made dlib work with libgif v5 2016-05-01 06:56:34 -04:00
image_processing Added missing #include 2016-10-10 07:36:10 -04:00
image_saver Fixed PNG saving. 2016-07-28 14:07:23 +02:00
image_transforms Minor code cleanup. 2016-10-09 23:18:12 -04:00
interfaces
iosockstream
linker Added another constructor to the linker that lets you link two connections 2012-11-18 11:46:53 -05:00
logger
lsh
lz77_buffer
lzp_buffer
manifold_regularization
map
matlab Renamed file so it matches the naming scheme of the other matlab examples. 2016-10-09 16:36:48 -04:00
matrix Removed the last bit of code with any heritage from numerical recipes in C. 2016-10-01 15:12:07 -04:00
md5
member_function_pointer
memory_manager
memory_manager_global
memory_manager_stateless
misc_api Make filo compile with WIN32_LEAN_AND_MEAN defined (#169) 2016-07-26 08:30:20 -04:00
mlp
numerical_integration
opencv
optimization Made approximate derivative calculation slightly more numerically robust. 2016-10-23 10:44:05 -04:00
pipe
python Fixes #128. Added support to discontiguous Numpy arrays (#155) 2016-07-20 10:05:30 -04:00
quantum_computing
queue
rand Added get_double_in_range() to dlib::rand. 2016-09-04 09:41:38 -04:00
reference_counter
sequence
server Minor changes to avoid compiler warnings in newer versions of GCC. 2016-02-21 10:17:39 -05:00
set
set_utils
simd Unreachable code, fixed compiler warning (#272) 2016-10-05 11:15:31 -04:00
sliding_buffer
smart_pointers Fixed missing return statement 2016-06-07 12:08:40 -04:00
sockets Fixed warning about winsock2.h in windows build (#236) 2016-09-21 07:19:13 -04:00
sockstreambuf
sqlite Added an exception specification saying that transaction's destructor can throw 2015-07-22 14:46:26 -04:00
stack
static_map
static_set
statistics Made find_upper_quantile() more general 2016-10-03 19:55:31 -04:00
stl_checked This looks like a huge change but all I did was change the email address 2010-01-22 22:11:41 +00:00
string Added split_on_first() and split_on_last(). 2014-04-16 19:54:55 -04:00
svm Moved all the test_object_detection_function() specs into one file so they are 2016-10-09 10:38:03 -04:00
sync_extension
test Removing mltool since I'm pretty sure no one uses it and it might even cause 2016-10-09 23:29:20 -04:00
threads Added missing #include. 2016-10-10 08:12:58 -04:00
timeout
timer
tokenizer
travis Travis CI Integration scripts (#294) 2016-10-14 14:44:31 -04:00
tuple
type_safe_union
unicode
vectorstream fixed typo in spec 2016-03-18 12:12:02 -04:00
xml_parser Fixed a bug in parse_xml(). It failed to check if the given input stream was 2015-08-15 11:01:47 -04:00
algs.h Added a warning message to remind users to enable C++11 support. 2016-09-06 11:41:50 -04:00
all_console.cpp
all_gui.cpp
any.h
array2d.h
array.h
assert.h first check large number in elsif (#239) 2016-09-21 19:36:24 -04:00
base64.h
bayes_utils.h
bigint.h
binary_search_tree.h
bit_stream.h
bound_function_pointer.h
bridge.h Added some preprocessor stuff to check if the user is #including 2016-01-17 11:54:31 -05:00
bsp.h
byte_orderer.h
cassert
clustering.h
cmake Made cmake automatically increase clang's template depth limit so the dnn 2016-09-28 09:30:17 -04:00
CMakeLists.txt pass CUDA_HOST_COMPILER variable to cuda cmake tests (#292) 2016-10-14 08:35:09 -04:00
cmd_line_parser.h
compress_stream.h
conditioning_class.h
config_reader.h
config.h Made load_image() support GIF files. 2016-02-07 20:59:55 -05:00
config.h.in Made load_image() support GIF files. 2016-02-07 20:59:55 -05:00
console_progress_indicator.h Added the option to always print status when using the 2015-10-14 08:01:23 -04:00
control.h
cpp_pretty_printer.h
cpp_tokenizer.h
crc32.h
cstring
data_io.h Added an MNIST loader 2015-11-02 17:29:04 -05:00
dir_nav.h
directed_graph.h
disjoint_subsets.h
dlib_basic_cpp_build_tutorial.txt Added some preprocessor stuff to check if the user is #including 2016-01-17 11:54:31 -05:00
dlib_include_path_tutorial.txt
dnn.h Added a version of test_object_detection_function() for the DNN based MMOD detector. 2016-09-05 09:37:30 -04:00
enable_if.h
entropy_decoder_model.h
entropy_decoder.h
entropy_encoder_model.h
entropy_encoder.h
error.h Moved impossible_labeling_error to error.h 2016-08-27 20:13:19 -04:00
filtering.h
float_details.h Cleaned up the float_details code and made it more standards conforming. 2015-10-22 08:10:41 -04:00
fstream
geometry.h
graph_cuts.h
graph_utils_threaded.h
graph_utils.h
graph.h
gui_core.h
gui_widgets.h Added some preprocessor stuff to check if the user is #including 2016-01-17 11:54:31 -05:00
hash_map.h
hash_set.h
hash_table.h
hash.h
image_io.h Added some preprocessor stuff to check if the user is #including 2016-01-17 11:54:31 -05:00
image_keypoint.h
image_processing.h Added some preprocessor stuff to check if the user is #including 2016-01-17 11:54:31 -05: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 Added a set of new LSH based hashing functions meant for use 2013-03-14 20:01:30 -04:00
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
misc_api.h
mlp.h
noncopyable.h
numeric_constants.h
numerical_integration.h
opencv.h Added some preprocessor stuff to check if the user is #including 2016-01-17 11:54:31 -05:00
optimization.h
ostream
pipe.h
pixel.h Fixed a few places where lab color space still referred to the channels 2016-08-05 08:13:45 -04:00
platform.h Added some preprocessor stuff to check if the user is #including 2016-01-17 11:54:31 -05:00
python.h
quantum_computing.h
queue.h
rand.h
ref.h
reference_counter.h
revision.h.in
sequence.h
serialize.h Added serialization support for std::deque. 2016-02-06 18:53:10 -05:00
server.h
set_utils.h
set.h
simd.h
sliding_buffer.h
smart_pointers_thread_safe.h
smart_pointers.h
sockets.h
sockstreambuf.h
sort.h
sparse_vector.h
sqlite.h Added a C++ wrapper for SQLite. 2011-09-23 22:35:07 -04:00
sstream
stack_trace.cpp
stack_trace.h
stack.h
static_map.h
static_set.h
statistics.h
std_allocator.h
stl_checked.h
string.h
svm_threaded.h Added some preprocessor stuff to check if the user is #including 2016-01-17 11:54:31 -05:00
svm.h Added some preprocessor stuff to check if the user is #including 2016-01-17 11:54:31 -05:00
sync_extension.h
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
timeout.h
timer.h
timing.h
tokenizer.h
tuple.h
type_safe_union.h
uintn.h
unicode.h
unordered_pair.h
vectorstream.h Added unserialize. 2016-01-23 19:42:48 -05:00
windows_magic.h
xml_parser.h