Files
PythonRobotics/docs/modules/mapping/circle_fitting/circle_fitting.rst
Atsushi Sakai c99716d692 Adding all gifs to the doc 2 (#585)
* update docs

* update docs

* update docs
2021-11-28 16:00:02 +09:00

14 lines
431 B
ReStructuredText

Object shape recognition using circle fitting
---------------------------------------------
This is an object shape recognition using circle fitting.
.. image:: https://github.com/AtsushiSakai/PythonRoboticsGifs/raw/master/Mapping/circle_fitting/animation.gif
The blue circle is the true object shape.
The red crosses are observations from a ranging sensor.
The red circle is the estimated object shape using circle fitting.