Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
ca498ac2
Commit
ca498ac2
authored
Jul 18, 2014
by
Davis King
Browse files
Just removed double __ from the inclusion guard names.
parent
7ce265f5
Changes
306
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
60 additions
and
60 deletions
+60
-60
dlib/matrix/matrix_mat_abstract.h
dlib/matrix/matrix_mat_abstract.h
+3
-3
dlib/matrix/matrix_read_from_istream.h
dlib/matrix/matrix_read_from_istream.h
+3
-3
dlib/matrix/matrix_trsm.h
dlib/matrix/matrix_trsm.h
+3
-3
dlib/matrix/symmetric_matrix_cache.h
dlib/matrix/symmetric_matrix_cache.h
+3
-3
dlib/matrix/symmetric_matrix_cache_abstract.h
dlib/matrix/symmetric_matrix_cache_abstract.h
+3
-3
dlib/misc_api/misc_api_shared.h
dlib/misc_api/misc_api_shared.h
+3
-3
dlib/numerical_integration/integrate_function_adapt_simpson.h
.../numerical_integration/integrate_function_adapt_simpson.h
+3
-3
dlib/numerical_integration/integrate_function_adapt_simpson_abstract.h
...l_integration/integrate_function_adapt_simpson_abstract.h
+3
-3
dlib/opencv/to_open_cv.h
dlib/opencv/to_open_cv.h
+3
-3
dlib/opencv/to_open_cv_abstract.h
dlib/opencv/to_open_cv_abstract.h
+3
-3
dlib/optimization/find_max_factor_graph_nmplp.h
dlib/optimization/find_max_factor_graph_nmplp.h
+3
-3
dlib/optimization/find_max_factor_graph_nmplp_abstract.h
dlib/optimization/find_max_factor_graph_nmplp_abstract.h
+3
-3
dlib/optimization/find_max_factor_graph_viterbi.h
dlib/optimization/find_max_factor_graph_viterbi.h
+3
-3
dlib/optimization/find_max_factor_graph_viterbi_abstract.h
dlib/optimization/find_max_factor_graph_viterbi_abstract.h
+3
-3
dlib/optimization/find_max_parse_cky.h
dlib/optimization/find_max_parse_cky.h
+3
-3
dlib/optimization/find_max_parse_cky_abstract.h
dlib/optimization/find_max_parse_cky_abstract.h
+3
-3
dlib/optimization/max_cost_assignment.h
dlib/optimization/max_cost_assignment.h
+3
-3
dlib/optimization/max_cost_assignment_abstract.h
dlib/optimization/max_cost_assignment_abstract.h
+3
-3
dlib/optimization/max_sum_submatrix.h
dlib/optimization/max_sum_submatrix.h
+3
-3
dlib/optimization/max_sum_submatrix_abstract.h
dlib/optimization/max_sum_submatrix_abstract.h
+3
-3
No files found.
dlib/matrix/matrix_mat_abstract.h
View file @
ca498ac2
// Copyright (C) 2006 Davis E. King (davis@dlib.net)
// Copyright (C) 2006 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
// License: Boost Software License See LICENSE.txt for the full license.
#undef DLIB_MATRIx_MAT_ABSTRACT_H
_
_
#undef DLIB_MATRIx_MAT_ABSTRACT_H
h
_
#ifdef DLIB_MATRIx_MAT_ABSTRACT_H
_
_
#ifdef DLIB_MATRIx_MAT_ABSTRACT_H
h
_
#include "matrix_abstract.h"
#include "matrix_abstract.h"
#inclue <vector>
#inclue <vector>
...
@@ -209,6 +209,6 @@ namespace dlib
...
@@ -209,6 +209,6 @@ namespace dlib
}
}
#endif // DLIB_MATRIx_MAT_ABSTRACT_H
_
_
#endif // DLIB_MATRIx_MAT_ABSTRACT_H
h
_
dlib/matrix/matrix_read_from_istream.h
View file @
ca498ac2
// Copyright (C) 2013 Davis E. King (davis@dlib.net)
// Copyright (C) 2013 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
// License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_MATRIx_READ_FROM_ISTREAM_H_
_
_
#ifndef DLIB_MATRIx_READ_FROM_ISTREAM_H_
h
_
#define DLIB_MATRIx_READ_FROM_ISTREAM_H_
_
_
#define DLIB_MATRIx_READ_FROM_ISTREAM_H_
h
_
#include "matrix.h"
#include "matrix.h"
#include <vector>
#include <vector>
...
@@ -104,5 +104,5 @@ namespace dlib
...
@@ -104,5 +104,5 @@ namespace dlib
// ----------------------------------------------------------------------------------------
// ----------------------------------------------------------------------------------------
#endif // DLIB_MATRIx_READ_FROM_ISTREAM_H_
_
_
#endif // DLIB_MATRIx_READ_FROM_ISTREAM_H_
h
_
dlib/matrix/matrix_trsm.h
View file @
ca498ac2
// Copyright (C) 2010 Davis E. King (davis@dlib.net)
// Copyright (C) 2010 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
// License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_MATRiX_TRSM_H
_
_
#ifndef DLIB_MATRiX_TRSM_H
h
_
#define DLIB_MATRiX_TRSM_H
_
_
#define DLIB_MATRiX_TRSM_H
h
_
#include "lapack/fortran_id.h"
#include "lapack/fortran_id.h"
#include "cblas_constants.h"
#include "cblas_constants.h"
...
@@ -647,5 +647,5 @@ namespace dlib
...
@@ -647,5 +647,5 @@ namespace dlib
}
}
}
}
#endif // DLIB_MATRiX_TRSM_H
_
_
#endif // DLIB_MATRiX_TRSM_H
h
_
dlib/matrix/symmetric_matrix_cache.h
View file @
ca498ac2
// Copyright (C) 2010 Davis E. King (davis@dlib.net)
// Copyright (C) 2010 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
// License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_SYMMETRIC_MATRIX_CAcHE_H
_
_
#ifndef DLIB_SYMMETRIC_MATRIX_CAcHE_H
h
_
#define DLIB_SYMMETRIC_MATRIX_CAcHE_H
_
_
#define DLIB_SYMMETRIC_MATRIX_CAcHE_H
h
_
#include "symmetric_matrix_cache_abstract.h"
#include "symmetric_matrix_cache_abstract.h"
#include <vector>
#include <vector>
...
@@ -460,5 +460,5 @@ namespace dlib
...
@@ -460,5 +460,5 @@ namespace dlib
}
}
#endif // DLIB_SYMMETRIC_MATRIX_CAcHE_H
_
_
#endif // DLIB_SYMMETRIC_MATRIX_CAcHE_H
h
_
dlib/matrix/symmetric_matrix_cache_abstract.h
View file @
ca498ac2
// Copyright (C) 2010 Davis E. King (davis@dlib.net)
// Copyright (C) 2010 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
// License: Boost Software License See LICENSE.txt for the full license.
#define DLIB_SYMMETRIC_MATRIX_CAcHE_ABSTRACT_H
_
_
#define DLIB_SYMMETRIC_MATRIX_CAcHE_ABSTRACT_H
h
_
#ifndef DLIB_SYMMETRIC_MATRIX_CAcHE_ABSTRACT_H
_
_
#ifndef DLIB_SYMMETRIC_MATRIX_CAcHE_ABSTRACT_H
h
_
#include "matrix_abstract.h"
#include "matrix_abstract.h"
...
@@ -59,5 +59,5 @@ namespace dlib
...
@@ -59,5 +59,5 @@ namespace dlib
}
}
#endif // DLIB_SYMMETRIC_MATRIX_CAcHE_ABSTRACT_H
_
_
#endif // DLIB_SYMMETRIC_MATRIX_CAcHE_ABSTRACT_H
h
_
dlib/misc_api/misc_api_shared.h
View file @
ca498ac2
// Copyright (C) 2014 Davis E. King (davis@dlib.net)
// Copyright (C) 2014 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
// License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_MISC_API_ShARED_H
_
_
#ifndef DLIB_MISC_API_ShARED_H
h
_
#define DLIB_MISC_API_ShARED_H
_
_
#define DLIB_MISC_API_ShARED_H
h
_
#include <string>
#include <string>
#include "../noncopyable.h"
#include "../noncopyable.h"
...
@@ -41,5 +41,5 @@ namespace dlib
...
@@ -41,5 +41,5 @@ namespace dlib
}
}
#endif // DLIB_MISC_API_ShARED_H
_
_
#endif // DLIB_MISC_API_ShARED_H
h
_
dlib/numerical_integration/integrate_function_adapt_simpson.h
View file @
ca498ac2
// Copyright (C) 2013 Steve Taylor (steve98654@gmail.com)
// Copyright (C) 2013 Steve Taylor (steve98654@gmail.com)
// License: Boost Software License See LICENSE.txt for full license
// License: Boost Software License See LICENSE.txt for full license
#ifndef DLIB_INTEGRATE_FUNCTION_ADAPT_SIMPSON
_
_
#ifndef DLIB_INTEGRATE_FUNCTION_ADAPT_SIMPSON
h
_
#define DLIB_INTEGRATE_FUNCTION_ADAPT_SIMPSON
_
_
#define DLIB_INTEGRATE_FUNCTION_ADAPT_SIMPSON
h
_
#include "integrate_function_adapt_simpson_abstract.h"
#include "integrate_function_adapt_simpson_abstract.h"
#include "../assert.h"
#include "../assert.h"
...
@@ -90,4 +90,4 @@ namespace dlib
...
@@ -90,4 +90,4 @@ namespace dlib
// ----------------------------------------------------------------------------------------
// ----------------------------------------------------------------------------------------
#endif // DLIB_INTEGRATE_FUNCTION_ADAPT_SIMPSON
_
_
#endif // DLIB_INTEGRATE_FUNCTION_ADAPT_SIMPSON
h
_
dlib/numerical_integration/integrate_function_adapt_simpson_abstract.h
View file @
ca498ac2
// Copyright (C) 2013 Steve Taylor (steve98654@gmail.com)
// Copyright (C) 2013 Steve Taylor (steve98654@gmail.com)
// License: Boost Software License See LICENSE.txt for the full license.
// License: Boost Software License See LICENSE.txt for the full license.
#undef DLIB_INTEGRATE_FUNCTION_ADAPT_SIMPSON_ABSTRACT
_
_
#undef DLIB_INTEGRATE_FUNCTION_ADAPT_SIMPSON_ABSTRACT
h
_
#ifdef DLIB_INTEGRATE_FUNCTION_ADAPT_SIMPSON_ABSTRACT
_
_
#ifdef DLIB_INTEGRATE_FUNCTION_ADAPT_SIMPSON_ABSTRACT
h
_
namespace
dlib
namespace
dlib
{
{
...
@@ -30,5 +30,5 @@ namespace dlib
...
@@ -30,5 +30,5 @@ namespace dlib
}
}
#endif // DLIB_INTEGRATE_FUNCTION_ADAPT_SIMPSON_ABSTRACT
_
_
#endif // DLIB_INTEGRATE_FUNCTION_ADAPT_SIMPSON_ABSTRACT
h
_
dlib/opencv/to_open_cv.h
View file @
ca498ac2
// Copyright (C) 2012 Davis E. King (davis@dlib.net)
// Copyright (C) 2012 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
// License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_TO_OPEN_Cv_H
_
_
#ifndef DLIB_TO_OPEN_Cv_H
h
_
#define DLIB_TO_OPEN_Cv_H
_
_
#define DLIB_TO_OPEN_Cv_H
h
_
#include "to_open_cv_abstract.h"
#include "to_open_cv_abstract.h"
#include "../pixel.h"
#include "../pixel.h"
...
@@ -40,5 +40,5 @@ namespace dlib
...
@@ -40,5 +40,5 @@ namespace dlib
}
}
#endif // DLIB_TO_OPEN_Cv_H
_
_
#endif // DLIB_TO_OPEN_Cv_H
h
_
dlib/opencv/to_open_cv_abstract.h
View file @
ca498ac2
// Copyright (C) 2012 Davis E. King (davis@dlib.net)
// Copyright (C) 2012 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
// License: Boost Software License See LICENSE.txt for the full license.
#undef DLIB_TO_OPEN_Cv_ABSTRACT
_
_
#undef DLIB_TO_OPEN_Cv_ABSTRACT
h
_
#ifdef DLIB_TO_OPEN_Cv_ABSTRACT
_
_
#ifdef DLIB_TO_OPEN_Cv_ABSTRACT
h
_
#include "../pixel.h"
#include "../pixel.h"
...
@@ -27,7 +27,7 @@ namespace dlib
...
@@ -27,7 +27,7 @@ namespace dlib
!*/
!*/
}
}
#endif // DLIB_TO_OPEN_Cv_ABSTRACT
_
_
#endif // DLIB_TO_OPEN_Cv_ABSTRACT
h
_
dlib/optimization/find_max_factor_graph_nmplp.h
View file @
ca498ac2
// Copyright (C) 2011 Davis E. King (davis@dlib.net)
// Copyright (C) 2011 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
// License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_FIND_MAX_FACTOR_GRAPH_nMPLP_H
_
_
#ifndef DLIB_FIND_MAX_FACTOR_GRAPH_nMPLP_H
h
_
#define DLIB_FIND_MAX_FACTOR_GRAPH_nMPLP_H
_
_
#define DLIB_FIND_MAX_FACTOR_GRAPH_nMPLP_H
h
_
#include "find_max_factor_graph_nmplp_abstract.h"
#include "find_max_factor_graph_nmplp_abstract.h"
#include <vector>
#include <vector>
...
@@ -333,5 +333,5 @@ namespace dlib
...
@@ -333,5 +333,5 @@ namespace dlib
}
}
#endif // DLIB_FIND_MAX_FACTOR_GRAPH_nMPLP_H
_
_
#endif // DLIB_FIND_MAX_FACTOR_GRAPH_nMPLP_H
h
_
dlib/optimization/find_max_factor_graph_nmplp_abstract.h
View file @
ca498ac2
// Copyright (C) 2011 Davis E. King (davis@dlib.net)
// Copyright (C) 2011 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
// License: Boost Software License See LICENSE.txt for the full license.
#undef DLIB_FIND_MAX_FACTOR_GRAPH_nMPLP_ABSTRACT_H
_
_
#undef DLIB_FIND_MAX_FACTOR_GRAPH_nMPLP_ABSTRACT_H
h
_
#ifdef DLIB_FIND_MAX_FACTOR_GRAPH_nMPLP_ABSTRACT_H
_
_
#ifdef DLIB_FIND_MAX_FACTOR_GRAPH_nMPLP_ABSTRACT_H
h
_
#include <vector>
#include <vector>
...
@@ -360,6 +360,6 @@ namespace dlib
...
@@ -360,6 +360,6 @@ namespace dlib
}
}
#endif // DLIB_FIND_MAX_FACTOR_GRAPH_nMPLP_ABSTRACT_H
_
_
#endif // DLIB_FIND_MAX_FACTOR_GRAPH_nMPLP_ABSTRACT_H
h
_
dlib/optimization/find_max_factor_graph_viterbi.h
View file @
ca498ac2
// Copyright (C) 2011 Davis E. King (davis@dlib.net)
// Copyright (C) 2011 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
// License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_FIND_MAX_FACTOR_GRAPH_VITERBi_H
_
_
#ifndef DLIB_FIND_MAX_FACTOR_GRAPH_VITERBi_H
h
_
#define DLIB_FIND_MAX_FACTOR_GRAPH_VITERBi_H
_
_
#define DLIB_FIND_MAX_FACTOR_GRAPH_VITERBi_H
h
_
#include "find_max_factor_graph_viterbi_abstract.h"
#include "find_max_factor_graph_viterbi_abstract.h"
#include <vector>
#include <vector>
...
@@ -227,6 +227,6 @@ namespace dlib
...
@@ -227,6 +227,6 @@ namespace dlib
}
}
#endif // DLIB_FIND_MAX_FACTOR_GRAPH_VITERBi_H
_
_
#endif // DLIB_FIND_MAX_FACTOR_GRAPH_VITERBi_H
h
_
dlib/optimization/find_max_factor_graph_viterbi_abstract.h
View file @
ca498ac2
// Copyright (C) 2011 Davis E. King (davis@dlib.net)
// Copyright (C) 2011 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
// License: Boost Software License See LICENSE.txt for the full license.
#undef DLIB_FIND_MAX_FACTOR_GRAPH_VITERBi_ABSTRACT_H
_
_
#undef DLIB_FIND_MAX_FACTOR_GRAPH_VITERBi_ABSTRACT_H
h
_
#ifdef DLIB_FIND_MAX_FACTOR_GRAPH_VITERBi_ABSTRACT_H
_
_
#ifdef DLIB_FIND_MAX_FACTOR_GRAPH_VITERBi_ABSTRACT_H
h
_
#include <vector>
#include <vector>
#include "../matrix.h"
#include "../matrix.h"
...
@@ -125,7 +125,7 @@ namespace dlib
...
@@ -125,7 +125,7 @@ namespace dlib
}
}
#endif // DLIB_FIND_MAX_FACTOR_GRAPH_VITERBi_ABSTRACT_H
_
_
#endif // DLIB_FIND_MAX_FACTOR_GRAPH_VITERBi_ABSTRACT_H
h
_
dlib/optimization/find_max_parse_cky.h
View file @
ca498ac2
// Copyright (C) 2012 Davis E. King (davis@dlib.net)
// Copyright (C) 2012 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
// License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_FIND_MAX_PaRSE_CKY_H
_
_
#ifndef DLIB_FIND_MAX_PaRSE_CKY_H
h
_
#define DLIB_FIND_MAX_PaRSE_CKY_H
_
_
#define DLIB_FIND_MAX_PaRSE_CKY_H
h
_
#include "find_max_parse_cky_abstract.h"
#include "find_max_parse_cky_abstract.h"
#include <vector>
#include <vector>
...
@@ -410,5 +410,5 @@ namespace dlib
...
@@ -410,5 +410,5 @@ namespace dlib
}
}
#endif // DLIB_FIND_MAX_PaRSE_CKY_H
_
_
#endif // DLIB_FIND_MAX_PaRSE_CKY_H
h
_
dlib/optimization/find_max_parse_cky_abstract.h
View file @
ca498ac2
// Copyright (C) 2012 Davis E. King (davis@dlib.net)
// Copyright (C) 2012 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
// License: Boost Software License See LICENSE.txt for the full license.
#undef DLIB_FIND_MAX_PARsE_CKY_ABSTRACT_H
_
_
#undef DLIB_FIND_MAX_PARsE_CKY_ABSTRACT_H
h
_
#ifdef DLIB_FIND_MAX_PARsE_CKY_ABSTRACT_H
_
_
#ifdef DLIB_FIND_MAX_PARsE_CKY_ABSTRACT_H
h
_
#include <vector>
#include <vector>
#include <string>
#include <string>
...
@@ -384,5 +384,5 @@ namespace dlib
...
@@ -384,5 +384,5 @@ namespace dlib
}
}
#endif // DLIB_FIND_MAX_PARsE_CKY_ABSTRACT_H
_
_
#endif // DLIB_FIND_MAX_PARsE_CKY_ABSTRACT_H
h
_
dlib/optimization/max_cost_assignment.h
View file @
ca498ac2
// Copyright (C) 2011 Davis E. King (davis@dlib.net)
// Copyright (C) 2011 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
// License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_MAX_COST_ASSIgNMENT_H
_
_
#ifndef DLIB_MAX_COST_ASSIgNMENT_H
h
_
#define DLIB_MAX_COST_ASSIgNMENT_H
_
_
#define DLIB_MAX_COST_ASSIgNMENT_H
h
_
#include "max_cost_assignment_abstract.h"
#include "max_cost_assignment_abstract.h"
#include "../matrix.h"
#include "../matrix.h"
...
@@ -283,6 +283,6 @@ namespace dlib
...
@@ -283,6 +283,6 @@ namespace dlib
}
}
#endif // DLIB_MAX_COST_ASSIgNMENT_H
_
_
#endif // DLIB_MAX_COST_ASSIgNMENT_H
h
_
dlib/optimization/max_cost_assignment_abstract.h
View file @
ca498ac2
// Copyright (C) 2011 Davis E. King (davis@dlib.net)
// Copyright (C) 2011 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
// License: Boost Software License See LICENSE.txt for the full license.
#undef DLIB_MAX_COST_ASSIgNMENT_ABSTRACT_H
_
_
#undef DLIB_MAX_COST_ASSIgNMENT_ABSTRACT_H
h
_
#ifdef DLIB_MAX_COST_ASSIgNMENT_ABSTRACT_H
_
_
#ifdef DLIB_MAX_COST_ASSIgNMENT_ABSTRACT_H
h
_
#include "../matrix.h"
#include "../matrix.h"
#include <vector>
#include <vector>
...
@@ -59,5 +59,5 @@ namespace dlib
...
@@ -59,5 +59,5 @@ namespace dlib
}
}
#endif // DLIB_MAX_COST_ASSIgNMENT_ABSTRACT_H
_
_
#endif // DLIB_MAX_COST_ASSIgNMENT_ABSTRACT_H
h
_
dlib/optimization/max_sum_submatrix.h
View file @
ca498ac2
// Copyright (C) 2011 Davis E. King (davis@dlib.net)
// Copyright (C) 2011 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
// License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_MAX_SUM_SUBMaTRIX_H
_
_
#ifndef DLIB_MAX_SUM_SUBMaTRIX_H
h
_
#define DLIB_MAX_SUM_SUBMaTRIX_H
_
_
#define DLIB_MAX_SUM_SUBMaTRIX_H
h
_
#include "max_sum_submatrix_abstract.h"
#include "max_sum_submatrix_abstract.h"
#include "../matrix.h"
#include "../matrix.h"
...
@@ -281,5 +281,5 @@ namespace dlib
...
@@ -281,5 +281,5 @@ namespace dlib
}
}
#endif // DLIB_MAX_SUM_SUBMaTRIX_H
_
_
#endif // DLIB_MAX_SUM_SUBMaTRIX_H
h
_
dlib/optimization/max_sum_submatrix_abstract.h
View file @
ca498ac2
// Copyright (C) 2011 Davis E. King (davis@dlib.net)
// Copyright (C) 2011 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
// License: Boost Software License See LICENSE.txt for the full license.
#undef DLIB_MAX_SUM_SUBMaTRIX_ABSTRACT_H
_
_
#undef DLIB_MAX_SUM_SUBMaTRIX_ABSTRACT_H
h
_
#ifdef DLIB_MAX_SUM_SUBMaTRIX_ABSTRACT_H
_
_
#ifdef DLIB_MAX_SUM_SUBMaTRIX_ABSTRACT_H
h
_
#include "../matrix.h"
#include "../matrix.h"
#include <vector>
#include <vector>
...
@@ -44,6 +44,6 @@ namespace dlib
...
@@ -44,6 +44,6 @@ namespace dlib
}
}
#endif // DLIB_MAX_SUM_SUBMaTRIX_ABSTRACT_H
_
_
#endif // DLIB_MAX_SUM_SUBMaTRIX_ABSTRACT_H
h
_
Prev
1
…
4
5
6
7
8
9
10
11
12
…
16
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment