File tree
13 files changed
+94
-763
lines changed- examples
- ImageAlign
- Reprojection
- SpatialDetection
- src/pipeline/node
13 files changed
+94
-763
lines changedSubmodule depthai-core updated 20 files
- cmake/Depthai/DepthaiDeviceSideConfig.cmake+1-1
- examples/CMakeLists.txt+36-2
- examples/Cast/blur.cpp+50
- examples/Cast/concat.cpp+63
- examples/Cast/diff.cpp+66
- examples/DepthAlign/rgb_depth_align.cpp-143
- examples/ImageAlign/depth_align.cpp+148
- examples/ImageAlign/image_align.cpp+135
- examples/ImageAlign/thermal_align.cpp+164
- examples/ImageAlign/tof_align.cpp+135
- examples/SpatialDetection/spatial_tiny_yolo_tof.cpp+169
- examples/ToF/tof_depth.cpp+140
- include/depthai/common/CameraFeatures.hpp+2-1
- include/depthai/pipeline/datatype/ImageAlignConfig.hpp-3
- include/depthai/pipeline/node/Cast.hpp-5
- include/depthai/pipeline/node/ImageAlign.hpp+1-4
- include/depthai/pipeline/node/VideoEncoder.hpp+5-5
- include/depthai/pipeline/nodes.hpp+1
- src/pipeline/node/Cast.cpp-2
- src/pipeline/node/ImageAlign.cpp-2
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
| 17 | + | |
16 | 18 | | |
17 | 19 | | |
18 | 20 | | |
| |||
27 | 29 | | |
28 | 30 | | |
29 | 31 | | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
30 | 40 | | |
31 | 41 | | |
32 | 42 | | |
| |||
50 | 60 | | |
51 | 61 | | |
52 | 62 | | |
53 | | - | |
| 63 | + | |
| 64 | + | |
54 | 65 | | |
55 | 66 | | |
| 67 | + | |
56 | 68 | | |
57 | 69 | | |
58 | 70 | | |
| |||
113 | 125 | | |
114 | 126 | | |
115 | 127 | | |
116 | | - | |
| 128 | + | |
| 129 | + | |
117 | 130 | | |
118 | 131 | | |
119 | 132 | | |
| |||
144 | 157 | | |
145 | 158 | | |
146 | 159 | | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
147 | 167 | | |
148 | 168 | | |
149 | 169 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
| 98 | + | |
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
129 | | - | |
| 129 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
42 | 41 | | |
43 | 42 | | |
44 | 43 | | |
| |||
114 | 113 | | |
115 | 114 | | |
116 | 115 | | |
117 | | - | |
| 116 | + | |
118 | 117 | | |
119 | 118 | | |
120 | 119 | | |
| |||
161 | 160 | | |
162 | 161 | | |
163 | 162 | | |
164 | | - | |
| 163 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
144 | | - | |
| 144 | + | |
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
| |||
This file was deleted.
This file was deleted.
0 commit comments