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
pik
pik-master/pik/os_specific.h
// Copyright 2016 Google Inc. All Rights Reserved. // // Use of this source code is governed by an MIT-style // license that can be found in the LICENSE file or at // https://opensource.org/licenses/MIT. #ifndef PIK_OS_SPECIFIC_H_ #define PIK_OS_SPECIFIC_H_ // OS-specific functions (e.g. timing and thread affinity) ...
1,428
27.019608
74
h
pik
pik-master/pik/lossless_entropy.h
// Copyright 2019 Google Inc. All Rights Reserved. // // Use of this source code is governed by an MIT-style // license that can be found in the LICENSE file or at // https://opensource.org/licenses/MIT. #ifndef PIK_LOSSLESS_ENTROPY_H_ #define PIK_LOSSLESS_ENTROPY_H_ #include "pik/padded_bytes.h" namespace pik { si...
1,335
35.108108
78
h
pik
pik-master/pik/butteraugli/butteraugli.h
// Copyright 2016 Google Inc. All Rights Reserved. // // Use of this source code is governed by an MIT-style // license that can be found in the LICENSE file or at // https://opensource.org/licenses/MIT. // // Author: Jyrki Alakuijala (jyrki.alakuijala@gmail.com) #ifndef PIK_BUTTERAUGLI_BUTTERAUGLI_H_ #define PIK_BUTT...
10,940
34.293548
87
h
pik
pik-master/pik/research/lossless16.h
// Copyright 2019 Google LLC // // Use of this source code is governed by an MIT-style // license that can be found in the LICENSE file or at // https://opensource.org/licenses/MIT. // @author Alexander Rhatushnyak #ifndef PIK_LOSSLESS16_H_ #define PIK_LOSSLESS16_H_ #include "pik/base/padded_bytes.h" #include "pik/b...
946
29.548387
76
h
pik
pik-master/pik/research/lossless8.h
// Copyright 2019 Google LLC // // Use of this source code is governed by an MIT-style // license that can be found in the LICENSE file or at // https://opensource.org/licenses/MIT. // @author Alexander Rhatushnyak #ifndef PIK_LOSSLESS8_H_ #define PIK_LOSSLESS8_H_ #include "pik/base/padded_bytes.h" #include "pik/bas...
802
27.678571
75
h
pik
pik-master/pik/research/lossless_entropy.h
// Copyright 2019 Google LLC // // Use of this source code is governed by an MIT-style // license that can be found in the LICENSE file or at // https://opensource.org/licenses/MIT. #ifndef PIK_LOSSLESS_ENTROPY_H_ #define PIK_LOSSLESS_ENTROPY_H_ #include <vector> #include "pik/base/padded_bytes.h" namespace pik { ...
2,634
39.538462
80
h
pik
pik-master/pik/simd/foreach_target.h
// Copyright 2019 Google LLC // // Use of this source code is governed by an MIT-style // license that can be found in the LICENSE file or at // https://opensource.org/licenses/MIT. // Includes a specified file for every enabled SIMD_TARGET. This is used to // generate template instantiations to be called via runtime ...
927
20.581395
75
h
pik
pik-master/pik/simd/compiler_specific.h
// Copyright 2018 Google Inc. All Rights Reserved. // // Use of this source code is governed by an MIT-style // license that can be found in the LICENSE file or at // https://opensource.org/licenses/MIT. #ifndef PIK_SIMD_COMPILER_SPECIFIC_H_ #define PIK_SIMD_COMPILER_SPECIFIC_H_ // Compiler-specific includes and defi...
1,664
29.272727
74
h
pik
pik-master/pik/simd/util.h
// Copyright 2017 Google Inc. All Rights Reserved. // // Use of this source code is governed by an MIT-style // license that can be found in the LICENSE file or at // https://opensource.org/licenses/MIT. #ifndef PIK_SIMD_UTIL_H_ #define PIK_SIMD_UTIL_H_ // Optional replacements for standard library functionality. #i...
4,037
24.719745
72
h
pik
pik-master/pik/simd/shared.h
// Copyright 2018 Google Inc. All Rights Reserved. // // Use of this source code is governed by an MIT-style // license that can be found in the LICENSE file or at // https://opensource.org/licenses/MIT. #ifndef PIK_SIMD_SHARED_H_ #define PIK_SIMD_SHARED_H_ // Definitions needed by multiple platform-specific headers....
3,710
35.742574
79
h
pik
pik-master/pik/simd/targets.h
// Copyright 2018 Google Inc. All Rights Reserved. // // Use of this source code is governed by an MIT-style // license that can be found in the LICENSE file or at // https://opensource.org/licenses/MIT. #ifndef PIK_SIMD_TARGETS_H_ #define PIK_SIMD_TARGETS_H_ // Definitions of the supported targets (= instruction set...
7,099
27.4
80
h
pik
pik-master/pik/simd/simd.h
// Copyright 2018 Google Inc. All Rights Reserved. // // Use of this source code is governed by an MIT-style // license that can be found in the LICENSE file or at // https://opensource.org/licenses/MIT. #ifndef PIK_SIMD_SIMD_H_ #define PIK_SIMD_SIMD_H_ // Performance-portable SIMD API for SSE4/AVX2/ARMv8, later AVX-...
4,829
28.814815
79
h
pik
pik-master/pik/simd/arch.h
// Copyright 2018 Google Inc. All Rights Reserved. // // Use of this source code is governed by an MIT-style // license that can be found in the LICENSE file or at // https://opensource.org/licenses/MIT. #ifndef PIK_SIMD_ARCH_H_ #define PIK_SIMD_ARCH_H_ // Sets SIMD_ARCH to one of the following based on predefined ma...
691
22.066667
69
h
pik
pik-master/pik/x11/icc.h
// Copyright 2019 Google LLC // // Use of this source code is governed by an MIT-style // license that can be found in the LICENSE file or at // https://opensource.org/licenses/MIT. #ifndef PIK_X11_ICC_H_ #define PIK_X11_ICC_H_ #include <xcb/xcb.h> #include "pik/padded_bytes.h" namespace pik { // Should be cached ...
501
20.826087
62
h
pik
pik-master/comparison_tool/viewer/split_image_renderer.h
// Copyright 2019 Google LLC // // Use of this source code is governed by an MIT-style // license that can be found in the LICENSE file or at // https://opensource.org/licenses/MIT. #ifndef PIK_COMPARISON_TOOL_VIEWER_SPLIT_IMAGE_RENDERER_H_ #define PIK_COMPARISON_TOOL_VIEWER_SPLIT_IMAGE_RENDERER_H_ #include <QImage> ...
2,052
26.743243
80
h
pik
pik-master/comparison_tool/viewer/codec_comparison_window.h
// Copyright 2019 Google LLC // // Use of this source code is governed by an MIT-style // license that can be found in the LICENSE file or at // https://opensource.org/licenses/MIT. #ifndef PIK_COMPARISON_TOOL_VIEWER_CODEC_COMPARISON_WINDOW_H_ #define PIK_COMPARISON_TOOL_VIEWER_CODEC_COMPARISON_WINDOW_H_ #include <QD...
2,262
28.38961
79
h
pik
pik-master/comparison_tool/viewer/image_loading.h
// Copyright 2019 Google LLC // // Use of this source code is governed by an MIT-style // license that can be found in the LICENSE file or at // https://opensource.org/licenses/MIT. #ifndef PIK_COMPARISON_TOOL_VIEWER_IMAGE_LOADING_H_ #define PIK_COMPARISON_TOOL_VIEWER_IMAGE_LOADING_H_ #include <QImage> #include <QStr...
727
27
73
h
pik
pik-master/comparison_tool/viewer/split_image_view.h
// Copyright 2019 Google LLC // // Use of this source code is governed by an MIT-style // license that can be found in the LICENSE file or at // https://opensource.org/licenses/MIT. #ifndef PIK_COMPARISON_TOOL_VIEWER_SPLIT_IMAGE_VIEW_H_ #define PIK_COMPARISON_TOOL_VIEWER_SPLIT_IMAGE_VIEW_H_ #include <QWidget> #inclu...
845
21.864865
61
h
pik
pik-master/benchmark/benchmark_codec_png.h
// Copyright 2019 Google LLC // // Use of this source code is governed by an MIT-style // license that can be found in the LICENSE file or at // https://opensource.org/licenses/MIT. #ifndef PIK_BENCHMARK_BENCHMARK_CODEC_PNG_H_ #define PIK_BENCHMARK_BENCHMARK_CODEC_PNG_H_ #include <string> #include "benchmark/benchma...
619
25.956522
60
h
pik
pik-master/benchmark/benchmark_codec_pik.h
// Copyright 2019 Google LLC // // Use of this source code is governed by an MIT-style // license that can be found in the LICENSE file or at // https://opensource.org/licenses/MIT. #ifndef PIK_BENCHMARK_BENCHMARK_CODEC_PIK_H_ #define PIK_BENCHMARK_BENCHMARK_CODEC_PIK_H_ #include <string> #include "benchmark/benchma...
619
25.956522
60
h
pik
pik-master/benchmark/benchmark_file_io.h
// Copyright 2019 Google LLC // // Use of this source code is governed by an MIT-style // license that can be found in the LICENSE file or at // https://opensource.org/licenses/MIT. // File utilities for benchmarking and testing, but which are not needed for // main pik itself. #ifndef PIK_BENCHMARK_BENCHMARK_FILE_IO...
1,911
31.40678
78
h
pik
pik-master/benchmark/benchmark_xl.h
// Copyright 2019 Google LLC // // Use of this source code is governed by an MIT-style // license that can be found in the LICENSE file or at // https://opensource.org/licenses/MIT. #ifndef PIK_BENCHMARK_BENCHMARK_H_ #define PIK_BENCHMARK_BENCHMARK_H_ #include <deque> #include <string> #include "pik/args.h" #include...
6,156
26.734234
80
h
lps_tip15
lps_tip15-master/objectness_release_v2.3/pff_segment/filter.h
/* Copyright (C) 2006 Pedro Felzenszwalb This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the ho...
2,973
28.445545
75
h
lps_tip15
lps_tip15-master/objectness_release_v2.3/pff_segment/segment-image.h
/* Copyright (C) 2006 Pedro Felzenszwalb This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the ho...
10,476
26.864362
116
h
lps_tip15
lps_tip15-master/objectness_release_v2.3/pff_segment/pnmfile.h
/* Copyright (C) 2006 Pedro Felzenszwalb This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the ho...
5,253
23.783019
75
h
lps_tip15
lps_tip15-master/objectness_release_v2.3/pff_segment/disjoint-set.h
/* Copyright (C) 2006 Pedro Felzenszwalb This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the ho...
1,778
21.2375
75
h
lps_tip15
lps_tip15-master/objectness_release_v2.3/pff_segment/image.h
/* Copyright (C) 2006 Pedro Felzenszwalb This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the ho...
2,294
21.5
72
h
lps_tip15
lps_tip15-master/objectness_release_v2.3/pff_segment/convolve.h
/* Copyright (C) 2006 Pedro Felzenszwalb This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the ho...
1,940
26.728571
72
h
lps_tip15
lps_tip15-master/objectness_release_v2.3/pff_segment/imconv.h
/* Copyright (C) 2006 Pedro Felzenszwalb This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the ho...
4,926
26.679775
79
h
lps_tip15
lps_tip15-master/objectness_release_v2.3/pff_segment/misc.h
/* Copyright (C) 2006 Pedro Felzenszwalb This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the ho...
1,934
25.875
92
h
lps_tip15
lps_tip15-master/objectness_release_v2.3/pff_segment/segment-graph.h
/* Copyright (C) 2006 Pedro Felzenszwalb This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the ho...
2,108
24.107143
72
h
lps_tip15
lps_tip15-master/objectness_release_v2.3/pff_segment/imutil.h
/* Copyright (C) 2006 Pedro Felzenszwalb This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the ho...
1,648
23.61194
72
h
lps_tip15
lps_tip15-master/objectness_release_v2.3/MEX/nms4d.c
/* [xmin ymin xmax ymax score] = nms4d(score,width,height,M) */ #include <math.h> #include "mex.h" #if !defined(MAX) #define MAX(A, B) ((A) > (B) ? (A) : (B)) #endif #if !defined(MIN) #define MIN(A, B) ((A) < (B) ? (A) : (B)) #endif void mexFunction( int nlhs, mxArray *plhs[], int nrhs, con...
4,022
35.243243
110
c
lps_tip15
lps_tip15-master/objectness_release_v2.3/MEX/NMS_sampling.c
#include <math.h> #include "mex.h" #include "matrix.h" #if !defined(MAX) #define MAX(A, B) ((A) > (B) ? (A) : (B)) #endif #if !defined(MIN) #define MIN(A, B) ((A) < (B) ? (A) : (B)) #endif void mexFunction( int nlhs, mxArray *plhs[], int nrhs, const mxArray *prhs[] ) { double *xm...
2,330
29.671053
120
c
lps_tip15
lps_tip15-master/objectness_release_v2.3/MEX/scoreSamplingMex.c
/* indexSamples = scoreSamplingMex(score, samples, option);*/ #include <math.h> #include "mex.h" #if !defined(MAX) #define MAX(A, B) ((A) > (B) ? (A) : (B)) #endif #if !defined(MIN) #define MIN(A, B) ((A) < (B) ? (A) : (B)) #endif void mexFunction( int nlhs, mxArray *plhs[], int nrhs, const mx...
2,766
29.406593
114
c
depends
depends-master/src/test/resources/cpp-code-examples/g4GrammarTest/OperatorFunc.c
void operator()(OutputStream& os, size_t len) { c = '\x7f'; f = 9223372036854775807LL; } TestData data[] = { { 100, 0 }, { 100, 1 }, { 100, 10 }, { 100, 100 }, { 100, 101 }, { 100, 1000 }, { 100, 1024 } }; void init_unit_test_suite( char* []) { if (to_wchar) { #i...
2,071
21.042553
118
c
OpenFOAM-dev
OpenFOAM-dev-master/wmake/src/dirToString.c
/*---------------------------------------------------------------------------*\ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org \\ / A nd | Copyright (C) 2011-2018 OpenFOAM Foundation \\...
2,113
26.102564
79
c
OpenFOAM-dev
OpenFOAM-dev-master/src/dummyThirdParty/MGridGen/mgridgen.h
/*---------------------------------------------------------------------------*\ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org \\ / A nd | Copyright (C) 2011-2020 OpenFOAM Foundation \\...
2,132
32.328125
79
h
OpenFOAM-dev
OpenFOAM-dev-master/src/dummyThirdParty/metisDecomp/metis.h
#ifndef METIS_H #define METIS_H 1 /* *** DUMMY VERSION of metis.h - this file should not be included if you have metis * installed in the correct position in $WM_THIRD_PARTY_DIR - see * decompositionMethods/metisDecomp/Make/options */ #warning "Dummy metis.h - gets included since it cannot find metis insta...
1,915
39.765957
107
h
OpenFOAM-dev
OpenFOAM-dev-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...
5,978
26.30137
79
h
OpenFOAM-dev
OpenFOAM-dev-master/src/meshTools/momentOfInertia/volumeIntegration/volInt.c
/******************************************************* * * * volInt.c * * * * This code computes volume integrals needed for * * determining mass ...
10,766
27.259843
79
c
OpenFOAM-dev
OpenFOAM-dev-master/applications/utilities/surface/surfaceCoarsen/bunnylod/vector.h
// // This module contains a bunch of well understood functions // I apologise if the conventions used here are slightly // different than what you are used to. // #ifndef GENERIC_VECTOR_H #define GENERIC_VECTOR_H #include <stdio.h> #include <math.h> class Vector { public: float x,y,z; Vector(floa...
2,423
29.3
79
h
OpenFOAM-dev
OpenFOAM-dev-master/applications/utilities/surface/surfaceCoarsen/bunnylod/progmesh.h
/* * Progressive Mesh type Polygon Reduction Algorithm * by Stan Melax (c) 1998 * * The function ProgressiveMesh() takes a model in an "indexed face * set" sort of way. i.e. list of vertices and list of triangles. * The function then does the polygon reduction algorithm * internally and reduces the model ...
1,140
32.558824
68
h
OpenFOAM-dev
OpenFOAM-dev-master/applications/utilities/surface/surfaceCoarsen/bunnylod/list.h
/* * A generic template list class. * Fairly typical of the list example you would * find in any c++ book. */ #ifndef GENERIC_LIST_H #define GENERIC_LIST_H #include <assert.h> #include <stdio.h> template<class Type> class List { public: List(int s=0); ~List(); ...
2,799
20.374046
56
h
OpenFOAM-dev
OpenFOAM-dev-master/applications/utilities/postProcessing/graphics/PVReaders/PVblockMeshReader/vtk/vtkPVblockMeshReader.h
/*---------------------------------------------------------------------------*\ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org \\ / A nd | Copyright (C) 2011-2023 OpenFOAM Foundation \\...
4,960
27.348571
79
h
OpenFOAM-dev
OpenFOAM-dev-master/applications/utilities/postProcessing/graphics/PVReaders/PVFoamReader/vtk/vtkPVFoamReader.h
/*---------------------------------------------------------------------------*\ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org \\ / A nd | Copyright (C) 2011-2023 OpenFOAM Foundation \\...
7,006
27.48374
79
h
OpenFOAM-dev
OpenFOAM-dev-master/applications/utilities/postProcessing/graphics/ensightFoamReader/global_extern.h
/*--------------------------------------------------------------*/ /* Header file for EnSight External Reader DSO Library Routines */ /*--------------------------------------------------------------*/ /* ************************************************************* * Copyright 1998 Computational Engineering Interna...
13,957
32.79661
79
h
opendr
opendr-master/src/opendr/perception/object_detection_3d/voxel_object_detection_3d/second_detector/core/cc/box_ops.h
#ifndef BOX_OPS_H #define BOX_OPS_H #include <pybind11/numpy.h> #include <pybind11/pybind11.h> #include <algorithm> #include <boost/geometry.hpp> namespace py = pybind11; using namespace pybind11::literals; template<typename DType, typename ShapeContainer> inline py::array_t<DType> constant(ShapeContainer shape, DTyp...
2,952
38.905405
125
h
opendr
opendr-master/src/opendr/perception/object_detection_3d/voxel_object_detection_3d/second_detector/core/cc/point_cloud_ops.h
#pragma once #include <math.h> #include <pybind11/pybind11.h> #include <pybind11/stl.h> #include <algorithm> #include <iostream> #include <tuple> #include <unordered_map> namespace py = pybind11; using namespace pybind11::literals; template<typename DType, int NDim> int points_to_voxel(py::array_t<DType> points, py::a...
2,214
32.059701
124
h
opendr
opendr-master/src/opendr/perception/object_detection_3d/voxel_object_detection_3d/second_detector/core/cc/nms/nms_cpu.h
#ifndef NMS_CPU_H #define NMS_CPU_H #include <pybind11/pybind11.h> // must include pybind11/stl.h if using containers in STL in arguments. #include <pybind11/numpy.h> #include <pybind11/stl.h> #include <algorithm> #include <boost/geometry.hpp> #include <iostream> #include <vector> namespace py = pybind11; using namesp...
6,205
37.308642
121
h
opendr
opendr-master/src/opendr/perception/object_detection_3d/voxel_object_detection_3d/second_detector/core/cc/nms/nms.h
#ifndef NMS_H #define NMS_H #include <pybind11/pybind11.h> // must include pybind11/stl.h if using containers in STL in arguments. #include <pybind11/numpy.h> #include <pybind11/stl.h> template<typename DType, int BLOCK_THREADS> int _nms_gpu(int *keep_out, const DType *boxes_host, int boxes_num, int boxes_dim, DType n...
1,009
39.4
124
h
opendr
opendr-master/projects/python/simulation/SMPL+D_human_models/webots/smpl_webots/libraries/smpl_util/src/vector3.c
/* * Copyright 2020-2023 OpenDR European Project * * 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://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable ...
1,981
23.469136
76
c
opendr
opendr-master/projects/python/simulation/SMPL+D_human_models/webots/smpl_webots/libraries/smpl_util/src/smpl_util.c
/* * Copyright 2020-2023 OpenDR European Project * * 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://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable ...
5,145
29.449704
89
c
opendr
opendr-master/projects/python/simulation/SMPL+D_human_models/webots/smpl_webots/libraries/smpl_util/src/quaternion.c
/* * Copyright 2020-2023 OpenDR European Project * * 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://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable ...
3,222
25.858333
90
c
opendr
opendr-master/projects/python/simulation/SMPL+D_human_models/webots/smpl_webots/libraries/smpl_util/include/vector3_private.h
/* * Copyright 2020-2023 OpenDR European Project * * 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://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable ...
1,228
27.581395
75
h
opendr
opendr-master/projects/python/simulation/SMPL+D_human_models/webots/smpl_webots/libraries/smpl_util/include/quaternion_private.h
/* * Copyright 2020-2023 OpenDR European Project * * 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://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable ...
1,350
33.641026
98
h
opendr
opendr-master/projects/python/simulation/SMPL+D_human_models/webots/smpl_webots/libraries/smpl_util/include/smpl_util.h
/* * Copyright 2020-2023 OpenDR European Project * * 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://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable ...
991
31
76
h
opendr
opendr-master/projects/python/perception/slam/full_map_posterior_gmapping/src/openslam_gmapping/include/gmapping/gridfastslam/motionmodel.h
/* * Copyright 2020-2023 OpenDR European Project * * 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://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable ...
1,206
29.948718
117
h
opendr
opendr-master/projects/python/perception/slam/full_map_posterior_gmapping/src/openslam_gmapping/include/gmapping/gridfastslam/gridslamprocessor.h
/* * Copyright 2020-2023 OpenDR European Project * * 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://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable ...
14,669
37.503937
125
h
opendr
opendr-master/projects/python/perception/slam/full_map_posterior_gmapping/src/openslam_gmapping/include/gmapping/gridfastslam/gfsreader.h
/* * Copyright 2020-2023 OpenDR European Project * * 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://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable ...
3,137
20.944056
96
h
opendr
opendr-master/projects/python/perception/slam/full_map_posterior_gmapping/src/openslam_gmapping/include/gmapping/scanmatcher/icp.h
/* * Copyright 2020-2023 OpenDR European Project * * 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://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable ...
3,862
37.63
125
h
opendr
opendr-master/projects/python/perception/slam/full_map_posterior_gmapping/src/openslam_gmapping/include/gmapping/scanmatcher/scanmatcher.h
/* * Copyright 2020-2023 OpenDR European Project * * 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://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable ...
12,937
37.052941
128
h
opendr
opendr-master/projects/python/perception/slam/full_map_posterior_gmapping/src/openslam_gmapping/include/gmapping/scanmatcher/eig3.h
/* * Copyright 2020-2023 OpenDR European Project * * 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://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable ...
928
33.407407
75
h
opendr
opendr-master/projects/python/perception/slam/full_map_posterior_gmapping/src/openslam_gmapping/include/gmapping/scanmatcher/scanmatcherprocessor.h
/* * Copyright 2020-2023 OpenDR European Project * * 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://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable ...
2,231
28.368421
113
h
opendr
opendr-master/projects/python/perception/slam/full_map_posterior_gmapping/src/openslam_gmapping/include/gmapping/scanmatcher/smmap.h
/* * Copyright 2020-2023 OpenDR European Project * * 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://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable ...
2,463
26.377778
99
h
opendr
opendr-master/projects/python/perception/slam/full_map_posterior_gmapping/src/openslam_gmapping/include/gmapping/scanmatcher/gridlinetraversal.h
/* * Copyright 2020-2023 OpenDR European Project * * 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://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable ...
7,770
28.104869
108
h
opendr
opendr-master/projects/python/perception/slam/full_map_posterior_gmapping/src/openslam_gmapping/include/gmapping/particlefilter/pf.h
/* * Copyright 2020-2023 OpenDR European Project * * 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://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable ...
5,305
27.836957
126
h
opendr
opendr-master/projects/python/perception/slam/full_map_posterior_gmapping/src/openslam_gmapping/include/gmapping/particlefilter/particlefilter.h
/* * Copyright 2020-2023 OpenDR European Project * * 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://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable ...
10,863
30.673469
122
h
opendr
opendr-master/projects/python/perception/slam/full_map_posterior_gmapping/src/openslam_gmapping/include/gmapping/configfile/configfile.h
/***************************************************************** * * This file is part of the GMAPPING project * * GMAPPING Copyright (c) 2004 Giorgio Grisetti, * Cyrill Stachniss, and Wolfram Burgard * * This software is licensed under the "Creative Commons * License (Attribution-NonCommercial-ShareAlike 2.0...
3,661
25.345324
104
h
opendr
opendr-master/projects/python/perception/slam/full_map_posterior_gmapping/src/openslam_gmapping/include/gmapping/grid/map.h
/* * Copyright 2020-2023 OpenDR European Project * * 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://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable ...
12,999
39.880503
128
h
opendr
opendr-master/projects/python/perception/slam/full_map_posterior_gmapping/src/openslam_gmapping/include/gmapping/grid/harray2d.h
/* * Copyright 2020-2023 OpenDR European Project * * 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://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable ...
7,931
37.504854
123
h
opendr
opendr-master/projects/python/perception/slam/full_map_posterior_gmapping/src/openslam_gmapping/include/gmapping/grid/array2d.h
/* * Copyright 2020-2023 OpenDR European Project * * 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://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable ...
6,120
28.858537
127
h
opendr
opendr-master/projects/python/perception/slam/full_map_posterior_gmapping/src/openslam_gmapping/include/gmapping/grid/accessstate.h
/* * Copyright 2020-2023 OpenDR European Project * * 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://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable ...
764
29.6
75
h
opendr
opendr-master/projects/python/perception/slam/full_map_posterior_gmapping/src/openslam_gmapping/include/gmapping/utils/gvalues.h
/* * Copyright 2020-2023 OpenDR European Project * * 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://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable ...
1,142
23.847826
75
h
opendr
opendr-master/projects/python/perception/slam/full_map_posterior_gmapping/src/openslam_gmapping/include/gmapping/utils/macro_params.h
/* * Copyright 2020-2023 OpenDR European Project * * 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://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable ...
3,624
49.347222
89
h
opendr
opendr-master/projects/python/perception/slam/full_map_posterior_gmapping/src/openslam_gmapping/include/gmapping/utils/movement.h
/* * Copyright 2020-2023 OpenDR European Project * * 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://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable ...
1,848
28.349206
128
h
opendr
opendr-master/projects/python/perception/slam/full_map_posterior_gmapping/src/openslam_gmapping/include/gmapping/utils/stat.h
/* * Copyright 2020-2023 OpenDR European Project * * 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://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable ...
4,888
27.097701
125
h
opendr
opendr-master/projects/python/perception/slam/full_map_posterior_gmapping/src/openslam_gmapping/include/gmapping/utils/autoptr.h
/* * Copyright 2020-2023 OpenDR European Project * * 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://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable ...
2,720
23.079646
120
h
opendr
opendr-master/projects/python/perception/slam/full_map_posterior_gmapping/src/openslam_gmapping/include/gmapping/utils/point.h
/* * Copyright 2020-2023 OpenDR European Project * * 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://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable ...
6,754
33.819588
128
h
opendr
opendr-master/projects/python/perception/slam/full_map_posterior_gmapping/src/openslam_gmapping/include/gmapping/utils/commandline.h
/***************************************************************** * * This file is part of the GMAPPING project * * GMAPPING Copyright (c) 2004 Giorgio Grisetti, * Cyrill Stachniss, and Wolfram Burgard * * This software is licensed under the "Creative Commons * License (Attribution-NonCommercial-ShareAlike 2.0...
4,372
33.984
81
h
opendr
opendr-master/projects/python/perception/slam/full_map_posterior_gmapping/src/openslam_gmapping/include/gmapping/log/configuration.h
/* * Copyright 2020-2023 OpenDR European Project * * 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://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable ...
908
25.735294
75
h
opendr
opendr-master/projects/python/perception/slam/full_map_posterior_gmapping/src/openslam_gmapping/include/gmapping/log/sensorlog.h
/* * Copyright 2020-2023 OpenDR European Project * * 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://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable ...
1,542
28.673077
92
h
opendr
opendr-master/projects/python/perception/slam/full_map_posterior_gmapping/src/openslam_gmapping/include/gmapping/log/sensorstream.h
/* * Copyright 2020-2023 OpenDR European Project * * 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://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable ...
2,103
25.3
84
h
opendr
opendr-master/projects/python/perception/slam/full_map_posterior_gmapping/src/openslam_gmapping/include/gmapping/log/carmenconfiguration.h
/* * Copyright 2020-2023 OpenDR European Project * * 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://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable ...
1,113
27.564103
108
h
opendr
opendr-master/projects/python/perception/slam/full_map_posterior_gmapping/src/openslam_gmapping/include/gmapping/sensor/sensor_odometry/odometrysensor.h
/* * Copyright 2020-2023 OpenDR European Project * * 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://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable ...
994
25.184211
75
h
opendr
opendr-master/projects/python/perception/slam/full_map_posterior_gmapping/src/openslam_gmapping/include/gmapping/sensor/sensor_odometry/odometryreading.h
/* * Copyright 2020-2023 OpenDR European Project * * 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://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable ...
1,593
30.254902
101
h
opendr
opendr-master/projects/python/perception/slam/full_map_posterior_gmapping/src/openslam_gmapping/include/gmapping/sensor/sensor_range/rangereading.h
/* * Copyright 2020-2023 OpenDR European Project * * 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://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable ...
1,490
28.235294
96
h
opendr
opendr-master/projects/python/perception/slam/full_map_posterior_gmapping/src/openslam_gmapping/include/gmapping/sensor/sensor_range/rangesensor.h
/* * Copyright 2020-2023 OpenDR European Project * * 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://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable ...
1,800
27.140625
121
h
opendr
opendr-master/projects/python/perception/slam/full_map_posterior_gmapping/src/openslam_gmapping/include/gmapping/sensor/sensor_base/sensoreading.h
/* * Copyright 2020-2023 OpenDR European Project * * 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://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable ...
1,043
25.769231
75
h
opendr
opendr-master/projects/python/perception/slam/full_map_posterior_gmapping/src/openslam_gmapping/include/gmapping/sensor/sensor_base/sensor.h
/* * Copyright 2020-2023 OpenDR European Project * * 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://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable ...
1,057
23.045455
75
h
opendr
opendr-master/projects/python/perception/slam/full_map_posterior_gmapping/src/openslam_gmapping/include/gmapping/sensor/sensor_base/sensorreading.h
/* * Copyright 2020-2023 OpenDR European Project * * 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://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable ...
1,125
25.186047
75
h
opendr
opendr-master/projects/python/perception/slam/full_map_posterior_gmapping/src/slam_gmapping/gmapping/src/slam_gmapping.h
/* * slam_gmapping * Copyright (c) 2008, Willow Garage, Inc. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistributions of source code must retain the above copyright notice, * this list of conditi...
6,812
31.598086
96
h
opendr
opendr-master/projects/c_api/samples/pose_estimation/lightweight_open_pose/lightweight_open_pose_demo.c
/* * Copyright 2020-2023 OpenDR European Project * * 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://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable ...
1,632
28.160714
90
c
opendr
opendr-master/projects/c_api/samples/object_detection_2d/nanodet/nanodet_jit_demo.c
/* * Copyright 2020-2023 OpenDR European Project * * 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://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable ...
1,451
26.396226
106
c
opendr
opendr-master/projects/c_api/samples/object_detection_2d/detr/detr_demo.c
/* * Copyright 2020-2023 OpenDR European Project * * 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://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable ...
1,387
27.916667
75
c
opendr
opendr-master/projects/c_api/samples/skeleton_based_action_recognition/progressive_spatio_temporal_gcn_demo.c
/* * Copyright 2020-2023 OpenDR European Project * * 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://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable ...
1,451
29.25
128
c
opendr
opendr-master/projects/c_api/samples/face_recognition/face_recognition_demo.c
/* * Copyright 2020-2023 OpenDR European Project * * 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://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable ...
1,800
32.351852
111
c
opendr
opendr-master/projects/c_api/samples/object_tracking_2d/deep_sort/deep_sort_demo.c
/* * Copyright 2020-2023 OpenDR European Project * * 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://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable ...
1,408
28.978723
81
c
opendr
opendr-master/projects/c_api/samples/activity_recognition/x3d/x3d_demo.c
/* * Copyright 2020-2023 OpenDR European Project * * 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://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable ...
1,384
27.854167
75
c
opendr
opendr-master/tests/sources/c_api/test_lightweight_open_pose.c
/* * Copyright 2020-2023 OpenDR European Project * * 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://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable ...
2,880
26.438095
90
c