Commit f76fc41
File tree
59 files changed
+5235
-483
lines changed- demo
- external/maxflow-v3.04.src
- pyapr
- converter
- data_containers
- io
- numerics
- filter
- reconstruction
- segmentation
- transform
- tests
- viewer
- wrappers
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
59 files changed
+5235
-483
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
| 111 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
| 91 | + | |
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
96 | 101 | | |
97 | 102 | | |
| 103 | + | |
98 | 104 | | |
99 | 105 | | |
100 | 106 | | |
101 | | - | |
102 | | - | |
103 | | - | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
104 | 110 | | |
105 | 111 | | |
106 | 112 | | |
- .gitmodules-3
- .travis.yml-1
- CMakeLists.txt+3-8
- README.md+53-21
- benchmarks/APRBenchHelper.hpp+5-5
- benchmarks/BenchFilter.cpp+10-7
- benchmarks/BenchFilterCuda.cpp+2-4
- benchmarks/BenchIO.cpp+2-2
- benchmarks/BenchIteration.cpp+135-81
- benchmarks/BenchPartData.cpp+2-2
- benchmarks/FilterBenchmarks.hpp+8-13
- examples/CMakeLists.txt+4-2
- examples/Example_apr_deconvolution.cpp+156
- examples/Example_apr_deconvolution.hpp+40
- examples/Example_apr_filter.cpp+151
- examples/Example_apr_filter.hpp+39
- examples/Example_apr_iterate.cpp+10-10
- examples/Example_apr_iterate.h+3-3
- examples/Example_apr_neighbour_access.cpp+6-6
- examples/Example_apr_neighbour_access.hpp+3-3
- examples/Example_apr_tree.cpp+56-43
- examples/Example_compress_apr.cpp+20-14
- examples/Example_compress_apr.h+4-4
- examples/Example_compute_gradient.cpp+50-90
- examples/Example_compute_gradient.hpp+14-9
- examples/Example_get_apr.cpp+17-33
- examples/Example_get_apr.h+7-6
- examples/Example_get_apr_by_block.cpp+252
- examples/Example_get_apr_by_block.hpp+44
- examples/Example_produce_paraview_file.cpp-105
- examples/Example_produce_paraview_file.hpp-28
- examples/Example_random_access.cpp+3-3
- examples/Example_random_access.hpp+3-3
- examples/Example_ray_cast.cpp+5-6
- examples/Example_ray_cast.h+2-2
- examples/Example_reconstruct_image.cpp+29-6
- external/c-blosc+1-1
- external/glm+1-1
- external/gtest+1-1
- external/pybind11-1
- src/algorithm/APRConverter.hpp+12-16
- src/algorithm/APRConverterBatch.hpp+423
- src/algorithm/APRParameters.hpp+9-17
- src/algorithm/ComputeGradient.hpp+4-5
- src/algorithm/ComputeGradientCuda.cu+1-1
- src/algorithm/PullingScheme.hpp+85
- src/algorithm/PullingSchemeSparse.hpp+29-64
- src/data_structures/APR/APR.hpp+7-3
- src/data_structures/APR/GenInfo.hpp+14-29
- src/data_structures/APR/iterators/GenIterator.hpp+23-23
- src/data_structures/APR/particles/ParticleData.hpp+152-14
- src/data_structures/Mesh/ImagePatch.hpp+59
- src/data_structures/Mesh/PixelData.hpp+204-80
- src/numerics/APRDownsampleGPU.cu+40-40
- src/numerics/APRFilter.hpp+377-277
- src/numerics/APRIsoConvGPU333.cu+54-54
- src/numerics/APRIsoConvGPU333.hpp+53-53
- src/numerics/APRIsoConvGPU555.cu+60-60
- src/numerics/APRIsoConvGPU555.hpp+53-53
- src/numerics/APRNumerics.hpp+577-192
- src/numerics/APRNumericsGPU.cu+20-11
- src/numerics/APRNumericsGPU.hpp+4-2
- src/numerics/APRRaycaster.hpp+60-60
- src/numerics/APRReconstruction.hpp+31-33
- src/numerics/APRStencil.hpp+470
- src/numerics/APRStencilFunctions.hpp-312
- src/numerics/APRTreeNumerics.hpp+560-218
- src/numerics/MeshNumerics.hpp+2-3
- test/APRTest.cpp+307-163
- test/APRTestCuda.cpp+16-30
- test/CMakeLists.txt-9
- test/ComputeGradientTest.cpp+6-6
- test/MeshDataTest.cpp+77-1
- test/TestTools.hpp+13-9
- test/pythonTest.py-153
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
4 | 18 | | |
5 | 19 | | |
6 | 20 | | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
7 | 24 | | |
8 | | - | |
| 25 | + | |
9 | 26 | | |
10 | 27 | | |
11 | 28 | | |
12 | | - | |
| 29 | + | |
13 | 30 | | |
14 | | - | |
| 31 | + | |
15 | 32 | | |
16 | | - | |
17 | | - | |
18 | | - | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
19 | 36 | | |
20 | | - | |
| 37 | + | |
21 | 38 | | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
26 | 43 | | |
27 | | - | |
| 44 | + | |
28 | 45 | | |
29 | | - | |
| 46 | + | |
| 47 | + | |
30 | 48 | | |
31 | | - | |
| 49 | + | |
| 50 | + | |
32 | 51 | | |
33 | | - | |
| 52 | + | |
34 | 53 | | |
35 | | - | |
| 54 | + | |
36 | 55 | | |
37 | 56 | | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
| 57 | + | |
42 | 58 | | |
43 | 59 | | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
| 60 | + | |
53 | 61 | | |
54 | 62 | | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
59 | 66 | | |
60 | 67 | | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
| 68 | + | |
65 | 69 | | |
66 | | - | |
| 70 | + | |
67 | 71 | | |
68 | 72 | | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
| 73 | + | |
73 | 74 | | |
74 | | - | |
| 75 | + | |
75 | 76 | | |
76 | 77 | | |
77 | | - | |
| 78 | + | |
78 | 79 | | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
79 | 88 | | |
80 | | - | |
| 89 | + | |
81 | 90 | | |
| 91 | + | |
82 | 92 | | |
83 | | - | |
| 93 | + | |
84 | 94 | | |
| 95 | + | |
85 | 96 | | |
86 | 97 | | |
87 | 98 | | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
7 | 10 | | |
8 | | - | |
9 | 11 | | |
| 12 | + | |
| 13 | + | |
10 | 14 | | |
11 | 15 | | |
12 | 16 | | |
13 | | - | |
| 17 | + | |
14 | 18 | | |
15 | 19 | | |
16 | 20 | | |
| |||
20 | 24 | | |
21 | 25 | | |
22 | 26 | | |
23 | | - | |
| 27 | + | |
24 | 28 | | |
25 | | - | |
26 | | - | |
| 29 | + | |
| 30 | + | |
27 | 31 | | |
28 | 32 | | |
29 | 33 | | |
30 | 34 | | |
31 | 35 | | |
| 36 | + | |
32 | 37 | | |
33 | 38 | | |
34 | 39 | | |
35 | 40 | | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
| 41 | + | |
| 42 | + | |
42 | 43 | | |
43 | 44 | | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
| 45 | + | |
| 46 | + | |
55 | 47 | | |
56 | 48 | | |
57 | | - | |
58 | | - | |
59 | 49 | | |
60 | 50 | | |
| 51 | + | |
61 | 52 | | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
67 | 56 | | |
68 | | - | |
69 | | - | |
70 | | - | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
71 | 61 | | |
72 | 62 | | |
73 | 63 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
7 | 14 | | |
8 | 15 | | |
9 | 16 | | |
10 | 17 | | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
| 18 | + | |
15 | 19 | | |
16 | 20 | | |
17 | 21 | | |
18 | 22 | | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
| 23 | + | |
23 | 24 | | |
| 25 | + | |
24 | 26 | | |
25 | | - | |
26 | | - | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
30 | | - | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
31 | 39 | | |
32 | 40 | | |
33 | 41 | | |
34 | 42 | | |
35 | | - | |
| 43 | + | |
36 | 44 | | |
37 | 45 | | |
38 | 46 | | |
39 | 47 | | |
40 | | - | |
| 48 | + | |
41 | 49 | | |
42 | 50 | | |
43 | 51 | | |
| |||
49 | 57 | | |
50 | 58 | | |
51 | 59 | | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | 60 | | |
60 | 61 | | |
61 | 62 | | |
| 63 | + | |
62 | 64 | | |
63 | 65 | | |
64 | 66 | | |
65 | 67 | | |
66 | 68 | | |
67 | 69 | | |
68 | 70 | | |
| 71 | + | |
69 | 72 | | |
70 | 73 | | |
71 | 74 | | |
72 | 75 | | |
73 | 76 | | |
74 | 77 | | |
75 | | - | |
| 78 | + | |
76 | 79 | | |
77 | 80 | | |
78 | 81 | | |
| |||
0 commit comments