mirror of
https://github.com/wassname/scikit-image.git
synced 2026-06-28 19:01:23 +08:00
Replace em-dash with regular dash in comment
This commit is contained in:
@@ -204,7 +204,7 @@ def mark_boundaries(image, label_img, color=(1, 1, 0),
|
||||
marked = gray2rgb(marked)
|
||||
if mode == 'subpixel':
|
||||
# Here, we want to interpose an extra line of pixels between
|
||||
# each original line — except for the last axis which holds
|
||||
# each original line - except for the last axis which holds
|
||||
# the RGB information. ``nd.zoom`` then performs the (cubic)
|
||||
# interpolation, filling in the values of the interposed pixels
|
||||
marked = nd.zoom(marked, [2 - 1/s for s in marked.shape[:-1]] + [1],
|
||||
|
||||
Reference in New Issue
Block a user