DOC: Fix docstring to match rank order.

This commit is contained in:
Tony S Yu
2012-08-19 16:23:14 -04:00
parent b5d9106966
commit 682f064f86
+1 -5
View File
@@ -8,9 +8,6 @@ All rights reserved.
Original author: Lee Kamentsky
"""
from __future__ import division
cimport cython
@@ -38,8 +35,7 @@ def reconstruction_loop(unsigned int[:] ranks, int[:] prev, int[:] next,
strides : array
Strides to neighbors of the current pixel.
current_idx : int
Index of lowest-ranked pixel used as starting point in reconstruction
loop.
Index of highest-ranked pixel used as starting point in loop.
image_stride : int
Stride between seed image and mask image in `ranks`.
"""