Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ValerioSpagnoli committed Aug 11, 2024
1 parent bec13e9 commit a7b9eec
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ The linearization part takes as input the reference image points (from the measu
\text{World point on image plane (hom): } &\hat{p}_{cam}=K p_w\\
\end{align}
```
- Error:
- Error:
```math
e = p_r-\hat{p}_{cam}
```
Expand Down Expand Up @@ -105,6 +105,8 @@ Legend:
- **<span style="color: orange;">orange</span>**: estimated map.
- **<span style="color: green;">cyan</span>**: ground truth map.
<iframe src="outputs/final_results/3D_plot.html" width="600" height="400"></iframe>
| Trajectory from top view | Trajectory from side views |
|:--------:|:--------:|
| <p align="center"><img src="outputs/final_results/trajectory_top.png" alt="First Estimate" width="300"/></p> | <p align="center"><img src="outputs/final_results/trajectory_z1.png" alt="First Estimate" width="420"/></p> <br> <p align="center"><img src="outputs/final_results/trajectory_z2.png" alt="First Estimate" width="420"/></p> |
Expand Down

0 comments on commit a7b9eec

Please sign in to comment.