mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-10 06:28:26 +08:00
STY: Wrap long line.
This commit is contained in:
@@ -41,7 +41,8 @@ def _as_windows(X, win_size=7, flatten_first_axis=True):
|
||||
return windows
|
||||
|
||||
|
||||
def structural_similarity(X, Y, win_size=7, gradient=False, dynamic_range=None):
|
||||
def structural_similarity(X, Y, win_size=7,
|
||||
gradient=False, dynamic_range=None):
|
||||
"""Compute the mean structural similarity index between two images.
|
||||
|
||||
Parameters
|
||||
|
||||
Reference in New Issue
Block a user