mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-20 12:40:31 +08:00
Fix typo
This commit is contained in:
@@ -113,7 +113,7 @@ def view_as_windows(arr_in, window_shape, step=1):
|
||||
----------
|
||||
arr_in : ndarray
|
||||
N-d input array.
|
||||
window_shape : integer or tuple of length arr_in.ndmi
|
||||
window_shape : integer or tuple of length arr_in.ndim
|
||||
Defines the shape of the elementary n-dimensional orthotope
|
||||
(better know as hyperrectangle [1]_) of the rolling window view.
|
||||
If an integer is given, the shape will be a hyperrectangle of
|
||||
|
||||
Reference in New Issue
Block a user