mirror of
https://github.com/wassname/scikit-image.git
synced 2026-06-27 18:25:32 +08:00
DOC: corrected mssim docstring to return float
This commit is contained in:
@@ -54,7 +54,7 @@ def compare_ssim(X, Y, win_size=None, gradient=False,
|
||||
|
||||
Returns
|
||||
-------
|
||||
mssim : float or ndarray
|
||||
mssim : float
|
||||
The mean structural similarity over the image.
|
||||
grad : ndarray
|
||||
The gradient of the structural similarity index between X and Y [2]_.
|
||||
|
||||
Reference in New Issue
Block a user