repo
stringlengths
1
152
file
stringlengths
14
221
code
stringlengths
501
25k
file_length
int64
501
25k
avg_line_length
float64
20
99.5
max_line_length
int64
21
134
extension_type
stringclasses
2 values
self
self-master/lib/dlib/image_transforms/random_color_transform.h
// Copyright (C) 2016 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_RANDOM_cOLOR_TRANSFORM_Hh_ #define DLIB_RANDOM_cOLOR_TRANSFORM_Hh_ #include "random_color_transform_abstract.h" #include "../image_processing/generic_image.h" #include "../pixel...
5,642
34.71519
92
h
self
self-master/lib/dlib/image_transforms/hough_transform_abstract.h
// Copyright (C) 2014 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_HOUGH_tRANSFORM_ABSTRACT_Hh_ #ifdef DLIB_HOUGH_tRANSFORM_ABSTRACT_Hh_ #include "../geometry.h" #include "../image_processing/generic_image.h" namespace dlib { // --------------...
5,816
38.842466
93
h
self
self-master/lib/dlib/image_transforms/integral_image_abstract.h
// Copyright (C) 2009 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_INTEGRAL_IMAGe_ABSTRACT_ #ifdef DLIB_INTEGRAL_IMAGe_ABSTRACT_ #include "../geometry/rectangle_abstract.h" #include "../array2d/array2d_kernel_abstract.h" #include "../pixel.h" #i...
5,689
32.470588
91
h
self
self-master/lib/dlib/image_transforms/fhog_abstract.h
// Copyright (C) 2013 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_fHOG_ABSTRACT_Hh_ #ifdef DLIB_fHOG_ABSTRACT_Hh_ #include "../matrix/matrix_abstract.h" #include "../array2d/array2d_kernel_abstract.h" #include "../array/array_kernel_abstract.h"...
15,436
43.487032
132
h
self
self-master/lib/dlib/image_transforms/thresholding_abstract.h
// Copyright (C) 2006 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_THRESHOLDINg_ABSTRACT_ #ifdef DLIB_THRESHOLDINg_ABSTRACT_ #include "../pixel.h" namespace dlib { // ---------------------------------------------------------------------------...
6,042
42.164286
111
h
self
self-master/lib/dlib/image_transforms/image_pyramid_abstract.h
// Copyright (C) 2010 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_IMAGE_PYRaMID_ABSTRACT_Hh_ #ifdef DLIB_IMAGE_PYRaMID_ABSTRACT_Hh_ #include "../pixel.h" #include "../array2d.h" #include "../geometry.h" #include "../image_processing/generic_ima...
7,724
36.682927
111
h
self
self-master/lib/dlib/image_transforms/colormaps_abstract.h
// Copyright (C) 2011 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_RANDOMLY_COlOR_IMAGE_ABSTRACT_Hh_ #ifdef DLIB_RANDOMLY_COlOR_IMAGE_ABSTRACT_Hh_ #include "../hash.h" #include "../pixel.h" #include "../matrix.h" #include "../image_processing/ge...
5,144
33.530201
91
h
self
self-master/lib/dlib/image_transforms/assign_image_abstract.h
// Copyright (C) 2007 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_ASSIGN_IMAGe_ABSTRACT #ifdef DLIB_ASSIGN_IMAGe_ABSTRACT #include "../pixel.h" #include "../image_processing/generic_image.h" namespace dlib { // -------------------------------...
8,132
40.284264
103
h
self
self-master/lib/dlib/image_transforms/draw.h
// Copyright (C) 2008 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_DRAW_IMAGe_ #define DLIB_DRAW_IMAGe_ #include "draw_abstract.h" #include "../algs.h" #include "../pixel.h" #include "../matrix.h" #include <cmath> namespace dlib { // --------...
12,038
29.324937
98
h
self
self-master/lib/dlib/image_transforms/integral_image.h
// Copyright (C) 2009 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_INTEGRAL_IMAGE #define DLIB_INTEGRAL_IMAGE #include "integral_image_abstract.h" #include "../algs.h" #include "../assert.h" #include "../geometry.h" #include "../array2d.h" #in...
6,003
30.434555
91
h
self
self-master/lib/dlib/image_transforms/lbp.h
// Copyright (C) 2014 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_LBP_Hh_ #define DLIB_LBP_Hh_ #include "lbp_abstract.h" #include "../image_processing/generic_image.h" #include "assign_image.h" #include "../pixel.h" namespace dlib { // -----...
11,119
35.103896
107
h
self
self-master/lib/dlib/image_transforms/spatial_filtering_abstract.h
// Copyright (C) 2006 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_SPATIAL_FILTERINg_ABSTRACT_ #ifdef DLIB_SPATIAL_FILTERINg_ABSTRACT_ #include "../pixel.h" #include "../matrix.h" #include "../image_processing/generic_image.h" namespace dlib { ...
22,155
44.401639
106
h
self
self-master/lib/dlib/image_transforms/morphological_operations_abstract.h
// Copyright (C) 2006 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_MORPHOLOGICAL_OPERATIONs_ABSTRACT_ #ifdef DLIB_MORPHOLOGICAL_OPERATIONs_ABSTRACT_ #include "../pixel.h" #include "thresholding_abstract.h" #include "../image_processing/generic_i...
12,928
39.785489
91
h
self
self-master/lib/dlib/image_transforms/label_connected_blobs_abstract.h
// Copyright (C) 2011 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_LABEL_CONNeCTED_BLOBS_ABSTRACT_H_ #ifdef DLIB_LABEL_CONNeCTED_BLOBS_ABSTRACT_H_ #include "../geometry.h" #include <vector> #include "../image_processing/generic_image.h" namespa...
7,101
34.51
96
h
self
self-master/lib/dlib/image_transforms/hough_transform.h
// Copyright (C) 2014 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_HOUGH_tRANSFORM_Hh_ #define DLIB_HOUGH_tRANSFORM_Hh_ #include "hough_transform_abstract.h" #include "../image_processing/generic_image.h" #include "../geometry.h" #include "../a...
13,427
36.4039
111
h
self
self-master/lib/dlib/image_transforms/draw_abstract.h
// Copyright (C) 2008 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_DRAW_IMAGe_ABSTRACT #ifdef DLIB_DRAW_IMAGe_ABSTRACT #include "../matrix.h" #include "../image_processing/generic_image.h" namespace dlib { // ----------------------------------...
4,911
31.529801
98
h
self
self-master/lib/dlib/gui_widgets/fonts_abstract.h
// Copyright (C) 2005 Davis E. King (davis@dlib.net), Nils Labugt, Keita Mochizuki // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_FONTs_ABSTRACT_ #ifdef DLIB_FONTs_ABSTRACT_ #include "../gui_core.h" #include <string> #include "../serialize.h" #include "../unicode.h" #include <i...
17,859
35.227181
113
h
self
self-master/lib/dlib/gui_widgets/fonts.h
// Copyright (C) 2005 Davis E. King (davis@dlib.net), and Nils Labugt, Keita Mochizuki // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_FONTs_ #define DLIB_FONTs_ #include "fonts_abstract.h" #include "../gui_core.h" #include <string> #include "../algs.h" #include "../serialize....
20,341
31.39172
117
h
self
self-master/lib/dlib/gui_widgets/drawable.h
// Copyright (C) 2005 Davis E. King (davis@dlib.net), Keita Mochizuki // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_DRAWABLe_ #define DLIB_DRAWABLe_ #include "drawable_abstract.h" #include "../gui_core.h" #include "../set.h" #include "../binary_search_tree.h" #include "../al...
12,853
23.437262
91
h
self
self-master/lib/dlib/gui_widgets/style.h
// Copyright (C) 2008 Davis E. King (davis@dlib.net), and Nils Labugt // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_WIDGETs_STYLE_ #define DLIB_WIDGETs_STYLE_ #include "../algs.h" #include "style_abstract.h" #include "../gui_core.h" #include "canvas_drawing.h" #include <strin...
24,320
28.44431
122
h
self
self-master/lib/dlib/gui_widgets/canvas_drawing_abstract.h
// Copyright (C) 2005 Davis E. King (davis@dlib.net), and Nils Labugt // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_GUI_CANVAS_DRAWINg_ABSTRACT_ #ifdef DLIB_GUI_CANVAS_DRAWINg_ABSTRACT_ #include "../gui_core.h" #include "../pixel.h" namespace dlib { // ---------------------...
13,193
35.147945
97
h
self
self-master/lib/dlib/static_map/static_map_kernel_c.h
// Copyright (C) 2005 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_STATIC_MAP_KERNEl_C_ #define DLIB_STATIC_MAP_KERNEl_C_ #include "static_map_kernel_abstract.h" #include "../algs.h" #include "../assert.h" #include "../interfaces/map_pair.h" #i...
2,712
29.144444
113
h
self
self-master/lib/dlib/static_map/static_map_kernel_1.h
// Copyright (C) 2005 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_STATIC_MAP_KERNEl_1_ #define DLIB_STATIC_MAP_KERNEl_1_ #include "static_map_kernel_abstract.h" #include "../interfaces/map_pair.h" #include "../interfaces/enumerable.h" #include...
20,163
25.636724
115
h
self
self-master/lib/dlib/static_map/static_map_kernel_abstract.h
// Copyright (C) 2005 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_STATIC_MAP_KERNEl_ABSTRACT_ #ifdef DLIB_STATIC_MAP_KERNEl_ABSTRACT_ #include "../interfaces/map_pair.h" #include "../interfaces/enumerable.h" #include "../interfaces/remover.h" #...
5,755
30.626374
109
h
self
self-master/lib/dlib/lz77_buffer/lz77_buffer_kernel_2.h
// Copyright (C) 2004 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_LZ77_BUFFER_KERNEl_2_ #define DLIB_LZ77_BUFFER_KERNEl_2_ #include "lz77_buffer_kernel_abstract.h" #include "../algs.h" namespace dlib { template < typename slidi...
15,320
29.338614
121
h
self
self-master/lib/dlib/lz77_buffer/lz77_buffer_kernel_c.h
// Copyright (C) 2003 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_LZ77_BUFFER_KERNEl_C_ #define DLIB_LZ77_BUFFER_KERNEl_C_ #include "lz77_buffer_kernel_abstract.h" #include "../algs.h" #include "../assert.h" #include <iostream> namespace dlib...
5,559
31.705882
126
h
self
self-master/lib/dlib/lz77_buffer/lz77_buffer_kernel_1.h
// Copyright (C) 2004 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_LZ77_BUFFER_KERNEl_1_ #define DLIB_LZ77_BUFFER_KERNEl_1_ #include "lz77_buffer_kernel_abstract.h" #include "../algs.h" namespace dlib { template < typename slidi...
7,913
28.977273
121
h
self
self-master/lib/dlib/lz77_buffer/lz77_buffer_kernel_abstract.h
// Copyright (C) 2004 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_LZ77_BUFFER_KERNEl_ABSTRACT_ #ifdef DLIB_LZ77_BUFFER_KERNEl_ABSTRACT_ #include "../algs.h" namespace dlib { class lz77_buffer { /*! INITIAL VALUE ...
7,617
35.104265
121
h
self
self-master/lib/dlib/base64/base64_kernel_abstract.h
// Copyright (C) 2006 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_BASE64_KERNEl_ABSTRACT_ #ifdef DLIB_BASE64_KERNEl_ABSTRACT_ #include "../algs.h" #include <iosfwd> namespace dlib { class base64 { /*! INITIAL VALU...
3,677
29.147541
98
h
self
self-master/lib/dlib/base64/base64_kernel_1.h
// Copyright (C) 2006 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_BASE64_KERNEl_1_ #define DLIB_BASE64_KERNEl_1_ #include "../algs.h" #include "base64_kernel_abstract.h" #include <iosfwd> namespace dlib { class base64 { /*! ...
2,319
23.946237
82
h
self
self-master/lib/dlib/http_client/http_client_abstract.h
#undef DLIB_BROWSER_ABSTRACh_ #ifdef DLIB_BROWSER_ABSTRACh_ namespace dlib { // Function which is called when there is data available. // Return false to stop the download process... typedef bool (*fnOnDownload)(long already_downloaded, long total_to_download, void * userInfo); // ------------------...
5,417
23.739726
107
h
self
self-master/lib/dlib/hash_map/hash_map_kernel_1.h
// Copyright (C) 2003 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_HASH_MAP_KERNEl_1_ #define DLIB_HASH_MAP_KERNEl_1_ #include "hash_map_kernel_abstract.h" #include "../algs.h" #include "../general_hash/general_hash.h" #include "../interfaces/e...
11,983
24.995662
109
h
self
self-master/lib/dlib/hash_map/hash_map_kernel_c.h
// Copyright (C) 2003 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_HASH_MAP_KERNEl_C_ #define DLIB_HASH_MAP_KERNEl_C_ #include "hash_map_kernel_abstract.h" #include "../algs.h" #include "../assert.h" namespace dlib { template < ty...
8,252
28.794224
126
h
self
self-master/lib/dlib/hash_map/hash_map_kernel_abstract.h
// Copyright (C) 2003 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_HASH_MAP_KERNEl_ABSTRACT_ #ifdef DLIB_HASH_MAP_KERNEl_ABSTRACT_ #include "../general_hash/general_hash.h" #include "../interfaces/enumerable.h" #include "../interfaces/remover.h"...
8,150
31.866935
113
h
self
self-master/lib/dlib/image_loader/jpeg_loader.h
// Copyright (C) 2010 Davis E. King (davis@dlib.net), Nils Labugt // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_JPEG_IMPORT #define DLIB_JPEG_IMPORT #include "jpeg_loader_abstract.h" #include "../smart_pointers.h" #include "image_loader.h" #include "../pixel.h" #include "../d...
2,840
27.128713
91
h
self
self-master/lib/dlib/image_loader/load_image.h
// Copyright (C) 2011 Davis E. King (davis@dlib.net), Nils Labugt, Changjiang Yang (yangcha@leidos.com) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_LOAd_IMAGE_Hh_ #define DLIB_LOAd_IMAGE_Hh_ #include "load_image_abstract.h" #include "../string.h" #include "png_loader.h" #in...
10,345
44.577093
133
h
self
self-master/lib/dlib/image_loader/png_loader_abstract.h
// Copyright (C) 2008 Davis E. King (davis@dlib.net), Nils Labugt // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_PNG_IMPORT_ABSTRACT #ifdef DLIB_PNG_IMPORT_ABSTRACT #include "image_loader_abstract.h" #include "../algs.h" #include "../pixel.h" #include "../dir_nav.h" #include "....
4,535
26.828221
91
h
self
self-master/lib/dlib/image_loader/jpeg_loader_abstract.h
// Copyright (C) 2010 Davis E. King (davis@dlib.net), Nils Labugt // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_JPEG_IMPORT_ABSTRACT #ifdef DLIB_JPEG_IMPORT_ABSTRACT #include "image_loader_abstract.h" #include "../algs.h" #include "../pixel.h" #include "../dir_nav.h" #include ...
3,754
27.022388
91
h
self
self-master/lib/dlib/image_loader/image_loader_abstract.h
// Copyright (C) 2006 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_IMAGE_LOADEr_ABSTRACT_ #ifdef DLIB_IMAGE_LOADEr_ABSTRACT_ #include <iosfwd> #include "../algs.h" #include "../pixel.h" #include "../image_processing/generic_image.h" namespace d...
4,757
33.729927
91
h
self
self-master/lib/dlib/image_loader/load_image_abstract.h
// Copyright (C) 2011 Davis E. King (davis@dlib.net), Nils Labugt // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_LOAd_IMAGE_ABSTRACT_ #ifdef DLIB_LOAd_IMAGE_ABSTRACT_ #include "../image_processing/generic_image.h" namespace dlib { template <typename image_type> void lo...
1,341
34.315789
91
h
self
self-master/lib/dlib/image_loader/png_loader.h
// Copyright (C) 2008 Davis E. King (davis@dlib.net), Nils Labugt // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_PNG_IMPORT #define DLIB_PNG_IMPORT #include "png_loader_abstract.h" #include "../smart_pointers.h" #include "image_loader.h" #include "../pixel.h" #include "../dir_...
7,570
33.103604
91
h
self
self-master/lib/dlib/dir_nav/dir_nav_kernel_2.h
// Copyright (C) 2003 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_DIR_NAV_KERNEl_2_ #define DLIB_DIR_NAV_KERNEl_2_ #ifdef DLIB_ISO_CPP_ONLY #error "DLIB_ISO_CPP_ONLY is defined so you can't use this OS dependent code. Turn DLIB_ISO_CPP_ONLY o...
18,029
26.910217
129
h
self
self-master/lib/dlib/dir_nav/dir_nav_kernel_1.h
// Copyright (C) 2003 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_DIR_NAV_KERNEl_1_ #define DLIB_DIR_NAV_KERNEl_1_ #ifdef DLIB_ISO_CPP_ONLY #error "DLIB_ISO_CPP_ONLY is defined so you can't use this OS dependent code. Turn DLIB_ISO_CPP_ONLY o...
17,315
26.974152
129
h
self
self-master/lib/dlib/dir_nav/dir_nav_kernel_abstract.h
// Copyright (C) 2003 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_DIR_NAV_KERNEl_ABSTRACT_ #ifdef DLIB_DIR_NAV_KERNEl_ABSTRACT_ #include <string> #include <vector> #include "../uintn.h" #include "../algs.h" namespace dlib { // ---------------...
15,300
29.120079
97
h
self
self-master/lib/dlib/dir_nav/dir_nav_extensions.h
// Copyright (C) 2009 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_DIR_NAV_EXTENSIONs_H_ #define DLIB_DIR_NAV_EXTENSIONs_H_ #include <string> #include <vector> #include <algorithm> #include "dir_nav_extensions_abstract.h" #include "../dir_nav.h...
4,185
25.327044
91
h
self
self-master/lib/dlib/dir_nav/dir_nav_extensions_abstract.h
// Copyright (C) 2009 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_DIR_NAV_EXTENSIONs_ABSTRACT_ #ifdef DLIB_DIR_NAV_EXTENSIONs_ABSTRACT_ #include <string> #include <vector> #include "dir_nav_kernel_abstract.h" namespace dlib { // -------------...
5,482
30.331429
91
h
self
self-master/lib/dlib/sockets/sockets_extensions_abstract.h
// Copyright (C) 2006 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_SOCKETS_EXTENSIONs_ABSTRACT_ #ifdef DLIB_SOCKETS_EXTENSIONs_ABSTRACT_ #include <string> #include "sockets_kernel_abstract.h" #include "../smart_pointers.h" #include "../error.h" ...
10,386
33.623333
91
h
self
self-master/lib/dlib/sockets/sockets_kernel_1.h
// Copyright (C) 2003 Davis E. King (davis@dlib.net), Miguel Grinberg // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_SOCKETS_KERNEl_1_ #define DLIB_SOCKETS_KERNEl_1_ #ifdef DLIB_ISO_CPP_ONLY #error "DLIB_ISO_CPP_ONLY is defined so you can't use this OS dependent code. Turn DL...
10,198
28.05698
129
h
self
self-master/lib/dlib/sockets/sockets_kernel_abstract.h
// Copyright (C) 2003 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_SOCKETS_KERNEl_ABSTRACT_ #ifdef DLIB_SOCKETS_KERNEl_ABSTRACT_ #include <string> #include "../threads.h" namespace dlib { // ----------------------------------------------------...
18,583
36.467742
95
h
self
self-master/lib/dlib/sockets/sockets_extensions.h
// Copyright (C) 2006 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_SOCKETS_EXTENSIONs_ #define DLIB_SOCKETS_EXTENSIONs_ #include <string> #include "../sockets.h" #include "sockets_extensions_abstract.h" #include "../smart_pointers.h" #include <...
3,788
24.42953
91
h
self
self-master/lib/dlib/sockets/sockets_kernel_2.h
// Copyright (C) 2003 Davis E. King (davis@dlib.net), Miguel Grinberg // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_SOCKETS_KERNEl_2_ #define DLIB_SOCKETS_KERNEl_2_ #ifdef DLIB_ISO_CPP_ONLY #error "DLIB_ISO_CPP_ONLY is defined so you can't use this OS dependent code. Turn DL...
10,948
26.78934
129
h
self
self-master/lib/dlib/iosockstream/iosockstream_abstract.h
// Copyright (C) 2012 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_IOSOCKSTrEAM_ABSTRACT_Hh_ #ifdef DLIB_IOSOCKSTrEAM_ABSTRACT_Hh_ #include "../sockstreambuf/sockstreambuf_abstract.h" #include <iostream> namespace dlib { // ------------------...
6,644
37.633721
92
h
self
self-master/lib/dlib/type_safe_union/type_safe_union_kernel_abstract.h
// Copyright (C) 2009 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_TYPE_SAFE_UNION_KERNEl_ABSTRACT_ #ifdef DLIB_TYPE_SAFE_UNION_KERNEl_ABSTRACT_ #include "../algs.h" #include "../noncopyable.h" namespace dlib { // -----------------------------...
10,590
31.093939
100
h
self
self-master/lib/dlib/interfaces/cmd_line_parser_option.h
// Copyright (C) 2003 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_CMD_LINE_PARSER_OPTIOn_ #define DLIB_CMD_LINE_PARSER_OPTIOn_ #include <string> namespace dlib { // ----------------------------------------------------------------------------...
2,889
25.759259
91
h
self
self-master/lib/dlib/interfaces/remover.h
// Copyright (C) 2005 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_REMOVER_KERNEl_INTERFACE_ #define DLIB_REMOVER_KERNEl_INTERFACE_ #include <functional> namespace dlib { template < typename T > class remover { ...
6,862
30.054299
106
h
self
self-master/lib/dlib/interfaces/map_pair.h
// Copyright (C) 2003 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_MAP_PAIr_INTERFACE_ #define DLIB_MAP_PAIr_INTERFACE_ namespace dlib { // ---------------------------------------------------------------------------------------- templ...
1,929
24.733333
100
h
self
self-master/lib/dlib/interfaces/enumerable.h
// Copyright (C) 2003 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_ENUMERABLe_INTERFACE_ #define DLIB_ENUMERABLe_INTERFACE_ namespace dlib { // ---------------------------------------------------------------------------------------- templ...
3,927
28.984733
91
h
self
self-master/lib/dlib/binary_search_tree/binary_search_tree_kernel_abstract.h
// Copyright (C) 2003 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_BINARY_SEARCH_TREE_KERNEl_ABSTRACT_ #ifdef DLIB_BINARY_SEARCH_TREE_KERNEl_ABSTRACT_ #include "../interfaces/map_pair.h" #include "../interfaces/enumerable.h" #include "../interfa...
10,463
32.538462
113
h
self
self-master/lib/dlib/binary_search_tree/binary_search_tree_kernel_c.h
// Copyright (C) 2003 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_BINARY_SEARCH_TREE_KERNEl_C_ #define DLIB_BINARY_SEARCH_TREE_KERNEl_C_ #include "../interfaces/map_pair.h" #include "binary_search_tree_kernel_abstract.h" #include "../algs.h" #...
6,742
27.572034
91
h
self
self-master/lib/dlib/md5/md5_kernel_1.h
// Copyright (C) 2003 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_MD5_KERNEl_1_ #define DLIB_MD5_KERNEl_1_ #include "md5_kernel_abstract.h" #include <string> #include <iosfwd> #include "../algs.h" namespace dlib { // ------------------------...
1,177
22.098039
91
h
self
self-master/lib/dlib/md5/md5_kernel_abstract.h
// Copyright (C) 2003 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_MD5_KERNEl_ABSTRACT_ #ifdef DLIB_MD5_KERNEl_ABSTRACT_ #include <string> #include <iosfwd> namespace dlib { /*! NOTE: This is the RSA Data Security, Inc. MD5...
2,243
25.714286
91
h
self
self-master/lib/dlib/map/map_kernel_1.h
// Copyright (C) 2003 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_MAP_KERNEl_1_ #define DLIB_MAP_KERNEl_1_ #include "map_kernel_abstract.h" #include "../algs.h" #include "../interfaces/enumerable.h" #include "../interfaces/map_pair.h" #include...
10,838
23.803204
104
h
self
self-master/lib/dlib/map/map_kernel_abstract.h
// Copyright (C) 2003 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_MAP_KERNEl_ABSTRACT_ #ifdef DLIB_MAP_KERNEl_ABSTRACT_ #include "../interfaces/map_pair.h" #include "../interfaces/enumerable.h" #include "../interfaces/remover.h" #include "../se...
7,646
31.402542
113
h
self
self-master/lib/dlib/map/map_kernel_c.h
// Copyright (C) 2003 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_MAP_KERNEl_C_ #define DLIB_MAP_KERNEl_C_ #include "map_kernel_abstract.h" #include "../algs.h" #include "../assert.h" #include "../interfaces/map_pair.h" namespace dlib { ...
7,567
29.393574
95
h
self
self-master/lib/dlib/misc_api/misc_api_shared.h
// Copyright (C) 2014 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_MISC_API_ShARED_Hh_ #define DLIB_MISC_API_ShARED_Hh_ #include <string> #include "../noncopyable.h" namespace dlib { // --------------------------------------------------------...
1,224
20.12069
91
h
self
self-master/lib/dlib/misc_api/misc_api_kernel_2.h
// Copyright (C) 2004 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_MISC_API_KERNEl_2_ #define DLIB_MISC_API_KERNEl_2_ #ifdef DLIB_ISO_CPP_ONLY #error "DLIB_ISO_CPP_ONLY is defined so you can't use this OS dependent code. Turn DLIB_ISO_CPP_ONLY...
1,928
22.52439
129
h
self
self-master/lib/dlib/misc_api/misc_api_kernel_abstract.h
// Copyright (C) 2004 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_MISC_API_KERNEl_ABSTRACT_ #ifdef DLIB_MISC_API_KERNEl_ABSTRACT_ #include <string> #include "../uintn.h" #include "../algs.h" namespace dlib { // -------------------------------...
4,766
28.79375
93
h
self
self-master/lib/dlib/misc_api/misc_api_kernel_1.h
// Copyright (C) 2004 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_MISC_API_KERNEl_1_ #define DLIB_MISC_API_KERNEl_1_ #ifdef DLIB_ISO_CPP_ONLY #error "DLIB_ISO_CPP_ONLY is defined so you can't use this OS dependent code. Turn DLIB_ISO_CPP_ONLY...
2,779
24.045045
129
h
self
self-master/lib/dlib/pipe/pipe_kernel_abstract.h
// Copyright (C) 2006 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_PIPE_KERNEl_ABSTRACT_ #ifdef DLIB_PIPE_KERNEl_ABSTRACT_ #include "../threads.h" namespace dlib { template < typename T > class pipe { /*!...
11,570
35.850318
102
h
self
self-master/lib/dlib/pipe/pipe_kernel_1.h
// Copyright (C) 2006 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_PIPE_KERNEl_1_ #define DLIB_PIPE_KERNEl_1_ #include "../algs.h" #include "../threads.h" #include "pipe_kernel_abstract.h" namespace dlib { template < typename T ...
19,066
24.490642
101
h
self
self-master/lib/dlib/sockstreambuf/sockstreambuf_unbuffered.h
// Copyright (C) 2003 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_SOCKSTrEAMBUF_UNBUFFERED_Hh_ #define DLIB_SOCKSTrEAMBUF_UNBUFFERED_Hh_ #include <iosfwd> #include <streambuf> #include "../sockets.h" #include "sockstreambuf_abstract.h" namesp...
3,205
25.941176
92
h
self
self-master/lib/dlib/sockstreambuf/sockstreambuf.h
// Copyright (C) 2003 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_SOCKStREAMBUF_Hh_ #define DLIB_SOCKStREAMBUF_Hh_ #include <iosfwd> #include <streambuf> #include "../sockets.h" #include "sockstreambuf_abstract.h" #include "sockstreambuf_unbuf...
4,085
22.618497
92
h
self
self-master/lib/dlib/sockstreambuf/sockstreambuf_abstract.h
// Copyright (C) 2003 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_SOCKSTREAMBUF_ABSTRACT_ #ifdef DLIB_SOCKSTREAMBUF_ABSTRACT_ #include <iosfwd> #include <streambuf> #include "../sockets/sockets_kernel_abstract.h" namespace dlib { // ---------...
4,315
33.253968
92
h
self
self-master/lib/dlib/numerical_integration/integrate_function_adapt_simpson_abstract.h
// Copyright (C) 2013 Steve Taylor (steve98654@gmail.com) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_INTEGRATE_FUNCTION_ADAPT_SIMPSON_ABSTRACTh_ #ifdef DLIB_INTEGRATE_FUNCTION_ADAPT_SIMPSON_ABSTRACTh_ namespace dlib { template <typename T, typename funct> T integrate...
1,224
34
91
h
self
self-master/lib/dlib/numerical_integration/integrate_function_adapt_simpson.h
// Copyright (C) 2013 Steve Taylor (steve98654@gmail.com) // License: Boost Software License See LICENSE.txt for full license #ifndef DLIB_INTEGRATE_FUNCTION_ADAPT_SIMPSONh_ #define DLIB_INTEGRATE_FUNCTION_ADAPT_SIMPSONh_ #include "integrate_function_adapt_simpson_abstract.h" #include "../assert.h" // --------------...
2,504
25.648936
91
h
self
self-master/lib/dlib/manifold_regularization/linear_manifold_regularizer.h
// Copyright (C) 2010 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_LINEAR_MANIFOLD_ReGULARIZER_Hh_ #define DLIB_LINEAR_MANIFOLD_ReGULARIZER_Hh_ #include "linear_manifold_regularizer_abstract.h" #include <limits> #include <vector> #include "../s...
11,852
35.027356
134
h
self
self-master/lib/dlib/manifold_regularization/linear_manifold_regularizer_abstract.h
// Copyright (C) 2010 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_LINEAR_MANIFOLD_ReGULARIZER_ABSTRACT_Hh_ #ifdef DLIB_LINEAR_MANIFOLD_ReGULARIZER_ABSTRACT_Hh_ #include <limits> #include <vector> #include "../serialize.h" #include "../matrix.h"...
6,571
46.623188
106
h
self
self-master/lib/dlib/lsh/projection_hash_abstract.h
// Copyright (C) 2011 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_PROJECTION_HASh_ABSTRACT_Hh_ #ifdef DLIB_PROJECTION_HASh_ABSTRACT_Hh_ #include "../matrix.h" namespace dlib { // ---------------------------------------------------------------...
3,694
29.791667
91
h
self
self-master/lib/dlib/lsh/hashes_abstract.h
// Copyright (C) 2013 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_LSH_HAShES_ABSTRACT_Hh_ #ifdef DLIB_LSH_HAShES_ABSTRACT_Hh_ #include "../matrix.h" namespace dlib { // -------------------------------------------------------------------------...
8,836
29.790941
92
h
self
self-master/lib/dlib/lsh/create_random_projection_hash.h
// Copyright (C) 2011 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_CREATE_RANDOM_PROJECTION_HAsH_Hh_ #define DLIB_CREATE_RANDOM_PROJECTION_HAsH_Hh_ #include "create_random_projection_hash_abstract.h" #include "projection_hash.h" #include "../ma...
7,611
31.669528
113
h
self
self-master/lib/dlib/lsh/projection_hash.h
// Copyright (C) 2011 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_PROJECTION_HASh_Hh_ #define DLIB_PROJECTION_HASh_Hh_ #include "projection_hash_abstract.h" #include "../matrix.h" #include "../rand.h" #include <vector> namespace dlib { // --...
3,375
27.369748
91
h
self
self-master/lib/dlib/lsh/create_random_projection_hash_abstract.h
// Copyright (C) 2011 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_CREATE_RANDOM_PROJECTION_HAsH_ABSTRACT_Hh_ #ifdef DLIB_CREATE_RANDOM_PROJECTION_HAsH_ABSTRACT_Hh_ #include "projection_hash_abstract.h" #include "../rand.h" namespace dlib { //...
6,149
40.275168
96
h
self
self-master/lib/dlib/lsh/hashes.h
// Copyright (C) 2013 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_LSH_HAShES_Hh_ #define DLIB_LSH_HAShES_Hh_ #include "hashes_abstract.h" #include "../hash.h" #include "../matrix.h" namespace dlib { // ---------------------------------------...
5,683
24.836364
98
h
self
self-master/lib/dlib/memory_manager/memory_manager_kernel_3.h
// Copyright (C) 2004 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_MEMORY_MANAGER_KERNEl_3_ #define DLIB_MEMORY_MANAGER_KERNEl_3_ #include "../algs.h" #include "memory_manager_kernel_abstract.h" #include "../assert.h" #include <new> #include "m...
11,639
29.15544
101
h
self
self-master/lib/dlib/memory_manager/memory_manager_kernel_1.h
// Copyright (C) 2004 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_MEMORY_MANAGER_KERNEl_1_ #define DLIB_MEMORY_MANAGER_KERNEl_1_ #include "../algs.h" #include "memory_manager_kernel_abstract.h" #include "../assert.h" #include <new> namespace...
7,695
24.150327
101
h
self
self-master/lib/dlib/memory_manager/memory_manager_kernel_2.h
// Copyright (C) 2004 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_MEMORY_MANAGER_KERNEl_2_ #define DLIB_MEMORY_MANAGER_KERNEl_2_ #include "../algs.h" #include "memory_manager_kernel_abstract.h" #include "../assert.h" #include <new> namespace ...
7,077
26.866142
101
h
self
self-master/lib/dlib/memory_manager/memory_manager_kernel_abstract.h
// Copyright (C) 2004 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_MEMORY_MANAGER_KERNEl_ABSTRACT_ #ifdef DLIB_MEMORY_MANAGER_KERNEl_ABSTRACT_ #include "../algs.h" namespace dlib { template < typename T > class memory_ma...
4,706
31.020408
86
h
self
self-master/lib/dlib/server/server_http_abstract.h
// Copyright (C) 2006 Davis E. King (davis@dlib.net), Steven Van Ingelgem // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_SERVER_HTTp_ABSTRACT_ #ifdef DLIB_SERVER_HTTp_ABSTRACT_ #include "server_iostream_abstract.h" #include <iostream> #include <string> #include <map> namespace...
15,608
38.920716
110
h
self
self-master/lib/dlib/server/server_iostream_abstract.h
// Copyright (C) 2006 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_SERVER_IOSTREAm_ABSTRACT_ #ifdef DLIB_SERVER_IOSTREAm_ABSTRACT_ #include "server_kernel_abstract.h" #include <iostream> #include <string> #include "../uintn.h" namespace dlib {...
3,178
36.4
98
h
self
self-master/lib/dlib/server/server_iostream.h
// Copyright (C) 2006 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_SERVER_IOSTREAm_1_ #define DLIB_SERVER_IOSTREAm_1_ #include <iostream> #include "server_iostream_abstract.h" #include "../logger.h" #include "../uintn.h" #include "server_kernel...
4,060
25.032051
99
h
self
self-master/lib/dlib/server/server_kernel.h
// Copyright (C) 2003 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_SERVER_KERNEL_1_ #define DLIB_SERVER_KERNEL_1_ #include "server_kernel_abstract.h" #include "../threads.h" #include "../sockets.h" #include <string> #include "../algs.h" #inclu...
7,758
32.15812
97
h
self
self-master/lib/dlib/server/server_kernel_abstract.h
// Copyright (C) 2003 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_SERVER_KERNEL_ABSTRACT_ #ifdef DLIB_SERVER_KERNEL_ABSTRACT_ #include "../threads/threads_kernel_abstract.h" #include "../sockets/sockets_kernel_abstract.h" #include <string> na...
12,975
40.723473
96
h
self
self-master/lib/dlib/server/server_http.h
// Copyright (C) 2006 Davis E. King (davis@dlib.net), Steven Van Ingelgem // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_SERVER_HTTp_1_ #define DLIB_SERVER_HTTp_1_ #include "server_http_abstract.h" #include <iostream> #include <sstream> #include <string> #include <cctype> #in...
6,472
25.63786
113
h
self
self-master/lib/dlib/memory_manager_stateless/memory_manager_stateless_kernel_1.h
// Copyright (C) 2006 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_MEMORY_MANAGER_STATELESs_1_ #define DLIB_MEMORY_MANAGER_STATELESs_1_ #include "memory_manager_stateless_kernel_abstract.h" namespace dlib { template < typename T ...
1,996
21.954023
119
h
self
self-master/lib/dlib/memory_manager_stateless/memory_manager_stateless_kernel_2.h
// Copyright (C) 2006 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_MEMORY_MANAGER_STATELESs_2_ #define DLIB_MEMORY_MANAGER_STATELESs_2_ #include "../algs.h" #include "memory_manager_stateless_kernel_abstract.h" #include "../threads.h" namespac...
3,176
25.475
119
h
self
self-master/lib/dlib/memory_manager_stateless/memory_manager_stateless_kernel_abstract.h
// Copyright (C) 2006 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_MEMORY_MANAGER_STATELESs_ABSTRACT_ #ifdef DLIB_MEMORY_MANAGER_STATELESs_ABSTRACT_ #include "../algs.h" namespace dlib { template < typename T > class mem...
4,866
33.034965
105
h
self
self-master/lib/dlib/member_function_pointer/make_mfp.h
// Copyright (C) 2011 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_MAKE_MFp_H_ #define DLIB_MAKE_MFp_H_ #include "member_function_pointer_kernel_1.h" #include "make_mfp_abstract.h" namespace dlib { // -----------------------------------------...
3,878
20.55
91
h
self
self-master/lib/dlib/member_function_pointer/make_mfp_abstract.h
// Copyright (C) 2011 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_MAKE_MFp_ABSTRACT_ #ifdef DLIB_MAKE_MFp_ABSTRACT_ #include "member_function_pointer_kernel_abstract.h" namespace dlib { // -----------------------------------------------------...
5,776
26.774038
91
h
self
self-master/lib/dlib/member_function_pointer/member_function_pointer_kernel_abstract.h
// Copyright (C) 2005 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_MEMBER_FUNCTION_POINTER_KERNEl_ABSTRACT_ #ifdef DLIB_MEMBER_FUNCTION_POINTER_KERNEl_ABSTRACT_ namespace dlib { // ---------------------------------------------------------------...
12,121
24.045455
91
h
self
self-master/lib/dlib/compress_stream/compress_stream_kernel_1.h
// Copyright (C) 2003 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_COMPRESS_STREAM_KERNEl_1_ #define DLIB_COMPRESS_STREAM_KERNEl_1_ #include "../algs.h" #include <iostream> #include <streambuf> #include <cstdio> #include "compress_stream_kernel...
7,267
27.727273
110
h