rename function bezier_curve to bezier_segment

This commit is contained in:
François Boulogne
2013-04-21 16:16:37 +02:00
parent e2dbc48e5d
commit 2131a9ddfd
4 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ import numpy as np
import matplotlib.pyplot as plt
from skimage.draw import line, polygon, circle, circle_perimeter, \
ellipse, ellipse_perimeter, bezier_curve
ellipse, ellipse_perimeter
import numpy as np
import math