Skip to content

Commit

Permalink
Update 12_distance_to_objects.md
Browse files Browse the repository at this point in the history
  • Loading branch information
okrusch authored Jan 13, 2024
1 parent c9d4c84 commit 594caee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/06_perception/12_distance_to_objects.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ To reconstruct the depth image, we simply implement the above formulas using num

The resulting Image takes the distance in meters as values for its pixels. It therefore is a grayscale image.

![Grayscale Depth Image](../00_assets/3d_2d_formula.png)
![Grayscale Depth Image](../00_assets/2_15_layover.png)

In the next step we want to get the distance for every bounding box the object-detection found.

Expand All @@ -101,9 +101,9 @@ If there is no distance found in the depth image, we will return infinity for th

This topic came to our attention, as we realised that the LIDAR was flickering, as you can see in the following image series.

![Grayscale Depth Image](../00_assets/3d_2d_formula.png)
![Grayscale Depth Image](../00_assets/3d_2d_formula.png)
![Grayscale Depth Image](../00_assets/3d_2d_formula.png)
![Grayscale Depth Image](../00_assets/2_layover.png)
![Grayscale Depth Image](../00_assets/3_layover.png)
![Grayscale Depth Image](../00_assets/4_layover.png)

These are the Grayscale-Depth Images reconstructed within 600 milliseconds.

Expand Down

0 comments on commit 594caee

Please sign in to comment.