Fixed indentation

This commit is contained in:
Robin Wilson
2015-08-29 23:26:22 +01:00
parent 9f878affbc
commit 98bf488241
+1 -1
View File
@@ -51,7 +51,7 @@ def smooth_with_function_and_mask(image, function, mask):
def canny(image, sigma=1., low_threshold=None, high_threshold=None, mask=None,
use_quantiles=False):
use_quantiles=False):
"""Edge filter an image using the Canny algorithm.
Parameters