documentation updates; added "3D" to example title

This commit is contained in:
Kevin Keraudren
2015-12-04 22:25:13 +00:00
parent 6f9a55c987
commit 0bdf4251c6
2 changed files with 15 additions and 9 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
"""
=========================================
Robust line model estimation using RANSAC
=========================================
============================================
Robust 3D line model estimation using RANSAC
============================================
In this example we see how to robustly fit a 3D line model to faulty data using
the RANSAC algorithm.