mirror of
https://github.com/wassname/scikit-image.git
synced 2026-06-29 05:17:50 +08:00
Change 'long' to 'int' in Cython docs
This commit is contained in:
@@ -39,7 +39,7 @@ def _slic_cython(double[:, :, :, ::1] image_zyx,
|
||||
|
||||
Returns
|
||||
-------
|
||||
nearest_mean : 3D np.ndarray of long, shape (Z, Y, X)
|
||||
nearest_mean : 3D np.ndarray of int, shape (Z, Y, X)
|
||||
The label field/superpixels found by SLIC.
|
||||
"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user