Skip to content

Commit 24353be

Browse files
committed
update README
1 parent 20f206c commit 24353be

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,17 @@ This is a 2D object clustering with k-means algorithm.
193193

194194
![2](https://github.com/AtsushiSakai/PythonRobotics/raw/master/Mapping/kmeans_clustering/animation.gif)
195195

196+
## object shape recognition using circle fitting
197+
198+
This is a object shape recoginition using circle fitting.
199+
200+
![2](https://github.com/AtsushiSakai/PythonRobotics/raw/master/Mapping/circle_fitting/animation.gif)
201+
202+
The blue circle is true object circle.
203+
204+
The red crosses are observations from ranging sensor.
205+
206+
The red circle is the estimated object shape using circle fitting.
196207

197208
# SLAM
198209

0 commit comments

Comments
 (0)