dlib/dlib
Davis King 3cca5df0fd Add sig_traits back since the matlab wrapper depedned on it. 2023-07-21 08:19:09 -04:00
..
all Add CIFAR-10 dataset loader (#2245) 2020-11-29 14:47:34 -05:00
any Added bind_front() and bind_back() (#2705) 2023-01-04 07:38:36 -05:00
array Fixed compiler warnings in gcc 8 2019-03-03 21:17:20 -05:00
array2d Treat warnings as errors (#2490) 2022-04-12 18:53:52 -04:00
base64
bayes_utils Treat warnings as errors (#2490) 2022-04-12 18:53:52 -04:00
bigint Modernize rounding and cast statements (#2633) 2022-08-04 18:36:12 -04:00
binary_search_tree Fixed compiler warnings in gcc 8 2019-03-03 21:17:20 -05:00
bit_stream
bits
bound_function_pointer Miscellaneous cleanup and refresh (#2661) 2022-09-19 08:18:39 -04:00
bridge Miscellaneous cleanup and refresh (#2661) 2022-09-19 08:18:39 -04:00
bsp
byte_orderer
clustering
cmake_utils fix ffmpeg cmake scripts not working with cmake 3.8 2023-03-23 23:44:43 -04:00
cmd_line_parser fix spelling error in comment 2021-09-25 10:51:42 -04:00
compress_stream
conditioning_class
config_reader
control Added mpc option to say you only care about the first time we get to the target 2021-09-23 12:25:58 -04:00
cpp_pretty_printer Make struct some_type; get bolded when pretty printed 2022-01-24 22:01:47 -05:00
cpp_tokenizer Fixed more gcc 8 warnings. 2019-03-03 21:35:15 -05:00
crc32 Treat warnings as errors (#2490) 2022-04-12 18:53:52 -04:00
cuda Fix convolution backward filter cache when using cudnn 7 and above (#2828) 2023-07-17 07:53:32 -04:00
data_io YOLO loss (#2376) 2021-07-29 20:05:54 -04:00
dir_nav Fix documentation 2022-04-06 22:37:52 -04:00
directed_graph
disjoint_subsets fix some spelling and grammar errors 2020-08-07 15:41:42 -04:00
dnn std::chrono::system_time on osx isn't in nanoseconds (#2795) 2023-05-09 10:39:05 -04:00
entropy_decoder
entropy_decoder_model
entropy_encoder
entropy_encoder_model
external Update Pybind11 to v2.10.0 (#2660) 2022-09-05 15:59:19 -04:00
fft [FFT] split FFT API into different layers (#2793) 2023-05-06 11:43:10 -04:00
filtering fixed spelling error 2020-01-05 08:09:32 -05:00
general_hash iEnsures DLIB_FALLTHROUGH macro is only set for GCC>=7 (#1770) 2019-05-16 20:37:11 -04:00
geometry Add draw solid polygon (#2775) 2023-04-21 23:36:02 -04:00
global_optimization Miscellaneous cleanup and refresh (#2661) 2022-09-19 08:18:39 -04:00
graph
graph_cuts
graph_utils
gui_core Unify all conversions to UTF-32 (#2737) 2023-04-12 23:08:00 -04:00
gui_widgets Update widgets and draw_string on images to use convert_to_utf32 (#2769) 2023-04-13 08:48:49 -04: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 Integer conversions generating compiler warnings (#2024) 2020-03-14 19:12:04 -04:00
image_keypoint Modernize rounding and cast statements (#2633) 2022-08-04 18:36:12 -04:00
image_loader Add test for libwebp at configure time (#2658) 2022-08-29 10:55:36 -04:00
image_processing update docs 2023-03-01 19:09:47 -05:00
image_saver Fix potential memory leak when writing WebP throws (#2600) 2022-06-14 07:59:38 -04:00
image_transforms Fix pixel saturation in interpolate_quadratic (#2806) 2023-06-01 21:52:11 -04:00
interfaces Treat warnings as errors (#2490) 2022-04-12 18:53:52 -04:00
iosockstream
java Make C++14 and CMake 3.8.0 the new minimum required versions 2022-07-31 17:45:18 -04:00
linker Integer conversions generating compiler warnings (#2024) 2020-03-14 19:12:04 -04:00
logger
lsh fix some spelling and grammar errors 2020-08-07 15:41:42 -04:00
lz77_buffer
lzp_buffer
manifold_regularization
map Fixed compiler warnings in gcc 8 2019-03-03 21:17:20 -05:00
math - possible for fix for MSVC (#2637) 2022-08-09 18:38:53 -04:00
matlab Add sig_traits back since the matlab wrapper depedned on it. 2023-07-21 08:19:09 -04:00
matrix Optimize pointer to matrix assignment (#2822) 2023-07-16 15:27:59 -04:00
md5 Integer conversions generating compiler warnings (#2024) 2020-03-14 19:12:04 -04:00
media [FFmpeg] added save_frame() and improved picking of codecs when not specified (#2800) 2023-05-24 07:46:30 -04:00
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 Rename POSIX macro to DLIB_POSIX to avoid name clashes with some libraries. 2020-09-01 09:30:52 -04:00
mlp
numerical_integration
opencv Fix error for opencv 3.4.9+ over IplImage (#1949) (#1963) 2020-01-07 21:12:30 -05:00
optimization Fix find_max() going into an infinite loop in some cases when a non-differentiable function is given. 2019-10-31 20:23:15 -04:00
pipe
python Fix unused variable warning in Pybind11 (#2726) 2023-02-10 22:03:47 -05:00
quantum_computing
queue fix spelling errors (#1985) 2020-01-28 21:02:41 -05:00
rand Add get_random_beta to dlib::rand (#2499) 2022-02-12 09:28:34 -05:00
random_forest Fix random foreset regression not doing quite the right thing. 2020-06-20 14:44:30 -04:00
reference_counter
sequence Fixed compiler warnings in gcc 8 2019-03-03 21:17:20 -05:00
server
set Fixed compiler warnings in gcc 8 2019-03-03 21:17:20 -05:00
set_utils
simd powerpc/altivec: use __vector instead of vector (#2740) 2023-03-11 08:16:15 -05:00
sliding_buffer 10X speedup (#2779) 2023-04-21 23:37:19 -04:00
smart_pointers
sockets Rename POSIX macro to DLIB_POSIX to avoid name clashes with some libraries. 2020-09-01 09:30:52 -04:00
sockstreambuf
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 Treat warnings as errors (#2490) 2022-04-12 18:53:52 -04:00
static_set Fixed compiler warnings in gcc 8 2019-03-03 21:17:20 -05:00
statistics Add sum method to running stats (#2728) 2023-02-10 22:02:54 -05:00
stl_checked std_vector.h : making traits compatible with C++20 2021-04-24 10:16:26 -04:00
string
svm Add multiclass SVM trainer to svm/auto.h (#2642) 2022-08-17 19:29:04 -04:00
sync_extension
test Optimize pointer to matrix assignment (#2822) 2023-07-16 15:27:59 -04:00
threads Miscellaneous cleanup and refresh (#2661) 2022-09-19 08:18:39 -04:00
timeout
timer
tokenizer
tuple
type_safe_union [Meta] added callable traits (#2790) 2023-05-06 19:53:46 -04:00
unicode Unify all conversions to UTF-32 (#2737) 2023-04-12 23:08:00 -04:00
vectorstream Avoid different kinds of compiler warnings (#2481) 2022-01-06 09:03:48 -05:00
xml_parser Make xml parser more robust to bad inputs 2022-07-30 09:09:35 -04:00
CMakeLists.txt Make cblas public (#2817) 2023-06-29 08:24:07 -04:00
LICENSE.txt
algs.h Miscellaneous cleanup and refresh (#2661) 2022-09-19 08:18:39 -04:00
any.h
array.h
array2d.h
assert.h switch to a name less likely to conflict with third party code 2020-08-19 19:48:14 -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 Make C++14 and CMake 3.8.0 the new minimum required versions 2022-07-31 17:45:18 -04:00
cmd_line_parser.h
compress_stream.h
conditioning_class.h
config.h
config.h.in added DLIB_USE_FFMPEG to config.h.in (#2720) 2023-02-03 17:38:30 -05:00
config_reader.h
console_progress_indicator.h Use chrono in console progress indicator and add finish method (#2617) 2022-07-06 20:05:22 -04:00
constexpr_if.h - moved is_detected in type_traits.h (#2794) 2023-05-08 22:39:15 -04:00
control.h
cpp_pretty_printer.h
cpp_tokenizer.h
crc32.h
cstring
data_io.h Add CIFAR-10 dataset loader (#2245) 2020-11-29 14:47:34 -05:00
dir_nav.h
directed_graph.h
disjoint_subsets.h
dlib_basic_cpp_build_tutorial.txt
dlib_include_path_tutorial.txt
dnn.h Add visitor to draw nets in the DOT language (#2528) 2022-03-03 07:20:24 -05:00
enable_if.h
entropy_decoder.h
entropy_decoder_model.h
entropy_encoder.h
entropy_encoder_model.h
error.h
filtering.h
float_details.h
fstream
functional.h Fixed is_nothrow_swappable<> and simplified invoke-related type traits (#2716) 2023-01-29 13:13:00 -05:00
geometry.h Add simple polygon class (#2750) 2023-03-26 21:05:43 -04:00
global_optimization.h
graph.h
graph_cuts.h
graph_utils.h
graph_utils_threaded.h
gui_core.h
gui_widgets.h
hash.h
hash_map.h
hash_set.h
hash_table.h
image_io.h Add webp support (#2565) 2022-04-19 07:52:12 -04:00
image_keypoint.h
image_processing.h
image_transforms.h
invoke.h Added bind_front() and bind_back() (#2705) 2023-01-04 07:38:36 -05:00
iomanip
iosfwd
iosockstream.h
iostream
is_kind.h
istream
linker.h
locale
logger.h
lsh.h
lz77_buffer.h
lzp_buffer.h
manifold_regularization.h
map.h
math.h stft(), istft(), stftr() and istftr() (#2627) 2022-08-09 09:00:06 -04:00
matrix.h
md5.h
media.h FFmpeg : examples (#2764) 2023-04-12 22:47:58 -04:00
member_function_pointer.h
memory_manager.h
memory_manager_global.h
memory_manager_stateless.h
metaprogramming.h Added bind_front() and bind_back() (#2705) 2023-01-04 07:38:36 -05:00
misc_api.h
mlp.h
noncopyable.h
numeric_constants.h stft(), istft(), stftr() and istftr() (#2627) 2022-08-09 09:00:06 -04:00
numerical_integration.h
opencv.h
optimization.h
optional.h dlib::optional (#2815) 2023-07-08 09:12:56 -04:00
ostream
overloaded.h FFMPEG wrappers: dlib::ffmpeg::decoder and dlib::ffmpeg::demuxer (#2707) 2023-01-29 20:17:34 -05:00
pipe.h
pixel.h Add HSV support (#2758) 2023-04-05 09:03:12 -04:00
platform.h Rename POSIX macro to DLIB_POSIX to avoid name clashes with some libraries. 2020-09-01 09:30:52 -04:00
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
ref.h
reference_counter.h
revision.h.in
sequence.h
serialize.h Miscellaneous cleanup and refresh (#2661) 2022-09-19 08:18:39 -04:00
server.h
set.h
set_utils.h
simd.h
sliding_buffer.h
smart_pointers.h
smart_pointers_thread_safe.h
sockets.h
sockstreambuf.h
sort.h
sparse_vector.h
sqlite.h
sstream
stack.h
stack_trace.cpp
stack_trace.h
static_map.h
static_set.h
statistics.h
std_allocator.h
stl_checked.h
string.h
svm.h Added auto_train_rbf_classifier() 2018-06-06 22:43:12 -04:00
svm_threaded.h
sync_extension.h
test_for_odr_violations.cpp
test_for_odr_violations.h
threads.h
time_this.h
timeout.h
timer.h
timing.h
tokenizer.h
tuple.h
type_safe_union.h
type_traits.h missing include (#2798) 2023-05-18 08:03:15 -04:00
uintn.h
unicode.h
unordered_pair.h Treat warnings as errors (#2490) 2022-04-12 18:53:52 -04:00
utility.h dlib::optional (#2815) 2023-07-08 09:12:56 -04:00
vectorstream.h
windows_magic.h
xml_parser.h