From 4eed83720a34d6ee055ee380f45b39eb59f22516 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Boulogne?= Date: Sun, 7 Jul 2013 10:19:19 +0200 Subject: [PATCH] rename files --- ...h_transform.py => plot_circular_elliptical_hough_transform.py} | 0 .../{plot_hough_transform.py => plot_line_hough_transform.py} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename doc/examples/{plot_circular_hough_transform.py => plot_circular_elliptical_hough_transform.py} (100%) rename doc/examples/{plot_hough_transform.py => plot_line_hough_transform.py} (100%) diff --git a/doc/examples/plot_circular_hough_transform.py b/doc/examples/plot_circular_elliptical_hough_transform.py similarity index 100% rename from doc/examples/plot_circular_hough_transform.py rename to doc/examples/plot_circular_elliptical_hough_transform.py diff --git a/doc/examples/plot_hough_transform.py b/doc/examples/plot_line_hough_transform.py similarity index 100% rename from doc/examples/plot_hough_transform.py rename to doc/examples/plot_line_hough_transform.py