From 43b4e9efb193ee666303169e212207187cf540ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Sch=C3=B6nberger?= Date: Mon, 6 May 2013 07:02:37 +0200 Subject: [PATCH] Remove extra space --- doc/examples/plot_matching.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/examples/plot_matching.py b/doc/examples/plot_matching.py index 0546d6f5..d5839fe7 100644 --- a/doc/examples/plot_matching.py +++ b/doc/examples/plot_matching.py @@ -4,7 +4,7 @@ Robust matching using RANSAC ============================ In this simplified example we first generate two synthetic images as if they -were taken from different view points. +were taken from different view points. In the next step we find interest points in both images and find correspondencies based on a weighted sum of squared differences measure. Note,