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/svm/sparse_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_SVm_SPARSE_KERNEL_ABSTRACT_ #ifdef DLIB_SVm_SPARSE_KERNEL_ABSTRACT_ #include <cmath> #include <limits> #include "../algs.h" #include "../serialize.h" #include "kernel_abstract.h"...
12,063
23.772074
91
h
self
self-master/lib/dlib/svm/rr_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_RR_TRAInER_ABSTRACT_Hh_ #ifdef DLIB_RR_TRAInER_ABSTRACT_Hh_ #include "../algs.h" #include "function_abstract.h" namespace dlib { template < typename K > ...
10,073
38.351563
112
h
self
self-master/lib/dlib/svm/structural_svm_distributed_abstract.h
// Copyright (C) 2011 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_STRUCTURAL_SVM_DISTRIBUTeD_ABSTRACT_Hh_ #ifdef DLIB_STRUCTURAL_SVM_DISTRIBUTeD_ABSTRACT_Hh_ #include "structural_svm_problem_abstract.h" #include "../optimization/optimization_o...
14,518
39.555866
121
h
self
self-master/lib/dlib/svm/null_trainer_abstract.h
// Copyright (C) 2009 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_NULL_TRAINERs_ABSTRACT_ #ifdef DLIB_NULL_TRAINERs_ABSTRACT_ #include "../algs.h" #include "function_abstract.h" namespace dlib { // --------------------------------------------...
3,595
34.254902
91
h
self
self-master/lib/dlib/svm/cross_validate_graph_labeling_trainer_abstract.h
// Copyright (C) 2012 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_CROSS_VALIDATE_GRAPh_LABELING_TRAINER_ABSTRACT_Hh_ #ifdef DLIB_CROSS_VALIDATE_GRAPh_LABELING_TRAINER_ABSTRACT_Hh_ #include "../array/array_kernel_abstract.h" #include <vector> #i...
6,767
44.72973
91
h
self
self-master/lib/dlib/svm/roc_trainer.h
// Copyright (C) 2009 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_ROC_TRAINEr_H_ #define DLIB_ROC_TRAINEr_H_ #include "roc_trainer_abstract.h" #include "../algs.h" #include <limits> namespace dlib { // ---------------------------------------...
5,249
34
104
h
self
self-master/lib/dlib/svm/svr_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_SVm_EPSILON_REGRESSION_TRAINER_ABSTRACT_ #ifdef DLIB_SVm_EPSILON_REGRESSION_TRAINER_ABSTRACT_ #include <cmath> #include <limits> #include "../matrix/matrix_abstract.h" #include "...
6,891
31.819048
100
h
self
self-master/lib/dlib/svm/structural_sequence_segmentation_trainer_abstract.h
// Copyright (C) 2013 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_STRUCTURAL_SEQUENCE_sEGMENTATION_TRAINER_ABSTRACT_Hh_ #ifdef DLIB_STRUCTURAL_SEQUENCE_sEGMENTATION_TRAINER_ABSTRACT_Hh_ #include "sequence_segmenter_abstract.h" namespace dlib {...
8,637
31.596226
96
h
self
self-master/lib/dlib/svm/pegasos_abstract.h
// Copyright (C) 2009 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_PEGASoS_ABSTRACT_ #ifdef DLIB_PEGASoS_ABSTRACT_ #include <cmath> #include "../algs.h" #include "function_abstract.h" #include "kernel_abstract.h" namespace dlib { // ----------...
18,344
34.621359
98
h
self
self-master/lib/dlib/svm/num_nonnegative_weights.h
// Copyright (C) 2012 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_NUM_NONNEGATIVE_WEIGHtS_Hh_ #define DLIB_NUM_NONNEGATIVE_WEIGHtS_Hh_ #include "../enable_if.h" namespace dlib { namespace impl2 { template < typena...
2,085
26.090909
125
h
self
self-master/lib/dlib/svm/structural_svm_sequence_labeling_problem_abstract.h
// Copyright (C) 2011 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_STRUCTURAL_SVM_SEQUENCE_LaBELING_PROBLEM_ABSTRACT_Hh_ #ifdef DLIB_STRUCTURAL_SVM_SEQUENCE_LaBELING_PROBLEM_ABSTRACT_Hh_ #include "../matrix.h" #include <vector> #include "struct...
4,487
39.432432
112
h
self
self-master/lib/dlib/svm/cross_validate_object_detection_trainer_abstract.h
// Copyright (C) 2011 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_CROSS_VALIDATE_OBJECT_DETECTION_TRaINER_ABSTRACT_Hh_ #ifdef DLIB_CROSS_VALIDATE_OBJECT_DETECTION_TRaINER_ABSTRACT_Hh_ #include <vector> #include "../matrix.h" #include "../geomet...
11,155
45.87395
109
h
self
self-master/lib/dlib/svm/structural_object_detection_trainer_abstract.h
// Copyright (C) 2011 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_STRUCTURAL_OBJECT_DETECTION_TRAiNER_H_ABSTRACTh_ #ifdef DLIB_STRUCTURAL_OBJECT_DETECTION_TRAiNER_H_ABSTRACTh_ #include "structural_svm_object_detection_problem_abstract.h" #inclu...
15,931
39.746803
133
h
self
self-master/lib/dlib/svm/kcentroid.h
// Copyright (C) 2008 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_KCENTROId_ #define DLIB_KCENTROId_ #include <vector> #include "kcentroid_abstract.h" #include "../matrix.h" #include "function.h" #include "../std_allocator.h" namespace dlib ...
21,512
33.980488
112
h
self
self-master/lib/dlib/svm/kernel.h
// Copyright (C) 2007 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_SVm_KERNEL #define DLIB_SVm_KERNEL #include "kernel_abstract.h" #include <cmath> #include <limits> #include <sstream> #include "../matrix.h" #include "../algs.h" #include "../se...
14,833
25.024561
122
h
self
self-master/lib/dlib/svm/structural_svm_problem_threaded.h
// Copyright (C) 2011 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_STRUCTURAL_SVM_PRObLEM_THREADED_Hh_ #define DLIB_STRUCTURAL_SVM_PRObLEM_THREADED_Hh_ #include "structural_svm_problem_threaded_abstract.h" #include "../algs.h" #include <vector>...
5,455
33.531646
109
h
self
self-master/lib/dlib/svm/sparse_vector_abstract.h
// Copyright (C) 2009 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_SVm_SPARSE_VECTOR_ABSTRACT_ #ifdef DLIB_SVm_SPARSE_VECTOR_ABSTRACT_ #include <cmath> #include "../algs.h" #include "../serialize.h" #include "../matrix.h" #include <map> #include...
24,306
34.278665
106
h
self
self-master/lib/dlib/svm/svr_trainer.h
// Copyright (C) 2010 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_SVm_EPSILON_REGRESSION_TRAINER_Hh_ #define DLIB_SVm_EPSILON_REGRESSION_TRAINER_Hh_ #include "svr_trainer_abstract.h" #include <cmath> #include <limits> #include "../matrix.h" ...
11,793
28.93401
117
h
self
self-master/lib/dlib/svm/pegasos.h
// Copyright (C) 2009 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_PEGASoS_ #define DLIB_PEGASoS_ #include "pegasos_abstract.h" #include <cmath> #include "../algs.h" #include "function.h" #include "kernel.h" #include "kcentroid.h" #include <ios...
23,176
31.59775
124
h
self
self-master/lib/dlib/svm/cross_validate_regression_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_CROSS_VALIDATE_REGRESSION_TRaINER_ABSTRACT_Hh_ #ifdef DLIB_CROSS_VALIDATE_REGRESSION_TRaINER_ABSTRACT_Hh_ #include <vector> #include "../matrix.h" namespace dlib { // ---------...
2,895
35.658228
93
h
self
self-master/lib/dlib/svm/structural_svm_assignment_problem.h
// Copyright (C) 2011 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_STRUCTURAL_SVM_ASSiGNMENT_PROBLEM_Hh_ #define DLIB_STRUCTURAL_SVM_ASSiGNMENT_PROBLEM_Hh_ #include "structural_svm_assignment_problem_abstract.h" #include "../matrix.h" #include...
10,887
36.67474
132
h
self
self-master/lib/dlib/svm/track_association_function.h
// Copyright (C) 2014 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_TRACK_ASSOCiATION_FUNCTION_Hh_ #define DLIB_TRACK_ASSOCiATION_FUNCTION_Hh_ #include "track_association_function_abstract.h" #include <vector> #include <iostream> #include "../a...
4,780
29.845161
124
h
self
self-master/lib/dlib/svm/cross_validate_track_association_trainer.h
// Copyright (C) 2014 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_CROSS_VALIDATE_TRACK_ASSOCIATION_TrAINER_Hh_ #define DLIB_CROSS_VALIDATE_TRACK_ASSOCIATION_TrAINER_Hh_ #include "cross_validate_track_association_trainer_abstract.h" #include "s...
6,492
38.591463
121
h
self
self-master/lib/dlib/svm/kernel_matrix_abstract.h
// Copyright (C) 2009 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_SVm_KERNEL_MATRIX_ABSTRACT_ #ifdef DLIB_SVm_KERNEL_MATRIX_ABSTRACT_ #include <vector> #include "kernel_abstract.h" #include "../matrix/matrix_abstract.h" #include "../algs.h" na...
4,944
41.62931
99
h
self
self-master/lib/dlib/svm/rls.h
// Copyright (C) 2012 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_RLs_Hh_ #define DLIB_RLs_Hh_ #include "rls_abstract.h" #include "../matrix.h" #include "function.h" namespace dlib { // -------------------------------------------------------...
5,749
27.75
112
h
self
self-master/lib/dlib/svm/one_vs_all_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_ONE_VS_ALL_DECISION_FUnCTION_ABSTRACT_Hh_ #ifdef DLIB_ONE_VS_ALL_DECISION_FUnCTION_ABSTRACT_Hh_ #include "../serialize.h" #include <map> #include "../any/any_decision_function_a...
8,577
38.897674
110
h
self
self-master/lib/dlib/svm/cross_validate_sequence_segmenter_abstract.h
// Copyright (C) 2013 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_CROSS_VALIDATE_SEQUENCE_sEGMENTER_ABSTRACT_Hh_ #ifdef DLIB_CROSS_VALIDATE_SEQUENCE_sEGMENTER_ABSTRACT_Hh_ #include "sequence_segmenter_abstract.h" #include "../matrix.h" namespa...
3,698
44.666667
91
h
self
self-master/lib/dlib/svm/simplify_linear_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_SIMPLIFY_LINEAR_DECiSION_FUNCTION_ABSTRACT_Hh_ #ifdef DLIB_SIMPLIFY_LINEAR_DECiSION_FUNCTION_ABSTRACT_Hh_ #include "../algs.h" #include "function_abstract.h" #include "sparse_ker...
2,625
34.013333
98
h
self
self-master/lib/dlib/svm/structural_assignment_trainer_abstract.h
// Copyright (C) 2011 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_STRUCTURAL_ASSiGNMENT_TRAINER_ABSTRACT_Hh_ #ifdef DLIB_STRUCTURAL_ASSiGNMENT_TRAINER_ABSTRACT_Hh_ #include "../algs.h" #include "structural_svm_assignment_problem.h" #include "as...
10,469
33.9
98
h
self
self-master/lib/dlib/svm/structural_svm_assignment_problem_abstract.h
// Copyright (C) 2011 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_STRUCTURAL_SVM_ASSiGNMENT_PROBLEM_ABSTRACT_Hh_ #ifdef DLIB_STRUCTURAL_SVM_ASSiGNMENT_PROBLEM_ABSTRACT_Hh_ #include "../matrix.h" #include <vector> #include "structural_svm_probl...
3,966
44.079545
105
h
self
self-master/lib/dlib/svm/one_vs_one_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_ONE_VS_ONE_TRAiNER_ABSTRACT_Hh_ #ifdef DLIB_ONE_VS_ONE_TRAiNER_ABSTRACT_Hh_ #include "one_vs_one_decision_function_abstract.h" #include <vector> #include "../any/any_trainer_ab...
6,010
34.994012
99
h
self
self-master/lib/dlib/svm/roc_trainer_abstract.h
// Copyright (C) 2009 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_ROC_TRAINEr_ABSTRACT_ #ifdef DLIB_ROC_TRAINEr_ABSTRACT_ #include "../algs.h" namespace dlib { // -------------------------------------------------------------------------------...
5,362
38.433824
94
h
self
self-master/lib/dlib/svm/one_vs_one_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_ONE_VS_ONE_DECISION_FUnCTION_ABSTRACT_Hh_ #ifdef DLIB_ONE_VS_ONE_DECISION_FUnCTION_ABSTRACT_Hh_ #include "../serialize.h" #include <map> #include "../any/any_decision_function_a...
8,685
39.588785
126
h
self
self-master/lib/dlib/svm/svm_one_class_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_SVm_ONE_CLASS_TRAINER_ABSTRACT_ #ifdef DLIB_SVm_ONE_CLASS_TRAINER_ABSTRACT_ #include <cmath> #include <limits> #include "../matrix/matrix_abstract.h" #include "../algs.h" #includ...
6,429
30.831683
100
h
self
self-master/lib/dlib/svm/kernel_abstract.h
// Copyright (C) 2007 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_SVm_KERNEL_ABSTRACT_ #ifdef DLIB_SVm_KERNEL_ABSTRACT_ #include <cmath> #include <limits> #include <sstream> #include "../matrix/matrix_abstract.h" #include "../algs.h" #include "...
17,711
24.970674
94
h
self
self-master/lib/dlib/svm/svm_nu_trainer_abstract.h
// Copyright (C) 2007 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_SVm_NU_TRAINER_ABSTRACT_ #ifdef DLIB_SVm_NU_TRAINER_ABSTRACT_ #include <cmath> #include <limits> #include <sstream> #include "../matrix/matrix_abstract.h" #include "../algs.h" #i...
6,834
31.393365
100
h
self
self-master/lib/dlib/svm/cross_validate_sequence_labeler_abstract.h
// Copyright (C) 2011 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_CROSS_VALIDATE_SEQUENCE_LABeLER_ABSTRACT_Hh_ #ifdef DLIB_CROSS_VALIDATE_SEQUENCE_LABeLER_ABSTRACT_Hh_ #include <vector> #include "../matrix.h" #include "svm.h" namespace dlib {...
3,378
39.22619
93
h
self
self-master/lib/dlib/svm/cross_validate_track_association_trainer_abstract.h
// Copyright (C) 2014 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_CROSS_VALIDATE_TRACK_ASSOCIATION_TrAINER_ABSTRACT_Hh_ #ifdef DLIB_CROSS_VALIDATE_TRACK_ASSOCIATION_TrAINER_ABSTRACT_Hh_ #include "structural_track_association_trainer_abstract.h"...
2,859
39.857143
110
h
self
self-master/lib/dlib/svm/multiclass_tools_abstract.h
// Copyright (C) 2010 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_MULTICLASS_TOoLS_ABSTRACT_Hh_ #ifdef DLIB_MULTICLASS_TOoLS_ABSTRACT_Hh_ #include <vector> #include <map> #include "../unordered_pair.h" namespace dlib { // --------------------...
1,585
33.478261
97
h
self
self-master/lib/dlib/svm/one_vs_all_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_ONE_VS_ALL_TRAiNER_ABSTRACT_Hh_ #ifdef DLIB_ONE_VS_ALL_TRAiNER_ABSTRACT_Hh_ #include "one_vs_all_decision_function_abstract.h" #include <vector> #include "../any/any_trainer_ab...
5,851
34.682927
99
h
self
self-master/lib/dlib/svm/assignment_function.h
// Copyright (C) 2011 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_ASSIGNMENT_FuNCTION_Hh_ #define DLIB_ASSIGNMENT_FuNCTION_Hh_ #include "assignment_function_abstract.h" #include "../matrix.h" #include <vector> #include "../optimization/max_cos...
7,945
30.039063
113
h
self
self-master/lib/dlib/svm/structural_graph_labeling_trainer_abstract.h
// Copyright (C) 2012 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_STRUCTURAL_GRAPH_LABELING_tRAINER_ABSTRACT_Hh_ #ifdef DLIB_STRUCTURAL_GRAPH_LABELING_tRAINER_ABSTRACT_Hh_ #include "../algs.h" #include "../optimization.h" #include "structural_s...
9,680
35.394737
106
h
self
self-master/lib/dlib/svm/structural_svm_sequence_labeling_problem.h
// Copyright (C) 2011 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_STRUCTURAL_SVM_SEQUENCE_LaBELING_PROBLEM_Hh_ #define DLIB_STRUCTURAL_SVM_SEQUENCE_LaBELING_PROBLEM_Hh_ #include "structural_svm_sequence_labeling_problem_abstract.h" #include "...
9,901
34.113475
128
h
self
self-master/lib/dlib/svm/rr_trainer.h
// Copyright (C) 2010 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_RR_TRAInER_Hh_ #define DLIB_RR_TRAInER_Hh_ #include "../algs.h" #include "function.h" #include "kernel.h" #include "empirical_kernel_map.h" #include "linearly_independent_subset...
15,504
32.92779
106
h
self
self-master/lib/dlib/svm/one_vs_one_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_ONE_VS_ONE_DECISION_FUnCTION_Hh_ #define DLIB_ONE_VS_ONE_DECISION_FUnCTION_Hh_ #include "one_vs_one_decision_function_abstract.h" #include "../serialize.h" #include "../type_sa...
11,023
36.753425
133
h
self
self-master/lib/dlib/svm/active_learning.h
// Copyright (C) 2012 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_ACTIVE_LEARnING_Hh_ #define DLIB_ACTIVE_LEARnING_Hh_ #include "active_learning_abstract.h" #include "svm_c_linear_dcd_trainer.h" #include <vector> namespace dlib { enum a...
6,761
40.484663
105
h
self
self-master/lib/dlib/svm/structural_graph_labeling_trainer.h
// Copyright (C) 2012 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_STRUCTURAL_GRAPH_LABELING_tRAINER_Hh_ #define DLIB_STRUCTURAL_GRAPH_LABELING_tRAINER_Hh_ #include "structural_graph_labeling_trainer_abstract.h" #include "../algs.h" #include "....
8,211
28.017668
105
h
self
self-master/lib/dlib/svm/structural_svm_problem_abstract.h
// Copyright (C) 2011 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_STRUCTURAL_SVM_PRObLEM_ABSTRACT_Hh_ #ifdef DLIB_STRUCTURAL_SVM_PRObLEM_ABSTRACT_Hh_ #include "../optimization/optimization_oca_abstract.h" #include "sparse_vector_abstract.h" #in...
14,874
41.621777
119
h
self
self-master/lib/dlib/svm/rls_abstract.h
// Copyright (C) 2012 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_RLs_ABSTRACT_Hh_ #ifdef DLIB_RLs_ABSTRACT_Hh_ #include "../matrix/matrix_abstract.h" #include "function_abstract.h" namespace dlib { // ----------------------------------------...
5,396
32.521739
106
h
self
self-master/lib/dlib/svm/svm_nu_trainer.h
// Copyright (C) 2007 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_SVm_NU_TRAINER_Hh_ #define DLIB_SVm_NU_TRAINER_Hh_ //#include "local/make_label_kernel_matrix.h" #include "svm_nu_trainer_abstract.h" #include <cmath> #include <limits> #inclu...
10,008
29.608563
126
h
self
self-master/lib/dlib/svm/sparse_kernel.h
// Copyright (C) 2009 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_SVm_SPARSE_KERNEL #define DLIB_SVm_SPARSE_KERNEL #include "sparse_kernel_abstract.h" #include <cmath> #include <limits> #include "../algs.h" #include "../serialize.h" #include "...
10,002
24.981818
129
h
self
self-master/lib/dlib/svm/structural_sequence_labeling_trainer_abstract.h
// Copyright (C) 2011 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_STRUCTURAL_SEQUENCE_LABELING_TRAiNER_ABSTRACT_Hh_ #ifdef DLIB_STRUCTURAL_SEQUENCE_LABELING_TRAiNER_ABSTRACT_Hh_ #include "../algs.h" #include "../optimization.h" #include "struct...
8,749
31.771536
94
h
self
self-master/lib/dlib/svm/ranking_tools.h
// Copyright (C) 2012 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_RANKING_ToOLS_Hh_ #define DLIB_RANKING_ToOLS_Hh_ #include "ranking_tools_abstract.h" #include "../algs.h" #include "../matrix.h" #include <vector> #include <utility> #include <...
14,571
31.454343
106
h
self
self-master/lib/dlib/svm/kkmeans.h
// Copyright (C) 2008 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_KKMEANs_ #define DLIB_KKMEANs_ #include <cmath> #include "../matrix/matrix_abstract.h" #include "../algs.h" #include "../serialize.h" #include "kernel.h" #include "../array.h" #...
22,154
32.824427
116
h
self
self-master/lib/dlib/svm/svm_c_linear_dcd_trainer_abstract.h
// Copyright (C) 2012 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_SVm_C_LINEAR_DCD_TRAINER_ABSTRACT_Hh_ #ifdef DLIB_SVm_C_LINEAR_DCD_TRAINER_ABSTRACT_Hh_ #include "function_abstract.h" #include "kernel_abstract.h" namespace dlib { // ------...
14,711
37.412533
106
h
self
self-master/lib/dlib/svm/svm_c_linear_trainer.h
// Copyright (C) 2010 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_SVM_C_LiNEAR_TRAINER_Hh_ #define DLIB_SVM_C_LiNEAR_TRAINER_Hh_ #include "svm_c_linear_trainer_abstract.h" #include "../algs.h" #include "../optimization.h" #include "../matrix.h...
23,124
31.708628
121
h
self
self-master/lib/dlib/svm/rvm_abstract.h
// Copyright (C) 2008 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_RVm_ABSTRACT_ #ifdef DLIB_RVm_ABSTRACT_ #include <cmath> #include <limits> #include "../matrix.h" #include "../algs.h" #include "function.h" #include "kernel.h" namespace dlib {...
8,916
30.960573
99
h
self
self-master/lib/dlib/svm/kernel_matrix.h
// Copyright (C) 2009 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_SVm_KERNEL_MATRIX_ #define DLIB_SVm_KERNEL_MATRIX_ #include <vector> #include "kernel_matrix_abstract.h" #include "../matrix.h" #include "../algs.h" namespace dlib { // ------...
9,336
33.710037
133
h
self
self-master/lib/dlib/svm/one_vs_all_trainer.h
// Copyright (C) 2010 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_ONE_VS_ALL_TRAiNER_Hh_ #define DLIB_ONE_VS_ALL_TRAiNER_Hh_ #include "one_vs_all_trainer_abstract.h" #include "one_vs_all_decision_function.h" #include <vector> #include "multi...
7,261
29.902128
133
h
self
self-master/lib/dlib/svm/svm_threaded_abstract.h
// Copyright (C) 2008 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_SVm_THREADED_ABSTRACT_ #ifdef DLIB_SVm_THREADED_ABSTRACT_ #include "../matrix/matrix_abstract.h" #include "../algs.h" #include "../svm.h" namespace dlib { // ------------------...
2,568
39.777778
100
h
self
self-master/lib/dlib/svm/sequence_labeler_abstract.h
// Copyright (C) 2011 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_SEQUENCE_LAbELER_ABSTRACT_H_h_ #ifdef DLIB_SEQUENCE_LAbELER_ABSTRACT_H_h_ #include "../matrix.h" #include <vector> #include "../optimization/find_max_factor_graph_viterbi_abstrac...
15,332
37.622166
99
h
self
self-master/lib/dlib/svm/track_association_function_abstract.h
// Copyright (C) 2014 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_TRACK_ASSOCiATION_FUNCTION_ABSTRACT_Hh_ #ifdef DLIB_TRACK_ASSOCiATION_FUNCTION_ABSTRACT_Hh_ #include <vector> #include "assignment_function_abstract.h" namespace dlib { // ----...
10,268
36.753676
116
h
self
self-master/lib/dlib/svm/structural_track_association_trainer.h
// Copyright (C) 2014 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_STRUCTURAL_TRACK_ASSOCIATION_TRAnER_Hh_ #define DLIB_STRUCTURAL_TRACK_ASSOCIATION_TRAnER_Hh_ #include "structural_track_association_trainer_abstract.h" #include "../algs.h" #inc...
12,929
30.925926
118
h
self
self-master/lib/dlib/svm/cross_validate_multiclass_trainer.h
// Copyright (C) 2010 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_CROSS_VALIDATE_MULTICLASS_TRaINER_Hh_ #define DLIB_CROSS_VALIDATE_MULTICLASS_TRaINER_Hh_ #include <vector> #include "../matrix.h" #include "cross_validate_multiclass_trainer_abs...
7,063
32.799043
116
h
self
self-master/lib/dlib/svm/structural_assignment_trainer.h
// Copyright (C) 2011 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_STRUCTURAL_ASSiGNMENT_TRAINER_Hh_ #define DLIB_STRUCTURAL_ASSiGNMENT_TRAINER_Hh_ #include "structural_assignment_trainer_abstract.h" #include "../algs.h" #include "../optimizati...
8,341
27.277966
132
h
self
self-master/lib/dlib/svm/multiclass_tools.h
// Copyright (C) 2010 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_MULTICLASS_TOoLS_Hh_ #define DLIB_MULTICLASS_TOoLS_Hh_ #include "multiclass_tools_abstract.h" #include <vector> #include <set> #include "../unordered_pair.h" namespace dlib { ...
1,975
27.637681
91
h
self
self-master/lib/dlib/svm/feature_ranking.h
// Copyright (C) 2008 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_KERNEL_FEATURE_RANKINg_H_ #define DLIB_KERNEL_FEATURE_RANKINg_H_ #include <vector> #include <limits> #include "feature_ranking_abstract.h" #include "kcentroid.h" #include "../o...
16,254
33.006276
112
h
self
self-master/lib/dlib/svm/svm_rank_trainer.h
// Copyright (C) 2012 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_SVM_RANK_TrAINER_Hh_ #define DLIB_SVM_RANK_TrAINER_Hh_ #include "svm_rank_trainer_abstract.h" #include "ranking_tools.h" #include "../algs.h" #include "../optimization.h" #incl...
15,432
30.114919
122
h
self
self-master/lib/dlib/svm/svm_multiclass_linear_trainer_abstract.h
// Copyright (C) 2011 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_SVm_MULTICLASS_LINEAR_TRAINER_ABSTRACT_Hh_ #ifdef DLIB_SVm_MULTICLASS_LINEAR_TRAINER_ABSTRACT_Hh_ #include "../matrix/matrix_abstract.h" #include "../algs.h" #include "function_...
9,887
34.826087
99
h
self
self-master/lib/dlib/svm/one_vs_all_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_ONE_VS_ALL_DECISION_FUnCTION_Hh_ #define DLIB_ONE_VS_ALL_DECISION_FUnCTION_Hh_ #include "one_vs_all_decision_function_abstract.h" #include "../serialize.h" #include "../type_sa...
9,686
35.417293
133
h
self
self-master/lib/dlib/svm/svm_c_trainer_abstract.h
// Copyright (C) 2007 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_SVm_C_TRAINER_ABSTRACT_ #ifdef DLIB_SVm_C_TRAINER_ABSTRACT_ #include <cmath> #include <limits> #include <sstream> #include "../matrix/matrix_abstract.h" #include "../algs.h" #inc...
7,512
30.567227
100
h
self
self-master/lib/dlib/svm/krr_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_KRR_TRAInER_ABSTRACT_Hh_ #ifdef DLIB_KRR_TRAInER_ABSTRACT_Hh_ #include "../algs.h" #include "function_abstract.h" #include "kernel_abstract.h" #include "empirical_kernel_map_abst...
12,359
37.266254
115
h
self
self-master/lib/dlib/svm/rbf_network.h
// Copyright (C) 2008 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_RBf_NETWORK_ #define DLIB_RBf_NETWORK_ #include "../matrix.h" #include "rbf_network_abstract.h" #include "kernel.h" #include "linearly_independent_subset_finder.h" #include "fun...
5,015
29.773006
104
h
self
self-master/lib/dlib/svm/svm_one_class_trainer.h
// Copyright (C) 2010 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_SVm_ONE_CLASS_TRAINER_Hh_ #define DLIB_SVm_ONE_CLASS_TRAINER_Hh_ #include "svm_one_class_trainer_abstract.h" #include <cmath> #include <limits> #include <sstream> #include "../...
8,196
27.761404
96
h
self
self-master/lib/dlib/svm/null_trainer.h
// Copyright (C) 2009 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_NULL_TRAINERs_H_ #define DLIB_NULL_TRAINERs_H_ #include "null_trainer_abstract.h" #include "../algs.h" #include "function_abstract.h" namespace dlib { // ---------------------...
1,754
27.306452
91
h
self
self-master/lib/dlib/svm/one_vs_one_trainer.h
// Copyright (C) 2010 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_ONE_VS_ONE_TRAiNER_Hh_ #define DLIB_ONE_VS_ONE_TRAiNER_Hh_ #include "one_vs_one_trainer_abstract.h" #include "one_vs_one_decision_function.h" #include <vector> #include "../un...
8,183
31.736
133
h
self
self-master/lib/dlib/svm/svr_linear_trainer.h
// Copyright (C) 2013 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_SVR_LINEAR_TrAINER_Hh_ #define DLIB_SVR_LINEAR_TrAINER_Hh_ #include "svr_linear_trainer_abstract.h" #include "../algs.h" #include "../optimization.h" #include "function.h" #inc...
12,799
29.117647
127
h
self
self-master/lib/dlib/svm/assignment_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_ASSIGNMENT_FuNCTION_ABSTRACT_Hh_ #ifdef DLIB_ASSIGNMENT_FuNCTION_ABSTRACT_Hh_ #include <vector> #include "../optimization/max_cost_assignment_abstract.h" namespace dlib { // --...
13,335
37.880466
96
h
self
self-master/lib/dlib/svm/sort_basis_vectors_abstract.h
// Copyright (C) 2010 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_SORT_BASIS_VECTORs_ABSTRACT_Hh_ #ifdef DLIB_SORT_BASIS_VECTORs_ABSTRACT_Hh_ #include <vector> #include "../matrix.h" #include "../statistics.h" namespace dlib { // -----------...
2,530
41.183333
104
h
self
self-master/lib/dlib/svm/cross_validate_multiclass_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_CROSS_VALIDATE_MULTICLASS_TRaINER_ABSTRACT_Hh_ #ifdef DLIB_CROSS_VALIDATE_MULTICLASS_TRaINER_ABSTRACT_Hh_ #include <vector> #include "../matrix.h" namespace dlib { // ---------...
4,127
40.28
109
h
self
self-master/lib/dlib/svm/structural_track_association_trainer_abstract.h
// Copyright (C) 2014 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_STRUCTURAL_TRACK_ASSOCIATION_TRAnER_ABSTRACT_Hh_ #ifdef DLIB_STRUCTURAL_TRACK_ASSOCIATION_TRAnER_ABSTRACT_Hh_ #include "track_association_function_abstract.h" #include "structura...
9,812
35.479554
112
h
self
self-master/lib/dlib/svm/empirical_kernel_map_abstract.h
// Copyright (C) 2009 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_EMPIRICAL_KERNEl_MAP_ABSTRACT_H_ #ifdef DLIB_EMPIRICAL_KERNEl_MAP_ABSTRACT_H_ #include <vector> #include "../matrix.h" #include "kernel_abstract.h" #include "function_abstract.h"...
20,532
46.640371
118
h
self
self-master/lib/dlib/svm/structural_svm_graph_labeling_problem_abstract.h
// Copyright (C) 2012 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_STRUCTURAL_SVM_GRAPH_LAbELING_PROBLEM_ABSTRACT_Hh_ #ifdef DLIB_STRUCTURAL_SVM_GRAPH_LAbELING_PROBLEM_ABSTRACT_Hh_ #include "../array/array_kernel_abstract.h" #include "../graph/g...
11,299
44.2
109
h
self
self-master/lib/dlib/svm/svm_c_ekm_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_SVM_C_EKm_TRAINER_ABSTRACT_Hh_ #ifdef DLIB_SVM_C_EKm_TRAINER_ABSTRACT_Hh_ #include "../algs.h" #include "function_abstract.h" #include "kernel_abstract.h" #include "empirical_ker...
13,305
33.561039
115
h
self
self-master/lib/dlib/svm/cross_validate_assignment_trainer.h
// Copyright (C) 2011 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_CROSS_VALIDATE_ASSiGNEMNT_TRAINER_Hh_ #define DLIB_CROSS_VALIDATE_ASSiGNEMNT_TRAINER_Hh_ #include "cross_validate_assignment_trainer_abstract.h" #include <vector> #include "../m...
6,548
34.983516
120
h
self
self-master/lib/dlib/svm/linearly_independent_subset_finder.h
// Copyright (C) 2008 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_LISfh_ #define DLIB_LISfh_ #include <vector> #include "linearly_independent_subset_finder_abstract.h" #include "../matrix.h" #include "function.h" #include "../std_allocator.h"...
19,731
35.473198
120
h
self
self-master/lib/dlib/svm/cross_validate_assignment_trainer_abstract.h
// Copyright (C) 2011 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_CROSS_VALIDATE_ASSiGNEMNT_TRAINER_ABSTRACT_Hh_ #ifdef DLIB_CROSS_VALIDATE_ASSiGNEMNT_TRAINER_ABSTRACT_Hh_ #include <vector> #include "../matrix.h" #include "svm.h" namespace dl...
2,577
35.828571
91
h
self
self-master/lib/dlib/svm/cross_validate_sequence_labeler.h
// Copyright (C) 2011 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_CROSS_VALIDATE_SEQUENCE_LABeLER_Hh_ #define DLIB_CROSS_VALIDATE_SEQUENCE_LABeLER_Hh_ #include "cross_validate_sequence_labeler_abstract.h" #include <vector> #include "../matrix....
4,993
31.640523
116
h
self
self-master/lib/dlib/svm/cross_validate_regression_trainer.h
// Copyright (C) 2010 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_CROSS_VALIDATE_REGRESSION_TRaINER_Hh_ #define DLIB_CROSS_VALIDATE_REGRESSION_TRaINER_Hh_ #include <vector> #include "../matrix.h" #include "../statistics.h" #include "cross_vali...
4,649
29.194805
104
h
self
self-master/lib/dlib/svm/cross_validate_sequence_segmenter.h
// Copyright (C) 2013 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_CROSS_VALIDATE_SEQUENCE_sEGMENTER_Hh_ #define DLIB_CROSS_VALIDATE_SEQUENCE_sEGMENTER_Hh_ #include "cross_validate_sequence_segmenter_abstract.h" #include "sequence_segmenter.h" ...
6,990
36.18617
115
h
self
self-master/lib/dlib/image_transforms/colormaps.h
// Copyright (C) 2011 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_RANDOMLY_COlOR_IMAGE_Hh_ #define DLIB_RANDOMLY_COlOR_IMAGE_Hh_ #include "colormaps_abstract.h" #include "../hash.h" #include "../pixel.h" #include "../matrix.h" namespace dlib ...
7,533
26.903704
91
h
self
self-master/lib/dlib/image_transforms/equalize_histogram_abstract.h
// Copyright (C) 2006 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_EQUALIZE_HISTOGRAm_ABSTRACT_ #ifdef DLIB_EQUALIZE_HISTOGRAm_ABSTRACT_ #include "../pixel.h" #include "../matrix.h" #include "../image_processing/generic_image.h" namespace dlib ...
3,256
34.402174
93
h
self
self-master/lib/dlib/image_transforms/edge_detector_abstract.h
// Copyright (C) 2008 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_EDGE_DETECTOr_ABSTRACT_ #ifdef DLIB_EDGE_DETECTOr_ABSTRACT_ #include "../pixel.h" #include "../image_processing/generic_image.h" namespace dlib { // ---------------------------...
4,342
37.433628
103
h
self
self-master/lib/dlib/image_transforms/lbp_abstract.h
// Copyright (C) 2014 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_LBP_ABSTRACT_Hh_ #ifdef DLIB_LBP_ABSTRACT_Hh_ #include "../image_processing/generic_image.h" #include "../pixel.h" namespace dlib { // -----------------------------------------...
5,709
39.785714
97
h
self
self-master/lib/dlib/image_transforms/equalize_histogram.h
// Copyright (C) 2006 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_EQUALIZE_HISTOGRAm_ #define DLIB_EQUALIZE_HISTOGRAm_ #include "../pixel.h" #include "equalize_histogram_abstract.h" #include <vector> #include "../enable_if.h" #include "../matr...
4,318
28.993056
97
h
self
self-master/lib/dlib/image_transforms/assign_image.h
// Copyright (C) 2007 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_ASSIGN_IMAGe_ #define DLIB_ASSIGN_IMAGe_ #include "../pixel.h" #include "assign_image_abstract.h" #include "../statistics.h" namespace dlib { // ------------------------------...
11,102
27.764249
113
h
self
self-master/lib/dlib/image_transforms/segment_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_SEGMENT_ImAGE_ABSTRACT_Hh_ #ifdef DLIB_SEGMENT_ImAGE_ABSTRACT_Hh_ #include <vector> #include "../matrix.h" #include "../image_processing/generic_image.h" namespace dlib { // --...
6,117
47.173228
108
h
self
self-master/lib/dlib/image_transforms/random_color_transform_abstract.h
// Copyright (C) 2016 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_RANDOM_cOLOR_TRANSFORM_ABSTRACT_Hh_ #ifdef DLIB_RANDOM_cOLOR_TRANSFORM_ABSTRACT_Hh_ #include "../image_processing/generic_image.h" #include "../pixel.h" #include "../rand.h" nam...
3,524
36.105263
92
h
self
self-master/lib/dlib/image_transforms/label_connected_blobs.h
// Copyright (C) 2011 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_LABEL_CONNeCTED_BLOBS_H_ #define DLIB_LABEL_CONNeCTED_BLOBS_H_ #include "label_connected_blobs_abstract.h" #include "../geometry.h" #include <stack> #include <vector> namespace...
5,582
28.539683
106
h
self
self-master/lib/dlib/image_transforms/thresholding.h
// Copyright (C) 2006 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_THRESHOLDINg_ #define DLIB_THRESHOLDINg_ #include "../pixel.h" #include "thresholding_abstract.h" #include "equalize_histogram.h" namespace dlib { // ------------------------...
11,676
33.243402
121
h