mirror of
https://github.com/wassname/scikit-image.git
synced 2026-09-12 12:50:49 +08:00
Update view_as_windows docstring
This commit is contained in:
@@ -123,7 +123,8 @@ def view_as_windows(arr_in, window_shape, step=1):
|
||||
Returns
|
||||
-------
|
||||
arr_out : ndarray
|
||||
(rolling) window view of the input array.
|
||||
(rolling) window view of the input array. If `arr_in` is
|
||||
non-contiguous, a copy is made.
|
||||
|
||||
Notes
|
||||
-----
|
||||
|
||||
Reference in New Issue
Block a user