Update 'README.md'

This commit is contained in:
2022-12-29 23:21:38 +08:00
parent 46eded12f9
commit 465099061d

View File

@@ -18,20 +18,20 @@ This project is set up in a way that makes it easier to create your own ROS pack
### Estimating object pose by fitting an ellipse (PCA and OpenCV):
<br />
<p align="center">
<img src="https://github.com/vocdex/digit-depth/blob/main/assets/depthPCA.gif" width="400" title="depth">
<img src="http://git.wxchen.site/wxchen/digit-depth/blob/main/assets/depthPCA.gif" width="400" title="depth">
</p>
### Depth image point cloud :
<br />
<p align="center">
<img src="https://github.com/vocdex/digit-depth/blob/main/assets/point-cloud.gif" width="400" title="point-cloud">
<img src="http://git.wxchen.site/wxchen/digit-depth/blob/main/assets/point-cloud.gif" width="400" title="point-cloud">
</p>
### Marker movement tracking ( useful for force direction and magnitude estimation):
<br />
<p align="center">
<img src="https://github.com/vocdex/digit-depth/blob/main/assets/markers.gif" width="400" title="marker">
<img src="http://git.wxchen.site/wxchen/digit-depth/blob/main/assets/markers.gif" width="400" title="marker">
</p>
## TODO