Replace semicolon with full stop

This commit is contained in:
Juan Nunez-Iglesias
2015-10-18 11:41:54 +11:00
parent 4816d2ed0f
commit 7212fe3e82
+1 -1
View File
@@ -29,7 +29,7 @@ def slic(image, n_segments=100, compactness=10., max_iter=10, sigma=0,
more weight to space proximity, making superpixel shapes more
square/cubic. In SLICO mode, this is the initial compactness.
This parameter depends strongly on image contrast and on the
shapes of objects in the image; we recommend exploring possible
shapes of objects in the image. We recommend exploring possible
values on a log scale, e.g., 0.01, 0.1, 1, 10, 100, before
refining around a chosen value.
max_iter : int, optional