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/compress_stream/compress_stream_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_COMPRESS_STREAM_KERNEl_2_ #define DLIB_COMPRESS_STREAM_KERNEl_2_ #include "../algs.h" #include <iostream> #include <streambuf> #include "compress_stream_kernel_abstract.h" name...
14,574
32.738426
119
h
self
self-master/lib/dlib/compress_stream/compress_stream_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_COMPRESS_STREAM_KERNEl_ABSTRACT_ #ifdef DLIB_COMPRESS_STREAM_KERNEl_ABSTRACT_ #include "../algs.h" #include <iosfwd> namespace dlib { class compress_stream { /...
2,853
29.042105
98
h
self
self-master/lib/dlib/image_saver/image_saver.h
// Copyright (C) 2006 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_IMAGE_SAVEr_ #define DLIB_IMAGE_SAVEr_ #include "image_saver_abstract.h" #include <iostream> #include <fstream> #include <sstream> #include "../algs.h" #include "../pixel.h" #in...
24,098
33.976778
132
h
self
self-master/lib/dlib/image_saver/save_png_abstract.h
// Copyright (C) 2011 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_SAVE_PnG_ABSTRACT_ #ifdef DLIB_SAVE_PnG_ABSTRACT_ #include "../pixel.h" #include "../image_processing/generic_image.h" namespace dlib { // -------------------------------------...
1,751
33.352941
105
h
self
self-master/lib/dlib/image_saver/save_jpeg_abstract.h
// Copyright (C) 2014 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_SAVE_JPEG_ABSTRACT_Hh_ #ifdef DLIB_SAVE_JPEG_ABSTRACT_Hh_ #include "../image_processing/generic_image.h" #include "../pixel.h" #include <string> namespace dlib { // -----------...
1,927
35.377358
91
h
self
self-master/lib/dlib/image_saver/save_png.h
// Copyright (C) 2011 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_SAVE_PnG_Hh_ #define DLIB_SAVE_PnG_Hh_ #include "save_png_abstract.h" #include "image_saver.h" #include "../array2d.h" #include <vector> #include <string> #include "../pixel.h" ...
5,586
33.276074
113
h
self
self-master/lib/dlib/image_saver/image_saver_abstract.h
// Copyright (C) 2006 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_IMAGE_SAVEr_ABSTRACT_ #ifdef DLIB_IMAGE_SAVEr_ABSTRACT_ #include <iosfwd> #include "../algs.h" #include "../pixel.h" #include "../image_processing/generic_image.h" namespace dli...
4,679
35
91
h
self
self-master/lib/dlib/image_saver/save_jpeg.h
// Copyright (C) 2014 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_SAVE_JPEG_Hh_ #define DLIB_SAVE_JPEG_Hh_ #include "save_jpeg_abstract.h" #include "../enable_if.h" #include "../matrix.h" #include "../array2d.h" #include "../pixel.h" #include...
2,239
25.987952
91
h
self
self-master/lib/dlib/image_saver/dng_shared.h
// Copyright (C) 2007 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_DNG_SHAREd_ #define DLIB_DNG_SHAREd_ #include "../pixel.h" #include <cmath> #include "../uintn.h" namespace dlib { namespace dng_helpers_namespace { enum ...
8,216
27.432526
84
h
self
self-master/lib/dlib/crc32/crc32_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_CRC32_KERNEl_1_ #define DLIB_CRC32_KERNEl_1_ #include "../algs.h" #include <string> #include <vector> #include "crc32_kernel_abstract.h" namespace dlib { class crc32 ...
8,784
32.403042
111
h
self
self-master/lib/dlib/crc32/crc32_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_CRC32_KERNEl_ABSTRACT_ #ifdef DLIB_CRC32_KERNEl_ABSTRACT_ #include "../algs.h" #include <string> #include <vector> namespace dlib { class crc32 { /*! ...
3,106
22.360902
88
h
self
self-master/lib/dlib/mlp/mlp_kernel_1.h
// Copyright (C) 2007 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_MLp_KERNEL_1_ #define DLIB_MLp_KERNEL_1_ #include "../algs.h" #include "../serialize.h" #include "../matrix.h" #include "../rand.h" #include "mlp_kernel_abstract.h" #include <ct...
12,437
30.488608
121
h
self
self-master/lib/dlib/mlp/mlp_kernel_c.h
// Copyright (C) 2007 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_MLP_KERNEl_C_ #define DLIB_MLP_KERNEl_C_ #include "mlp_kernel_abstract.h" #include "../algs.h" #include "../assert.h" namespace dlib { template < typename mlp_bas...
5,820
37.296053
92
h
self
self-master/lib/dlib/mlp/mlp_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_MLp_ABSTRACT_ #ifdef DLIB_MLp_ABSTRACT_ #include "../algs.h" #include "../serialize.h" #include "../matrix/matrix_abstract.h" namespace dlib { // ------------------------------...
6,833
29.238938
91
h
self
self-master/lib/dlib/hash_set/hash_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_HASH_SET_KERNEl_ABSTRACT_ #ifdef DLIB_HASH_SET_KERNEl_ABSTRACT_ #include "../general_hash/general_hash.h" #include "../interfaces/enumerable.h" #include "../interfaces/remover.h"...
6,553
30.509615
113
h
self
self-master/lib/dlib/hash_set/hash_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_HASH_SET_KERNEl_1_ #define DLIB_HASH_SET_KERNEl_1_ #include "hash_set_kernel_abstract.h" #include "../algs.h" #include "../general_hash/general_hash.h" #include "../interfaces/e...
9,951
24.387755
109
h
self
self-master/lib/dlib/hash_set/hash_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_HASH_SET_KERNEl_C_ #define DLIB_HASH_SET_KERNEl_C_ #include "hash_set_kernel_abstract.h" #include "../algs.h" #include "../assert.h" namespace dlib { template < ty...
5,179
26.120419
91
h
self
self-master/lib/dlib/stl_checked/std_vector_c_abstract.h
// Copyright (C) 2008 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_STD_VECTOr_C_ABSTRACT_H_ #ifdef DLIB_STD_VECTOr_C_ABSTRACT_H_ #include <vector> #include <algorithm> #include "../assert.h" namespace dlib { template < typename T, ...
13,030
26.666667
91
h
self
self-master/lib/dlib/stl_checked/std_vector_c.h
// Copyright (C) 2008 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_STD_VECTOr_C_H_ #define DLIB_STD_VECTOr_C_H_ #include <vector> #include <algorithm> #include "../assert.h" #include "std_vector_c_abstract.h" #include "../serialize.h" #include ...
12,299
35.826347
103
h
self
self-master/lib/dlib/gui_core/gui_core_kernel_2.h
// Copyright (C) 2005 Davis E. King (davis@dlib.net), Keita Mochizuki // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_GUI_CORE_KERNEl_2_ #define DLIB_GUI_CORE_KERNEl_2_ #ifdef DLIB_ISO_CPP_ONLY #error "DLIB_ISO_CPP_ONLY is defined so you can't use this OS dependent code. Turn ...
10,066
22.969048
129
h
self
self-master/lib/dlib/gui_core/gui_core_kernel_1.h
// Copyright (C) 2005 Davis E. King (davis@dlib.net), Keita Mochizuki // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_GUI_CORE_KERNEl_1_ #define DLIB_GUI_CORE_KERNEl_1_ #ifdef DLIB_ISO_CPP_ONLY #error "DLIB_ISO_CPP_ONLY is defined so you can't use this OS dependent code. Turn...
10,024
22.812352
129
h
self
self-master/lib/dlib/directed_graph/directed_graph_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_DIRECTED_GRAPH_KERNEl_ABSTRACT_ #ifdef DLIB_DIRECTED_GRAPH_KERNEl_ABSTRACT_ #include "../serialize.h" #include "../algs.h" #include "../noncopyable.h" namespace dlib { temp...
12,068
30.429688
113
h
self
self-master/lib/dlib/bound_function_pointer/bound_function_pointer_kernel_abstract.h
// Copyright (C) 2008 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_BOUND_FUNCTION_POINTER_KERNEl_ABSTRACT_ #ifdef DLIB_BOUND_FUNCTION_POINTER_KERNEl_ABSTRACT_ namespace dlib { // -----------------------------------------------------------------...
13,121
27.713348
107
h
self
self-master/lib/dlib/bound_function_pointer/bound_function_pointer_kernel_1.h
// Copyright (C) 2008 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_BOUND_FUNCTION_POINTER_KERNEl_1_ #define DLIB_BOUND_FUNCTION_POINTER_KERNEl_1_ #include "../algs.h" #include "../member_function_pointer.h" #include "bound_function_pointer_kern...
22,856
28.492903
118
h
self
self-master/lib/dlib/filtering/kalman_filter_abstract.h
// Copyright (C) 2012 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_KALMAN_FiLTER_ABSTRACT_Hh_ #ifdef DLIB_KALMAN_FiLTER_ABSTRACT_Hh_ #include "../serialize.h" #include "../matrix.h" namespace dlib { // -----------------------------------------...
6,978
32.392344
114
h
self
self-master/lib/dlib/filtering/rls_filter.h
// Copyright (C) 2012 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_RLS_FiLTER_Hh_ #define DLIB_RLS_FiLTER_Hh_ #include "rls_filter_abstract.h" #include "../svm/rls.h" #include <vector> #include "../matrix.h" #include "../sliding_buffer.h" name...
6,155
29.934673
119
h
self
self-master/lib/dlib/filtering/rls_filter_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_FiLTER_ABSTRACT_Hh_ #ifdef DLIB_RLS_FiLTER_ABSTRACT_Hh_ #include "../svm/rls_abstract.h" #include "../matrix/matrix_abstract.h" namespace dlib { // ------------------------...
6,578
37.25
102
h
self
self-master/lib/dlib/filtering/kalman_filter.h
// Copyright (C) 2012 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_KALMAN_FiLTER_Hh_ #define DLIB_KALMAN_FiLTER_Hh_ #include "kalman_filter_abstract.h" #include "../matrix.h" namespace dlib { // -----------------------------------------------...
4,806
28.857143
122
h
self
self-master/lib/dlib/config_reader/config_reader_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_CONFIG_READER_KERNEl_1_ #define DLIB_CONFIG_READER_KERNEl_1_ #include "config_reader_kernel_abstract.h" #include <string> #include <iostream> #include <sstream> #include <fstrea...
21,709
28.377537
106
h
self
self-master/lib/dlib/config_reader/config_reader_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_CONFIG_READER_KERNEl_ABSTRACT_ #ifdef DLIB_CONFIG_READER_KERNEl_ABSTRACT_ #include <string> #include <iosfwd> namespace dlib { class config_reader { /*! ...
14,415
38.604396
111
h
self
self-master/lib/dlib/config_reader/config_reader_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_CONFIG_READER_THREAD_SAFe_ABSTRACT_ #ifdef DLIB_CONFIG_READER_THREAD_SAFe_ABSTRACT_ #include <string> #include <iosfwd> #include "config_reader_kernel_abstract.h" #include "../th...
1,369
28.782609
88
h
self
self-master/lib/opencv/android/sdk/native/jni/include/opencv/highgui.h
/*M/////////////////////////////////////////////////////////////////////////////////////// // // IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING. // // By downloading, copying, installing or using the software you agree to this license. // If you do not agree to this license, do not download, instal...
2,234
44.612245
90
h
self
self-master/lib/opencv/android/sdk/native/jni/include/opencv/cxcore.h
/*M/////////////////////////////////////////////////////////////////////////////////////// // // IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING. // // By downloading, copying, installing or using the software you agree to this license. // If you do not agree to this license, do not download, instal...
2,432
44.90566
134
h
self
self-master/lib/opencv/android/sdk/native/jni/include/opencv/cvaux.h
/*M/////////////////////////////////////////////////////////////////////////////////////// // // IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING. // // By downloading, copying, installing or using the software you agree to this license. // If you do not agree to this license, do not download, instal...
2,531
42.655172
134
h
self
self-master/lib/opencv/android/sdk/native/jni/include/opencv/cvwimage.h
/////////////////////////////////////////////////////////////////////////////// // IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING. // // By downloading, copying, installing or using the software you agree to // this license. If you do not agree to this license, do not download, // install, copy o...
2,184
45.489362
80
h
self
self-master/lib/opencv/android/sdk/native/jni/include/opencv/ml.h
/*M/////////////////////////////////////////////////////////////////////////////////////// // // IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING. // // By downloading, copying, installing or using the software you agree to this license. // If you do not agree to this license, do not download, instal...
2,153
43.875
90
h
self
self-master/lib/opencv/android/sdk/native/jni/include/opencv2/video/tracking_c.h
/*M/////////////////////////////////////////////////////////////////////////////////////// // // IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING. // // By downloading, copying, installing or using the software you agree to this license. // If you do not agree to this license, do not download, instal...
11,488
48.309013
95
h
self
self-master/lib/opencv/android/sdk/native/jni/include/opencv2/objdetect/objdetect_c.h
/*M/////////////////////////////////////////////////////////////////////////////////////// // // IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING. // // By downloading, copying, installing or using the software you agree to this license. // If you do not agree to this license, do not download, instal...
5,987
35.072289
103
h
self
self-master/lib/opencv/android/sdk/native/jni/include/opencv2/photo/photo_c.h
/*M/////////////////////////////////////////////////////////////////////////////////////// // // IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING. // // By downloading, copying, installing or using the software you agree to this license. // If you do not agree to this license, do not download, instal...
2,708
35.12
90
h
self
self-master/lib/opencv/android/sdk/native/jni/include/opencv2/imgcodecs/imgcodecs_c.h
/*M/////////////////////////////////////////////////////////////////////////////////////// // // IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING. // // By downloading, copying, installing or using the software you agree to this license. // If you do not agree to this license, do not download, instal...
5,033
35.478261
97
h
self
self-master/lib/opencv/android/sdk/native/jni/include/opencv2/imgcodecs/ios.h
/*M/////////////////////////////////////////////////////////////////////////////////////// // // IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING. // // By downloading, copying, installing or using the software you agree to this license. // If you do not agree to this license, do not download, insta...
2,509
42.275862
90
h
self
self-master/lib/opencv/android/sdk/native/jni/include/opencv2/flann/composite_index.h
/*********************************************************************** * Software License Agreement (BSD License) * * Copyright 2008-2009 Marius Muja (mariusm@cs.ubc.ca). All rights reserved. * Copyright 2008-2009 David G. Lowe (lowe@cs.ubc.ca). All rights reserved. * * THE BSD LICENSE * * Redistribution an...
5,988
29.712821
113
h
self
self-master/lib/opencv/android/sdk/native/jni/include/opencv2/flann/saving.h
/*********************************************************************** * Software License Agreement (BSD License) * * Copyright 2008-2009 Marius Muja (mariusm@cs.ubc.ca). All rights reserved. * Copyright 2008-2009 David G. Lowe (lowe@cs.ubc.ca). All rights reserved. * * Redistribution and use in source and bi...
5,778
29.739362
92
h
self
self-master/lib/opencv/android/sdk/native/jni/include/opencv2/flann/defines.h
/*********************************************************************** * Software License Agreement (BSD License) * * Copyright 2008-2011 Marius Muja (mariusm@cs.ubc.ca). All rights reserved. * Copyright 2008-2011 David G. Lowe (lowe@cs.ubc.ca). All rights reserved. * * Redistribution and use in source and bi...
4,716
25.5
84
h
self
self-master/lib/opencv/android/sdk/native/jni/include/opencv2/flann/sampling.h
/*********************************************************************** * Software License Agreement (BSD License) * * Copyright 2008-2009 Marius Muja (mariusm@cs.ubc.ca). All rights reserved. * Copyright 2008-2009 David G. Lowe (lowe@cs.ubc.ca). All rights reserved. * * Redistribution and use in source and bi...
2,849
33.756098
77
h
self
self-master/lib/opencv/android/sdk/native/jni/include/opencv2/flann/config.h
/*********************************************************************** * Software License Agreement (BSD License) * * Copyright 2008-2011 Marius Muja (mariusm@cs.ubc.ca). All rights reserved. * Copyright 2008-2011 David G. Lowe (lowe@cs.ubc.ca). All rights reserved. * * Redistribution and use in source and bi...
1,789
44.897436
77
h
self
self-master/lib/opencv/android/sdk/native/jni/include/opencv2/flann/general.h
/*********************************************************************** * Software License Agreement (BSD License) * * Copyright 2008-2009 Marius Muja (mariusm@cs.ubc.ca). All rights reserved. * Copyright 2008-2009 David G. Lowe (lowe@cs.ubc.ca). All rights reserved. * * THE BSD LICENSE * * Redistribution an...
2,041
39.039216
101
h
self
self-master/lib/opencv/android/sdk/native/jni/include/opencv2/flann/logger.h
/*********************************************************************** * Software License Agreement (BSD License) * * Copyright 2008-2009 Marius Muja (mariusm@cs.ubc.ca). All rights reserved. * Copyright 2008-2009 David G. Lowe (lowe@cs.ubc.ca). All rights reserved. * * THE BSD LICENSE * * Redistribution an...
3,717
27.381679
86
h
self
self-master/lib/opencv/android/sdk/native/jni/include/opencv2/flann/timer.h
/*********************************************************************** * Software License Agreement (BSD License) * * Copyright 2008-2009 Marius Muja (mariusm@cs.ubc.ca). All rights reserved. * Copyright 2008-2009 David G. Lowe (lowe@cs.ubc.ca). All rights reserved. * * THE BSD LICENSE * * Redistribution an...
2,530
25.642105
77
h
self
self-master/lib/opencv/android/sdk/native/jni/include/opencv2/flann/allocator.h
/*********************************************************************** * Software License Agreement (BSD License) * * Copyright 2008-2009 Marius Muja (mariusm@cs.ubc.ca). All rights reserved. * Copyright 2008-2009 David G. Lowe (lowe@cs.ubc.ca). All rights reserved. * * THE BSD LICENSE * * Redistribution an...
6,065
31.095238
102
h
self
self-master/lib/opencv/android/sdk/native/jni/include/opencv2/flann/simplex_downhill.h
/*********************************************************************** * Software License Agreement (BSD License) * * Copyright 2008-2009 Marius Muja (mariusm@cs.ubc.ca). All rights reserved. * Copyright 2008-2009 David G. Lowe (lowe@cs.ubc.ca). All rights reserved. * * THE BSD LICENSE * * Redistribution an...
5,749
29.748663
100
h
self
self-master/lib/opencv/android/sdk/native/jni/include/opencv2/flann/heap.h
/*********************************************************************** * Software License Agreement (BSD License) * * Copyright 2008-2009 Marius Muja (mariusm@cs.ubc.ca). All rights reserved. * Copyright 2008-2009 David G. Lowe (lowe@cs.ubc.ca). All rights reserved. * * THE BSD LICENSE * * Redistribution an...
4,111
23.771084
77
h
self
self-master/lib/opencv/android/sdk/native/jni/include/opencv2/flann/params.h
/*********************************************************************** * Software License Agreement (BSD License) * * Copyright 2008-2011 Marius Muja (mariusm@cs.ubc.ca). All rights reserved. * Copyright 2008-2011 David G. Lowe (lowe@cs.ubc.ca). All rights reserved. * * Redistribution and use in source and bi...
3,274
31.75
109
h
self
self-master/lib/opencv/android/sdk/native/jni/include/opencv2/flann/linear_index.h
/*********************************************************************** * Software License Agreement (BSD License) * * Copyright 2008-2009 Marius Muja (mariusm@cs.ubc.ca). All rights reserved. * Copyright 2008-2009 David G. Lowe (lowe@cs.ubc.ca). All rights reserved. * * THE BSD LICENSE * * Redistribution an...
3,701
26.834586
120
h
self
self-master/lib/opencv/android/sdk/native/jni/include/opencv2/flann/hdf5.h
/*********************************************************************** * Software License Agreement (BSD License) * * Copyright 2008-2009 Marius Muja (mariusm@cs.ubc.ca). All rights reserved. * Copyright 2008-2009 David G. Lowe (lowe@cs.ubc.ca). All rights reserved. * * Redistribution and use in source and bi...
7,301
30.474138
120
h
self
self-master/lib/opencv/android/sdk/native/jni/include/opencv2/flann/result_set.h
/*********************************************************************** * Software License Agreement (BSD License) * * Copyright 2008-2009 Marius Muja (mariusm@cs.ubc.ca). All rights reserved. * Copyright 2008-2009 David G. Lowe (lowe@cs.ubc.ca). All rights reserved. * * THE BSD LICENSE * * Redistribution an...
14,995
26.566176
134
h
self
self-master/lib/opencv/android/sdk/native/jni/include/opencv2/flann/any.h
#ifndef OPENCV_FLANN_ANY_H_ #define OPENCV_FLANN_ANY_H_ /* * (C) Copyright Christopher Diggins 2005-2011 * (C) Copyright Pablo Aguilar 2005 * (C) Copyright Kevlin Henney 2001 * * Distributed under the Boost Software License, Version 1.0. (See * accompanying file LICENSE_1_0.txt or copy at * http://www.boost.org/...
8,241
24.438272
105
h
self
self-master/lib/opencv/android/sdk/native/jni/include/opencv2/flann/matrix.h
/*********************************************************************** * Software License Agreement (BSD License) * * Copyright 2008-2009 Marius Muja (mariusm@cs.ubc.ca). All rights reserved. * Copyright 2008-2009 David G. Lowe (lowe@cs.ubc.ca). All rights reserved. * * THE BSD LICENSE * * Redistribution an...
3,286
27.094017
82
h
self
self-master/lib/opencv/android/sdk/native/jni/include/opencv2/flann/random.h
/*********************************************************************** * Software License Agreement (BSD License) * * Copyright 2008-2009 Marius Muja (mariusm@cs.ubc.ca). All rights reserved. * Copyright 2008-2009 David G. Lowe (lowe@cs.ubc.ca). All rights reserved. * * THE BSD LICENSE * * Redistribution an...
3,692
26.559701
79
h
self
self-master/lib/opencv/android/sdk/native/jni/include/opencv2/flann/dynamic_bitset.h
/*********************************************************************** * Software License Agreement (BSD License) * * Copyright 2008-2009 Marius Muja (mariusm@cs.ubc.ca). All rights reserved. * Copyright 2008-2009 David G. Lowe (lowe@cs.ubc.ca). All rights reserved. * * THE BSD LICENSE * * Redistribution an...
4,552
27.45625
96
h
self
self-master/lib/opencv/android/sdk/native/jni/include/opencv2/flann/object_factory.h
/*********************************************************************** * Software License Agreement (BSD License) * * Copyright 2008-2009 Marius Muja (mariusm@cs.ubc.ca). All rights reserved. * Copyright 2008-2009 David G. Lowe (lowe@cs.ubc.ca). All rights reserved. * * THE BSD LICENSE * * Redistribution an...
2,898
30.51087
80
h
self
self-master/lib/opencv/android/sdk/native/jni/include/opencv2/videoio/cap_ios.h
/* For iOS video I/O * by Eduard Feicho on 29/07/12 * Copyright 2012. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistributions of source code must retain the above copyright ...
5,511
30.141243
94
h
Arcade-Learning-Environment
Arcade-Learning-Environment-master/src/common/Constants.h
/* ***************************************************************************** * A.L.E (Arcade Learning Environment) * Copyright (c) 2009-2013 by Yavar Naddaf, Joel Veness, Marc G. Bellemare and * the Reinforcement Learning and Artificial Intelligence Laboratory * Released under the GNU General Public License; ...
2,754
27.402062
81
h
OpenFoamBenchmarks
OpenFoamBenchmarks-master/src/dummyThirdParty/MGridGen/mgridgen.h
/*---------------------------------------------------------------------------*\ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | \\ / A nd | www.openfoam.com \\/ M anipulation | -----------------------------------...
1,984
31.016129
79
h
OpenFoamBenchmarks
OpenFoamBenchmarks-master/src/dummyThirdParty/metisDecomp/metis.h
#ifndef METIS_H #define METIS_H /* *** DUMMY VERSION of metis.h * This file should not be included if you have metis correctly installed. * See: etc/config.sh/metis * See: src/parallel/decompose/metisDecomp/Make/options */ #warning "Dummy metis.h - could not find METIS installation." // Integer type:...
1,705
26.967213
91
h
OpenFoamBenchmarks
OpenFoamBenchmarks-master/src/OpenFOAM/db/IOstreams/gzstream/gzstream.h
// ============================================================================ // gzstream, C++ iostream classes wrapping the zlib compression library. // Copyright (C) 2001 Deepak Bandyopadhyay, Lutz Kettner // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU L...
6,729
26.809917
79
h
OpenFoamBenchmarks
OpenFoamBenchmarks-master/src/OpenFOAM/expressions/fields/fieldExprLemonParser.h
#define TOK_LPAREN 1 #define TOK_RPAREN 2 #define TOK_COMMA 3 #define TOK_QUESTION 4 #define TOK_COLON 5 #define TOK_LOR 6 #define TOK_LAND ...
4,653
45.54
46
h
OpenFoamBenchmarks
OpenFoamBenchmarks-master/src/finiteVolume/expressions/patch/patchExprLemonParser.h
#define TOK_LPAREN 1 #define TOK_RPAREN 2 #define TOK_COMMA 3 #define TOK_QUESTION 4 #define TOK_COLON 5 #define TOK_LOR 6 #define TOK_LAND ...
5,875
45.634921
46
h
OpenFoamBenchmarks
OpenFoamBenchmarks-master/src/finiteVolume/expressions/volume/volumeExprLemonParser.h
#define TOK_LPAREN 1 #define TOK_RPAREN 2 #define TOK_COMMA 3 #define TOK_QUESTION 4 #define TOK_COLON 5 #define TOK_LOR 6 #define TOK_LAND ...
5,922
45.637795
46
h
polygon_coverage_planning
polygon_coverage_planning-master/polygon_coverage_ros/include/polygon_coverage_ros/polygon_planner_base.h
/* * polygon_coverage_planning implements algorithms for coverage planning in * general polygons with holes. Copyright (C) 2019, Rik Bähnemann, Autonomous * Systems Lab, ETH Zürich * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as pu...
4,878
35.140741
80
h
polygon_coverage_planning
polygon_coverage_planning-master/polygon_coverage_ros/include/polygon_coverage_ros/coverage_planner.h
/* * polygon_coverage_planning implements algorithms for coverage planning in * general polygons with holes. Copyright (C) 2019, Rik Bähnemann, Autonomous * Systems Lab, ETH Zürich * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as pu...
9,655
36.866667
80
h
polygon_coverage_planning
polygon_coverage_planning-master/polygon_coverage_ros/include/polygon_coverage_ros/ros_interface.h
/* * polygon_coverage_planning implements algorithms for coverage planning in * general polygons with holes. Copyright (C) 2019, Rik Bähnemann, Autonomous * Systems Lab, ETH Zürich * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as pu...
5,951
44.784615
80
h
polygon_coverage_planning
polygon_coverage_planning-master/polygon_coverage_ros/include/polygon_coverage_ros/shortest_path_planner.h
/* * polygon_coverage_planning implements algorithms for coverage planning in * general polygons with holes. Copyright (C) 2019, Rik Bähnemann, Autonomous * Systems Lab, ETH Zürich * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as pu...
1,878
33.163636
80
h
polygon_coverage_planning
polygon_coverage_planning-master/polygon_coverage_planners/include/polygon_coverage_planners/timing.h
/* * Copyright (C) 2012-2013 Simon Lynen, ASL, ETH Zurich, Switzerland * You can contact the author at <slynen at ethz dot ch> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http...
5,565
24.888372
79
h
polygon_coverage_planning
polygon_coverage_planning-master/polygon_coverage_planners/include/polygon_coverage_planners/sensor_models/line.h
/* * polygon_coverage_planning implements algorithms for coverage planning in * general polygons with holes. Copyright (C) 2019, Rik Bähnemann, Autonomous * Systems Lab, ETH Zürich * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as pu...
1,526
33.704545
80
h
polygon_coverage_planning
polygon_coverage_planning-master/polygon_coverage_planners/include/polygon_coverage_planners/sensor_models/sensor_model_base.h
/* * polygon_coverage_planning implements algorithms for coverage planning in * general polygons with holes. Copyright (C) 2019, Rik Bähnemann, Autonomous * Systems Lab, ETH Zürich * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as pu...
2,279
29.810811
80
h
polygon_coverage_planning
polygon_coverage_planning-master/polygon_coverage_planners/include/polygon_coverage_planners/sensor_models/frustum.h
/* * polygon_coverage_planning implements algorithms for coverage planning in * general polygons with holes. Copyright (C) 2019, Rik Bähnemann, Autonomous * Systems Lab, ETH Zürich * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as pu...
1,828
32.254545
80
h
polygon_coverage_planning
polygon_coverage_planning-master/polygon_coverage_planners/include/polygon_coverage_planners/graphs/sweep_plan_graph.h
/* * polygon_coverage_planning implements algorithms for coverage planning in * general polygons with holes. Copyright (C) 2019, Rik Bähnemann, Autonomous * Systems Lab, ETH Zürich * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as pu...
7,450
41.821839
80
h
polygon_coverage_planning
polygon_coverage_planning-master/polygon_coverage_planners/include/polygon_coverage_planners/graphs/gtspp_product_graph.h
/* * polygon_coverage_planning implements algorithms for coverage planning in * general polygons with holes. Copyright (C) 2019, Rik Bähnemann, Autonomous * Systems Lab, ETH Zürich * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as pu...
6,466
42.402685
80
h
polygon_coverage_planning
polygon_coverage_planning-master/polygon_coverage_planners/include/polygon_coverage_planners/planners/polygon_stripmap_planner_exact.h
/* * polygon_coverage_planning implements algorithms for coverage planning in * general polygons with holes. Copyright (C) 2019, Rik Bähnemann, Autonomous * Systems Lab, ETH Zürich * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as pu...
2,109
37.363636
80
h
polygon_coverage_planning
polygon_coverage_planning-master/polygon_coverage_planners/include/polygon_coverage_planners/planners/polygon_stripmap_planner_exact_preprocessed.h
/* * polygon_coverage_planning implements algorithms for coverage planning in * general polygons with holes. Copyright (C) 2019, Rik Bähnemann, Autonomous * Systems Lab, ETH Zürich * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as pu...
1,818
39.422222
92
h
polygon_coverage_planning
polygon_coverage_planning-master/polygon_coverage_planners/include/polygon_coverage_planners/planners/polygon_stripmap_planner.h
/* * polygon_coverage_planning implements algorithms for coverage planning in * general polygons with holes. Copyright (C) 2019, Rik Bähnemann, Autonomous * Systems Lab, ETH Zürich * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as pu...
2,636
35.625
80
h
polygon_coverage_planning
polygon_coverage_planning-master/polygon_coverage_planners/include/polygon_coverage_planners/cost_functions/path_cost_functions.h
/* * polygon_coverage_planning implements algorithms for coverage planning in * general polygons with holes. Copyright (C) 2019, Rik Bähnemann, Autonomous * Systems Lab, ETH Zürich * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as pu...
2,844
34.5625
80
h
polygon_coverage_planning
polygon_coverage_planning-master/polygon_coverage_solvers/include/polygon_coverage_solvers/gk_ma.h
/* * polygon_coverage_planning implements algorithms for coverage planning in * general polygons with holes. Copyright (C) 2019, Rik Bähnemann, Autonomous * Systems Lab, ETH Zürich * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as pu...
2,250
29.013333
80
h
polygon_coverage_planning
polygon_coverage_planning-master/polygon_coverage_solvers/include/polygon_coverage_solvers/graph_base.h
/* * polygon_coverage_planning implements algorithms for coverage planning in * general polygons with holes. Copyright (C) 2019, Rik Bähnemann, Autonomous * Systems Lab, ETH Zürich * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as pu...
5,024
35.151079
80
h
polygon_coverage_planning
polygon_coverage_planning-master/polygon_coverage_solvers/include/polygon_coverage_solvers/boolean_lattice.h
/* * polygon_coverage_planning implements algorithms for coverage planning in * general polygons with holes. Copyright (C) 2019, Rik Bähnemann, Autonomous * Systems Lab, ETH Zürich * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as pu...
3,766
37.835052
80
h
polygon_coverage_planning
polygon_coverage_planning-master/polygon_coverage_solvers/include/polygon_coverage_solvers/combinatorics.h
/* * polygon_coverage_planning implements algorithms for coverage planning in * general polygons with holes. Copyright (C) 2019, Rik Bähnemann, Autonomous * Systems Lab, ETH Zürich * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as pu...
1,810
34.509804
80
h
polygon_coverage_planning
polygon_coverage_planning-master/polygon_coverage_solvers/include/polygon_coverage_solvers/impl/graph_base_impl.h
/* * polygon_coverage_planning implements algorithms for coverage planning in * general polygons with holes. Copyright (C) 2019, Rik Bähnemann, Autonomous * Systems Lab, ETH Zürich * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as pu...
13,915
33.616915
80
h
polygon_coverage_planning
polygon_coverage_planning-master/rviz_polygon_tool/include/rviz_polygon_tool/polygon_tool.h
/* * polygon_coverage_planning implements algorithms for coverage planning in * general polygons with holes. Copyright (C) 2019, Rik Bähnemann, Autonomous * Systems Lab, ETH Zürich * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as pu...
3,347
30
80
h
polygon_coverage_planning
polygon_coverage_planning-master/polygon_coverage_geometry/include/polygon_coverage_geometry/boolean.h
/* * polygon_coverage_planning implements algorithms for coverage planning in * general polygons with holes. Copyright (C) 2019, Rik Bähnemann, Autonomous * Systems Lab, ETH Zürich * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as pu...
1,642
38.119048
80
h
polygon_coverage_planning
polygon_coverage_planning-master/polygon_coverage_geometry/include/polygon_coverage_geometry/cgal_definitions.h
/* * polygon_coverage_planning implements algorithms for coverage planning in * general polygons with holes. Copyright (C) 2019, Rik Bähnemann, Autonomous * Systems Lab, ETH Zürich * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as pu...
2,074
40.5
80
h
polygon_coverage_planning
polygon_coverage_planning-master/polygon_coverage_geometry/include/polygon_coverage_geometry/visibility_polygon.h
/* * polygon_coverage_planning implements algorithms for coverage planning in * general polygons with holes. Copyright (C) 2019, Rik Bähnemann, Autonomous * Systems Lab, ETH Zürich * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as pu...
1,577
40.526316
80
h
polygon_coverage_planning
polygon_coverage_planning-master/polygon_coverage_geometry/include/polygon_coverage_geometry/plane_transformation.h
/* * polygon_coverage_planning implements algorithms for coverage planning in * general polygons with holes. Copyright (C) 2019, Rik Bähnemann, Autonomous * Systems Lab, ETH Zürich * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as pu...
2,364
36.539683
112
h
polygon_coverage_planning
polygon_coverage_planning-master/polygon_coverage_geometry/include/polygon_coverage_geometry/triangulation.h
/* * polygon_coverage_planning implements algorithms for coverage planning in * general polygons with holes. Copyright (C) 2019, Rik Bähnemann, Autonomous * Systems Lab, ETH Zürich * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as pu...
2,085
36.25
104
h
polygon_coverage_planning
polygon_coverage_planning-master/polygon_coverage_geometry/include/polygon_coverage_geometry/bcd.h
/* * polygon_coverage_planning implements algorithms for coverage planning in * general polygons with holes. Copyright (C) 2019, Rik Bähnemann, Autonomous * Systems Lab, ETH Zürich * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as pu...
2,235
43.72
80
h
polygon_coverage_planning
polygon_coverage_planning-master/polygon_coverage_geometry/include/polygon_coverage_geometry/offset.h
/* * polygon_coverage_planning implements algorithms for coverage planning in * general polygons with holes. Copyright (C) 2019, Rik Bähnemann, Autonomous * Systems Lab, ETH Zürich * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as pu...
2,172
40.788462
80
h
polygon_coverage_planning
polygon_coverage_planning-master/polygon_coverage_geometry/include/polygon_coverage_geometry/sweep.h
/* * polygon_coverage_planning implements algorithms for coverage planning in * general polygons with holes. Copyright (C) 2019, Rik Bähnemann, Autonomous * Systems Lab, ETH Zürich * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as pu...
2,826
42.492308
80
h
polygon_coverage_planning
polygon_coverage_planning-master/polygon_coverage_geometry/include/polygon_coverage_geometry/cgal_comm.h
/* * polygon_coverage_planning implements algorithms for coverage planning in * general polygons with holes. Copyright (C) 2019, Rik Bähnemann, Autonomous * Systems Lab, ETH Zürich * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as pu...
2,631
37.705882
80
h
polygon_coverage_planning
polygon_coverage_planning-master/polygon_coverage_geometry/include/polygon_coverage_geometry/weakly_monotone.h
/* * polygon_coverage_planning implements algorithms for coverage planning in * general polygons with holes. Copyright (C) 2019, Rik Bähnemann, Autonomous * Systems Lab, ETH Zürich * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as pu...
1,606
40.205128
80
h
polygon_coverage_planning
polygon_coverage_planning-master/polygon_coverage_geometry/include/polygon_coverage_geometry/decomposition.h
/* * polygon_coverage_planning implements algorithms for coverage planning in * general polygons with holes. Copyright (C) 2019, Rik Bähnemann, Autonomous * Systems Lab, ETH Zürich * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as pu...
2,710
37.183099
80
h