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/unordered_pair.h
// Copyright (C) 2010 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_UNORDERED_PAiR_Hh_ #define DLIB_UNORDERED_PAiR_Hh_ #include "serialize.h" namespace dlib { // ---------------------------------------------------------------------------------...
4,777
25.99435
105
h
self
self-master/lib/dlib/map.h
// Copyright (C) 2003 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_MAp_ #define DLIB_MAp_ #include "map/map_kernel_1.h" #include "map/map_kernel_c.h" #include "binary_search_tree.h" #include "algs.h" #include <functional> namespace dlib { ...
1,488
23.816667
88
h
self
self-master/lib/dlib/entropy_encoder_model.h
// Copyright (C) 2004 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_ENTROPY_ENCODER_MODEl_ #define DLIB_ENTROPY_ENCODER_MODEl_ #include "entropy_encoder_model/entropy_encoder_model_kernel_1.h" #include "entropy_encoder_model/entropy_encoder_mode...
5,428
35.931973
91
h
self
self-master/lib/dlib/svm_threaded.h
// Copyright (C) 2008 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifdef DLIB_ALL_SOURCE_END #include "dlib_basic_cpp_build_tutorial.txt" #endif #ifndef DLIB_SVm_THREADED_HEADER #define DLIB_SVm_THREADED_HEADER #include "svm.h" #include "svm/svm_threaded...
1,228
32.216216
74
h
self
self-master/lib/dlib/cmd_line_parser.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_ #define DLIB_CMD_LINE_PARSEr_ #include "cmd_line_parser/cmd_line_parser_kernel_1.h" #include "cmd_line_parser/cmd_line_parser_kernel_c.h" #include "cmd_line_par...
2,679
30.529412
97
h
self
self-master/lib/dlib/platform.h
// Copyright (C) 2006 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifdef DLIB_ALL_SOURCE_END #include "dlib_basic_cpp_build_tutorial.txt" #endif #ifndef DLIB_PLATFORm_ #define DLIB_PLATFORm_ /*! This file ensures that: - if (we are compiling...
1,482
21.469697
116
h
self
self-master/lib/dlib/binary_search_tree.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_ #define DLIB_BINARY_SEARCH_TREe_ #include "binary_search_tree/binary_search_tree_kernel_1.h" #include "binary_search_tree/binary_search_tree_kernel_2.h" #in...
1,274
24
85
h
self
self-master/lib/dlib/queue.h
// Copyright (C) 2003 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_QUEUe_ #define DLIB_QUEUe_ #include "queue/queue_kernel_1.h" #include "queue/queue_kernel_2.h" #include "queue/queue_kernel_c.h" #include "queue/queue_sort_1.h" #include "alg...
1,801
20.2
74
h
self
self-master/lib/dlib/set.h
// Copyright (C) 2003 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_SEt_ #define DLIB_SEt_ #include "set/set_kernel_1.h" #include "set/set_kernel_c.h" #include "binary_search_tree.h" #include "set/set_compare_1.h" #include "algs.h" #include...
1,671
21.293333
82
h
self
self-master/lib/dlib/entropy_decoder.h
// Copyright (C) 2003 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_ENTROPY_DECODEr_ #define DLIB_ENTROPY_DECODEr_ #include "entropy_decoder/entropy_decoder_kernel_1.h" #include "entropy_decoder/entropy_decoder_kernel_2.h" #include "entropy_deco...
961
20.377778
74
h
self
self-master/lib/dlib/memory_manager.h
// Copyright (C) 2003 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_MEMORY_MANAGEr_ #define DLIB_MEMORY_MANAGEr_ #include "memory_manager/memory_manager_kernel_1.h" #include "memory_manager/memory_manager_kernel_2.h" #include "memory_manager/mem...
2,069
26.972973
74
h
self
self-master/lib/dlib/stack_trace.h
// Copyright (C) 2008 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_STACK_TRACe_ #define DLIB_STACK_TRACe_ /*! This file defines 3 things. Two of them are preprocessor macros that enable you to tag functions with the dlib stack trace wa...
3,846
31.327731
106
h
self
self-master/lib/dlib/cpp_pretty_printer.h
// Copyright (C) 2005 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_CPP_PRETTY_PRINTEr_ #define DLIB_CPP_PRETTY_PRINTEr_ #include "cpp_pretty_printer/cpp_pretty_printer_kernel_1.h" #include "cpp_pretty_printer/cpp_pretty_printer_kernel_2.h" #in...
907
21.7
74
h
self
self-master/lib/dlib/hash_set.h
// Copyright (C) 2003 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_HASH_SEt_ #define DLIB_HASH_SEt_ #include "hash_set/hash_set_kernel_1.h" #include "hash_set/hash_set_kernel_c.h" #include "hash_table.h" #include "algs.h" #include "algs.h" #...
1,546
23.171875
80
h
self
self-master/lib/dlib/console_progress_indicator.h
// Copyright (C) 2010 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_CONSOLE_PROGRESS_INDiCATOR_Hh_ #define DLIB_CONSOLE_PROGRESS_INDiCATOR_Hh_ #include <ctime> #include <cmath> #include <limits> #include <iostream> namespace dlib { // --------...
6,631
30.884615
111
h
self
self-master/lib/dlib/float_details.h
// Copyright (C) 2013 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_FLOAT_DEtAILS_Hh_ #define DLIB_FLOAT_DEtAILS_Hh_ #include <cmath> #include "algs.h" #include <limits> namespace dlib { struct float_details { /*! W...
5,975
35.888889
98
h
self
self-master/lib/dlib/threads.h
// Copyright (C) 2003 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifdef DLIB_ALL_SOURCE_END #include "dlib_basic_cpp_build_tutorial.txt" #endif #ifndef DLIB_THREADs_ #define DLIB_THREADs_ #include "threads/threads_kernel.h" #include "threads/auto_mutex...
891
29.758621
74
h
self
self-master/lib/dlib/timing.h
// Copyright (C) 2011 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_TImING_Hh_ #define DLIB_TImING_Hh_ #include "misc_api.h" #include <cstring> #include "string.h" #include <iostream> // --------------------------------------------------------...
5,582
27.484694
98
h
self
self-master/lib/dlib/std_allocator.h
// Copyright (C) 2007 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_STD_ALLOc_H_ #define DLIB_STD_ALLOc_H_ #include <limits> #include <memory> #include "enable_if.h" #include "algs.h" namespace dlib { // ---------------------------------------...
6,971
33.86
133
h
self
self-master/lib/dlib/image_transforms.h
// Copyright (C) 2006 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifdef DLIB_ALL_SOURCE_END #include "dlib_basic_cpp_build_tutorial.txt" #endif #ifndef DLIB_IMAGE_TRANSFORMs_ #define DLIB_IMAGE_TRANSFORMs_ #include "image_transforms/assign_image.h" #in...
1,063
33.322581
74
h
self
self-master/lib/dlib/matrix.h
// Copyright (C) 2006 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_MATRIx_HEADER #define DLIB_MATRIx_HEADER #include "matrix/matrix.h" #include "matrix/matrix_utilities.h" #include "matrix/matrix_subexp.h" #include "matrix/matrix_math_functions...
682
26.32
74
h
self
self-master/lib/dlib/dnn.h
// Copyright (C) 2015 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_DNn_ #define DLIB_DNn_ // DNN module uses template-based network declaration that leads to very long // type names. Visual Studio will produce Warning C4503 in such cases #ifdef...
645
23.846154
77
h
self
self-master/lib/dlib/is_kind.h
// Copyright (C) 2007 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_IS_KINd_H_ #define DLIB_IS_KINd_H_ #include <vector> namespace dlib { /*! This file contains a set of templates that enable you to determine if a given type...
5,658
33.717791
111
h
self
self-master/lib/dlib/sequence.h
// Copyright (C) 2003 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_SEQUENCe_ #define DLIB_SEQUENCe_ #include "sequence/sequence_kernel_1.h" #include "sequence/sequence_kernel_2.h" #include "sequence/sequence_kernel_c.h" #include "sequence/sequ...
1,955
22.285714
74
h
self
self-master/lib/dlib/windows_magic.h
// Copyright (C) 2006 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_WINDOWS_MAGIc_ #define DLIB_WINDOWS_MAGIc_ #include "platform.h" #ifdef WIN32 // This file contains all the magical #defines you have to setup before you // include the win...
1,327
25.039216
82
h
self
self-master/lib/dlib/image_processing.h
// Copyright (C) 2011 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifdef DLIB_ALL_SOURCE_END #include "dlib_basic_cpp_build_tutorial.txt" #endif #ifndef DLIB_IMAGE_PROCESSInG_H_h_ #define DLIB_IMAGE_PROCESSInG_H_h_ #include "image_processing/scan_image....
970
33.678571
74
h
self
self-master/lib/dlib/hash_map.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_ #define DLIB_HASH_MAp_ #include "hash_map/hash_map_kernel_1.h" #include "hash_map/hash_map_kernel_c.h" #include "hash_table.h" #include "algs.h" #include "algs.h" #i...
1,732
26.078125
83
h
self
self-master/lib/dlib/memory_manager_stateless.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_ #define DLIB_MEMORY_MANAGER_STATELESs_ #include "memory_manager_stateless/memory_manager_stateless_kernel_1.h" #include "memory_manager_stateless/memor...
2,799
37.356164
89
h
self
self-master/lib/dlib/ref.h
// Copyright (C) 2010 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_REFERENCE_WRAPpER_H_ #define DLIB_REFERENCE_WRAPpER_H_ namespace dlib { // ---------------------------------------------------------------------------------------- templat...
2,348
26.635294
91
h
self
self-master/lib/dlib/enable_if.h
// Copyright 2003 (C) The Trustees of Indiana University. // Use, modification, and distribution is subject to the Boost Software // License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) // Authors: Jaakko Jarvi (jajarvi at osl.iu.edu) // Jeremia...
1,603
24.460317
74
h
self
self-master/lib/dlib/entropy_encoder.h
// Copyright (C) 2003 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_ENTROPY_ENCODEr_ #define DLIB_ENTROPY_ENCODEr_ #include "entropy_encoder/entropy_encoder_kernel_1.h" #include "entropy_encoder/entropy_encoder_kernel_2.h" #include "entropy_enco...
950
20.613636
74
h
self
self-master/lib/dlib/conditioning_class.h
// Copyright (C) 2003 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_CONDITIONING_CLASs_ #define DLIB_CONDITIONING_CLASs_ #include "conditioning_class/conditioning_class_kernel_1.h" #include "conditioning_class/conditioning_class_kernel_2.h" #inc...
2,484
29.679012
75
h
self
self-master/lib/dlib/error.h
// Copyright (C) 2003 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_ERROr_ #define DLIB_ERROr_ #include <string> #include <new> // for std::bad_alloc #include <iostream> #include <cassert> #include <cstdlib> #include <exception> // -...
13,219
29.815851
125
h
self
self-master/lib/dlib/optimization.h
// Copyright (C) 2008 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_OPTIMIZATIOn_HEADER #define DLIB_OPTIMIZATIOn_HEADER #include "optimization/optimization.h" #include "optimization/optimization_bobyqa.h" #include "optimization/optimization_sol...
889
36.083333
74
h
self
self-master/lib/dlib/directed_graph.h
// Copyright (C) 2007 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_DIRECTED_GRAPh_ #define DLIB_DIRECTED_GRAPh_ #include "directed_graph/directed_graph_kernel_1.h" #include "algs.h" namespace dlib { template < typename T, ...
821
20.631579
74
h
self
self-master/lib/dlib/hash_table.h
// Copyright (C) 2003 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_HASH_TABLe_ #define DLIB_HASH_TABLe_ #include "hash_table/hash_table_kernel_1.h" #include "hash_table/hash_table_kernel_2.h" #include "hash_table/hash_table_kernel_c.h" #includ...
1,644
25.967213
88
h
self
self-master/lib/dlib/entropy_decoder_model.h
// Copyright (C) 2004 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_ENTROPY_DECODER_MODEl_ #define DLIB_ENTROPY_DECODER_MODEl_ #include "entropy_decoder_model/entropy_decoder_model_kernel_1.h" #include "entropy_decoder_model/entropy_decoder_mode...
3,796
33.834862
91
h
self
self-master/lib/dlib/numeric_constants.h
//Copyright (C) 2013 Steve Taylor (steve98654@gmail.com), Davis E. King //License: Boost Software License. See LICENSE.txt for full license. #ifndef DLIB_NUMERIC_CONSTANTs_H_ #define DLIB_NUMERIC_CONSTANTs_H_ namespace dlib { // pi -- Pi const double pi = 3.1415926535897932385; // e -- Euler's Constan...
1,608
28.796296
85
h
self
self-master/lib/dlib/uintn.h
// Copyright (C) 2005 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_UINtn_ #define DLIB_UINtn_ #include "assert.h" namespace dlib { /*! uint64 is a typedef for an unsigned integer that is exactly 64 bits wide. uint32 is a ...
2,807
27.948454
81
h
self
self-master/lib/dlib/smart_pointers/scoped_ptr_abstract.h
// Copyright (C) 2007 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_SCOPED_PTr_ABSTRACT_ #ifdef DLIB_SCOPED_PTr_ABSTRACT_ #include "../noncopyable.h" namespace dlib { // --------------------------------------------------------------------------...
4,952
27.630058
95
h
self
self-master/lib/dlib/smart_pointers/shared_ptr_thread_safe.h
// Copyright (C) 2007 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_SHARED_THREAD_SAFE_PTr_ #define DLIB_SHARED_THREAD_SAFE_PTr_ #include <algorithm> #include <memory> #include <typeinfo> #include <string> // for the exceptions #include "...
13,530
25.794059
110
h
self
self-master/lib/dlib/smart_pointers/weak_ptr.h
// Copyright (C) 2007 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_WEAK_PTr_ #define DLIB_WEAK_PTr_ #include <algorithm> #include <memory> #include "shared_ptr.h" #include "../algs.h" #include "weak_ptr_abstract.h" namespace dlib { templ...
5,239
22.185841
95
h
self
self-master/lib/dlib/smart_pointers/shared_ptr.h
// Copyright (C) 2007 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_SHARED_PTr_ #define DLIB_SHARED_PTr_ #include <algorithm> #include <memory> #include <typeinfo> #include <string> // for the exceptions #include "../algs.h" #include "sha...
13,813
24.67658
98
h
self
self-master/lib/dlib/smart_pointers/shared_ptr_abstract.h
// Copyright (C) 2007 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_SHARED_PTr_ABSTRACT_ #ifdef DLIB_SHARED_PTr_ABSTRACT_ #include "weak_ptr_abstract.h" #include <exception> namespace dlib { // -------------------------------------------...
11,766
27.911548
116
h
self
self-master/lib/dlib/smart_pointers/weak_ptr_abstract.h
// Copyright (C) 2007 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_WEAK_PTr_ABSTRACT_ #ifdef DLIB_WEAK_PTr_ABSTRACT_ #include "shared_ptr_abstract.h" namespace dlib { template < typename T > class weak_ptr { ...
5,097
25.278351
94
h
self
self-master/lib/dlib/smart_pointers/shared_ptr_thread_safe_abstract.h
// Copyright (C) 2007 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_SHARED_PTr_THREAD_SAFE_ABSTRACT_ #ifdef DLIB_SHARED_PTr_THREAD_SAFE_ABSTRACT_ #include <exception> namespace dlib { // --------------------------------------------------...
11,900
29.911688
128
h
self
self-master/lib/dlib/any/any_function_abstract.h
// Copyright (C) 2011 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_AnY_FUNCTION_ABSTRACT_H_ #ifdef DLIB_AnY_FUNCTION_ABSTRACT_H_ #include "any_abstract.h" #include "../algs.h" namespace dlib { // -----------------------------------------------...
9,169
30.296928
101
h
self
self-master/lib/dlib/any/any_trainer_abstract.h
// Copyright (C) 2010 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_AnY_TRAINER_ABSTRACT_H_ #ifdef DLIB_AnY_TRAINER_ABSTRACT_H_ #include "any_abstract.h" #include "../algs.h" #include "any_decision_function_abstract.h" #include <vector> namespac...
7,049
29
98
h
self
self-master/lib/dlib/any/any_decision_function_abstract.h
// Copyright (C) 2010 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_AnY_DECISION_FUNCTION_ABSTRACT_H_ #ifdef DLIB_AnY_DECISION_FUNCTION_ABSTRACT_H_ #include "any_abstract.h" #include "../algs.h" namespace dlib { // -----------------------------...
6,641
28.52
107
h
self
self-master/lib/dlib/any/any_abstract.h
// Copyright (C) 2010 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_AnY_ABSTRACT_H_ #ifdef DLIB_AnY_ABSTRACT_H_ #include <typeinfo> namespace dlib { // ---------------------------------------------------------------------------------------- ...
6,057
27.7109
91
h
self
self-master/lib/dlib/any/any_function_impl2.h
// Copyright (C) 2011 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_ANY_FUNCTION_ARG_LIST #error "You aren't supposed to directly #include this file. #include <dlib/any.h> instead." #endif #ifdef DLIB_ANY_FUNCTION_ARG_LIST // The case where...
1,751
37.933333
107
h
self
self-master/lib/dlib/any/any.h
// Copyright (C) 2010 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_AnY_H_ #define DLIB_AnY_H_ #include "any_abstract.h" #include "../smart_pointers.h" #include <typeinfo> namespace dlib { // ---------------------------------------------------...
3,831
20.054945
91
h
self
self-master/lib/dlib/any/any_function_impl.h
// Copyright (C) 2011 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_ANY_FUNCTION_RETURN #error "You aren't supposed to directly #include this file. #include <dlib/any.h> instead." #endif #ifdef _MSC_VER // When using visual studio 2012, disab...
17,151
32.176015
129
h
self
self-master/lib/dlib/any/any_decision_function.h
// Copyright (C) 2010 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_AnY_DECISION_FUNCTION_Hh_ #define DLIB_AnY_DECISION_FUNCTION_Hh_ #include "any.h" #include "../smart_pointers.h" #include "any_decision_function_abstract.h" namespace dlib { ...
5,056
22.966825
94
h
self
self-master/lib/dlib/any/any_trainer.h
// Copyright (C) 2010 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_AnY_TRAINER_H_ #define DLIB_AnY_TRAINER_H_ #include "any.h" #include "../smart_pointers.h" #include "any_decision_function.h" #include "any_trainer_abstract.h" #include <vecto...
5,262
23.031963
91
h
self
self-master/lib/dlib/bridge/bridge_abstract.h
// Copyright (C) 2011 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_BRIDGe_ABSTRACT_ #ifdef DLIB_BRIDGe_ABSTRACT_ #include <string> #include "../pipe/pipe_kernel_abstract.h" namespace dlib { // --------------------------------------------------...
13,062
36.537356
105
h
self
self-master/lib/dlib/linker/linker_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_LINKER_KERNEl_1_ #define DLIB_LINKER_KERNEl_1_ #include "linker_kernel_abstract.h" #include "../threads.h" #include "../sockets.h" #include "../algs.h" namespace dlib { c...
4,494
30.65493
93
h
self
self-master/lib/dlib/linker/linker_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_LINKER_KERNEl_ABSTRACT_ #ifdef DLIB_LINKER_KERNEl_ABSTRACT_ #include "../threads/threads_kernel_abstract.h" #include "../sockets/sockets_kernel_abstract.h" namespace dlib { ...
5,232
35.852113
90
h
self
self-master/lib/dlib/sequence/sequence_compare_1.h
// Copyright (C) 2003 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_SEQUENCE_COMPARe_1_ #define DLIB_SEQUENCE_COMPARe_1_ #include "sequence_compare_abstract.h" #include "../algs.h" namespace dlib { template < typename seq_base ...
2,523
23.504854
91
h
self
self-master/lib/dlib/sequence/sequence_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_SEQUENCE_KERNEl_ABSTRACT_ #ifdef DLIB_SEQUENCE_KERNEl_ABSTRACT_ #include "../interfaces/enumerable.h" #include "../interfaces/remover.h" #include "../serialize.h" #include "../al...
6,151
29.76
113
h
self
self-master/lib/dlib/sequence/sequence_compare_abstract.h
// Copyright (C) 2003 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_SEQUENCE_COMPARe_ABSTRACT_ #ifdef DLIB_SEQUENCE_COMPARe_ABSTRACT_ #include "sequence_kernel_abstract.h" #include "../algs.h" namespace dlib { template < typename ...
2,024
25.644737
103
h
self
self-master/lib/dlib/sequence/sequence_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_SEQUENCE_KERNEl_C_ #define DLIB_SEQUENCE_KERNEl_C_ #include "sequence_kernel_abstract.h" #include "../algs.h" #include "../assert.h" namespace dlib { template < ty...
6,597
24.976378
94
h
self
self-master/lib/dlib/sequence/sequence_sort_1.h
// Copyright (C) 2003 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_SEQUENCE_SORt_1_ #define DLIB_SEQUENCE_SORt_1_ #include "sequence_sort_abstract.h" #include "../algs.h" namespace dlib { template < typename seq_base > ...
4,782
25.136612
91
h
self
self-master/lib/dlib/sequence/sequence_sort_abstract.h
// Copyright (C) 2003 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_SEQUENCE_SORt_ABSTRACT_ #ifdef DLIB_SEQUENCE_SORt_ABSTRACT_ #include "sequence_kernel_abstract.h" namespace dlib { template < typename seq_base > class ...
1,504
21.80303
88
h
self
self-master/lib/dlib/sequence/sequence_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_SEQUENCE_KERNEl_2_ #define DLIB_SEQUENCE_KERNEl_2_ #include "sequence_kernel_abstract.h" #include "../algs.h" #include "../interfaces/enumerable.h" #include "../interfaces/remov...
19,367
27.357247
109
h
self
self-master/lib/dlib/sequence/sequence_sort_2.h
// Copyright (C) 2003 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_SEQUENCE_SORt_2_ #define DLIB_SEQUENCE_SORt_2_ #include "sequence_sort_abstract.h" #include "../algs.h" #include "../sort.h" namespace dlib { template < typename s...
1,551
22.515152
91
h
self
self-master/lib/dlib/cpp_pretty_printer/cpp_pretty_printer_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_CPP_PRETTY_PRINTER_KERNEl_ABSTRACT_ #ifdef DLIB_CPP_PRETTY_PRINTER_KERNEl_ABSTRACT_ #include <string> #include <ioswfd> namespace dlib { class cpp_pretty_printer { ...
2,673
29.044944
91
h
self
self-master/lib/dlib/cpp_pretty_printer/cpp_pretty_printer_kernel_2.h
// Copyright (C) 2005 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_CPP_PRETTY_PRINTER_KERNEl_2_ #define DLIB_CPP_PRETTY_PRINTER_KERNEl_2_ #include <string> #include <iostream> #include <sstream> #include "cpp_pretty_printer_kernel_abstract.h" #...
17,299
32.205374
115
h
self
self-master/lib/dlib/cmd_line_parser/get_option_abstract.h
// Copyright (C) 2012 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_GET_OPTiON_ABSTRACT_Hh_ #ifdef DLIB_GET_OPTiON_ABSTRACT_Hh_ #inclue <string> namespace dlib { // -------------------------------------------------------------------------------...
5,623
37.258503
114
h
self
self-master/lib/dlib/cmd_line_parser/cmd_line_parser_print_1.h
// Copyright (C) 2005 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_CMD_LINE_PARSER_PRINt_1_ #define DLIB_CMD_LINE_PARSER_PRINt_1_ #include "cmd_line_parser_kernel_abstract.h" #include "../algs.h" #include "../string.h" #include <iostream> #incl...
6,245
29.320388
93
h
self
self-master/lib/dlib/cmd_line_parser/cmd_line_parser_check_1.h
// Copyright (C) 2006 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_CMD_LINE_PARSER_CHECk_1_ #define DLIB_CMD_LINE_PARSER_CHECk_1_ #include "cmd_line_parser_kernel_abstract.h" #include <sstream> #include <string> #include "../string.h" #include...
18,812
31.380379
118
h
self
self-master/lib/dlib/cmd_line_parser/cmd_line_parser_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_CMD_LINE_PARSER_KERNEl_C_ #define DLIB_CMD_LINE_PARSER_KERNEl_C_ #include "cmd_line_parser_kernel_abstract.h" #include "../algs.h" #include "../assert.h" #include <string> #incl...
6,794
32.308824
126
h
self
self-master/lib/dlib/cmd_line_parser/get_option.h
// Copyright (C) 2012 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_GET_OPTiON_Hh_ #define DLIB_GET_OPTiON_Hh_ #include "get_option_abstract.h" #include "../string.h" #include "../is_kind.h" namespace dlib { // --------------------------------...
6,702
35.82967
131
h
self
self-master/lib/dlib/cmd_line_parser/cmd_line_parser_check_c.h
// Copyright (C) 2006 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_CMD_LINE_PARSER_CHECk_C_ #define DLIB_CMD_LINE_PARSER_CHECk_C_ #include "cmd_line_parser_kernel_abstract.h" #include "../algs.h" #include "../assert.h" #include <string> #includ...
18,936
40.711454
125
h
self
self-master/lib/dlib/set/set_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_SET_KERNEl_1_ #define DLIB_SET_KERNEl_1_ #include "set_kernel_abstract.h" #include "../algs.h" #include "../interfaces/enumerable.h" #include "../interfaces/remover.h" #include ...
8,899
22.86059
104
h
self
self-master/lib/dlib/set/set_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_SET_KERNEl_ABSTRACT_ #ifdef DLIB_SET_KERNEl_ABSTRACT_ #include "../interfaces/enumerable.h" #include "../interfaces/remover.h" #include "../serialize.h" #include "../algs.h" #inc...
5,831
29.217617
113
h
self
self-master/lib/dlib/set/set_compare_1.h
// Copyright (C) 2005 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_SET_COMPARe_1_ #define DLIB_SET_COMPARe_1_ #include "set_compare_abstract.h" #include "../algs.h" namespace dlib { template < typename set_base > c...
2,851
22.186992
91
h
self
self-master/lib/dlib/set/set_compare_abstract.h
// Copyright (C) 2005 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_SET_COMPARe_ABSTRACT_ #ifdef DLIB_SET_COMPARe_ABSTRACT_ #include "set_kernel_abstract.h" #include "../algs.h" namespace dlib { template < typename set_base ...
3,089
30.85567
116
h
self
self-master/lib/dlib/set/set_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_SET_KERNEl_C_ #define DLIB_SET_KERNEl_C_ #include "set_kernel_abstract.h" #include "../algs.h" #include "../assert.h" namespace dlib { template < typename set_base...
5,232
25.835897
91
h
self
self-master/lib/dlib/image_keypoint/binned_vector_feature_image_abstract.h
// Copyright (C) 2013 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_BINNED_VECTOR_FEATUrES_ABSTRACT_Hh_ #ifdef DLIB_BINNED_VECTOR_FEATUrES_ABSTRACT_Hh_ #include "../lsh/projection_hash_abstract.h" #include <vector> #include "../matrix.h" namespa...
10,743
36.305556
130
h
self
self-master/lib/dlib/image_keypoint/binned_vector_feature_image.h
// Copyright (C) 2013 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_BINNED_VECTOR_IMAGE_FEATUrES_Hh_ #define DLIB_BINNED_VECTOR_IMAGE_FEATUrES_Hh_ #include "../lsh/projection_hash.h" #include "binned_vector_feature_image_abstract.h" #include <ve...
11,889
26.396313
126
h
self
self-master/lib/dlib/image_keypoint/nearest_neighbor_feature_image_abstract.h
// Copyright (C) 2011 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_NEAREST_NEIGHBOR_FeATURE_IMAGE_ABSTRACT_Hh_ #ifdef DLIB_NEAREST_NEIGHBOR_FeATURE_IMAGE_ABSTRACT_Hh_ #include <vector> #include "../algs.h" namespace dlib { // -----------------...
8,944
34.078431
119
h
self
self-master/lib/dlib/image_keypoint/hashed_feature_image.h
// Copyright (C) 2011 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_HASHED_IMAGE_FEATUrES_Hh_ #define DLIB_HASHED_IMAGE_FEATUrES_Hh_ #include "../lsh/projection_hash.h" #include "hashed_feature_image_abstract.h" #include <vector> #include "../al...
14,089
26.148362
123
h
self
self-master/lib/dlib/image_keypoint/poly_image_abstract.h
// Copyright (C) 2011 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_POLY_ImAGE_ABSTRACT_Hh_ #ifdef DLIB_POLY_ImAGE_ABSTRACT_Hh_ #include "../algs.h" #include "../matrix.h" #include "../geometry/rectangle_abstract.h" #include <cmath> #include "../...
11,846
34.258929
114
h
self
self-master/lib/dlib/image_keypoint/poly_image.h
// Copyright (C) 2011 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_POLY_ImAGE_Hh_ #define DLIB_POLY_ImAGE_Hh_ #include "poly_image_abstract.h" #include "build_separable_poly_filters.h" #include "../algs.h" #include "../matrix.h" #include "../ar...
22,326
33.349231
127
h
self
self-master/lib/dlib/image_keypoint/draw_surf_points_abstract.h
// Copyright (C) 2013 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_DRAW_SURf_POINTS_ABSTRACT_H_ #ifdef DLIB_DRAW_SURf_POINTS_ABSTRACT_H_ #include "surf_abstract.h" #include "../gui_widgets.h" namespace dlib { // -------------------------------...
861
26.806452
91
h
self
self-master/lib/dlib/image_keypoint/build_separable_poly_filters.h
// Copyright (C) 2011 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_BUILD_SEPARABLE_PoLY_FILTERS_Hh_ #define DLIB_BUILD_SEPARABLE_PoLY_FILTERS_Hh_ #include "../matrix.h" #include "surf.h" #include "../uintn.h" #include <vector> namespace dlib {...
6,274
32.55615
123
h
self
self-master/lib/dlib/image_keypoint/fine_hog_image_abstract.h
// Copyright (C) 2012 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_FINE_HOG_IMaGE_ABSTRACT_Hh_ #ifdef DLIB_FINE_HOG_IMaGE_ABSTRACT_Hh_ #include "../array2d.h" #include "../matrix.h" #include "hog_abstract.h" namespace dlib { template < ...
9,866
34.620939
114
h
self
self-master/lib/dlib/image_keypoint/hog_abstract.h
// Copyright (C) 2010 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_HoG_ABSTRACT_Hh_ #ifdef DLIB_HoG_ABSTRACT_Hh_ #include "../algs.h" #include "../matrix.h" #include "../array2d.h" #include "../geometry.h" #include <cmath> namespace dlib { ...
13,058
37.866071
114
h
self
self-master/lib/dlib/image_keypoint/nearest_neighbor_feature_image.h
// Copyright (C) 2011 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_NEAREST_NEIGHBOR_FeATURE_IMAGE_Hh_ #define DLIB_NEAREST_NEIGHBOR_FeATURE_IMAGE_Hh_ #include "nearest_neighbor_feature_image_abstract.h" #include <vector> #include "../algs.h" #i...
10,690
25.139364
91
h
self
self-master/lib/dlib/image_keypoint/draw_surf_points.h
// Copyright (C) 2013 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_DRAW_SURf_POINTS_H_ #define DLIB_DRAW_SURf_POINTS_H_ #include "surf.h" #include "../gui_widgets.h" #include "draw_surf_points_abstract.h" namespace dlib { // -----------------...
1,373
32.512195
95
h
self
self-master/lib/dlib/image_keypoint/hessian_pyramid.h
// Copyright (C) 2009 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_HESSIAN_PYRAMId_Hh_ #define DLIB_HESSIAN_PYRAMId_Hh_ #include "hessian_pyramid_abstract.h" #include "../algs.h" #include "../image_transforms/integral_image.h" #include "../arra...
18,879
34.488722
129
h
self
self-master/lib/dlib/image_keypoint/hessian_pyramid_abstract.h
// Copyright (C) 2009 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_HESSIAN_PYRAMId_ABSTRACT_Hh_ #ifdef DLIB_HESSIAN_PYRAMId_ABSTRACT_Hh_ #include "../image_transforms/integral_image_abstract.h" #include "../noncopyable.h" #include <vector> name...
8,743
34.689796
106
h
self
self-master/lib/dlib/image_keypoint/surf.h
// Copyright (C) 2009 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_SURf_H_ #define DLIB_SURf_H_ #include "surf_abstract.h" #include "hessian_pyramid.h" #include "../matrix.h" namespace dlib { // -----------------------------------------------...
10,313
33.844595
129
h
self
self-master/lib/dlib/image_keypoint/fine_hog_image.h
// Copyright (C) 2012 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_FINE_HOG_IMaGE_Hh_ #define DLIB_FINE_HOG_IMaGE_Hh_ #include "fine_hog_image_abstract.h" #include "../array2d.h" #include "../matrix.h" #include "hog.h" namespace dlib { te...
11,767
30.050132
118
h
self
self-master/lib/dlib/image_keypoint/hashed_feature_image_abstract.h
// Copyright (C) 2011 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_HASHED_IMAGE_FEATUrES_ABSTRACT_Hh_ #ifdef DLIB_HASHED_IMAGE_FEATUrES_ABSTRACT_Hh_ #include "../lsh/projection_hash_abstract.h" #include <vector> #include "../matrix.h" #include "...
10,468
33.4375
119
h
self
self-master/lib/dlib/image_keypoint/surf_abstract.h
// Copyright (C) 2009 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_SURf_ABSTRACT_H_ #ifdef DLIB_SURf_ABSTRACT_H_ #include "hessian_pyramid_abstract.h" #include "../geometry/vector_abstract.h" #include "../matrix/matrix_abstract.h" #include "../i...
6,277
37.280488
102
h
self
self-master/lib/dlib/cpp_tokenizer/cpp_tokenizer_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_CPP_TOKENIZER_KERNEl_1_ #define DLIB_CPP_TOKENIZER_KERNEl_1_ #include <string> #include <iostream> #include "cpp_tokenizer_kernel_abstract.h" #include "../algs.h" namespace dli...
23,941
34.41716
129
h
self
self-master/lib/dlib/cpp_tokenizer/cpp_tokenizer_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_CPP_TOKENIZER_KERNEl_C_ #define DLIB_CPP_TOKENIZER_KERNEl_C_ #include "cpp_tokenizer_kernel_abstract.h" #include "../assert.h" #include <string> #include <iostream> namespace d...
3,888
27.181159
98
h
self
self-master/lib/dlib/cpp_tokenizer/cpp_tokenizer_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_CPP_TOKENIZER_KERNEl_ABSTRACT_ #ifdef DLIB_CPP_TOKENIZER_KERNEl_ABSTRACT_ #include <string> #include <ioswfd> namespace dlib { class cpp_tokenizer { /*! ...
7,263
31.284444
88
h