mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-15 11:25:53 +08:00
specified float array result in docstring
This commit is contained in:
@@ -27,7 +27,7 @@ def _tv_denoise_3d(im, weight=100, eps=2.e-4, n_iter_max=200):
|
||||
Returns
|
||||
-------
|
||||
out: ndarray
|
||||
denoised array
|
||||
denoised array of floats
|
||||
|
||||
Notes
|
||||
-----
|
||||
@@ -110,7 +110,7 @@ def _tv_denoise_2d(im, weight=50, eps=2.e-4, n_iter_max=200):
|
||||
Returns
|
||||
-------
|
||||
out: ndarray
|
||||
denoised array
|
||||
denoised array of floats
|
||||
|
||||
Notes
|
||||
-----
|
||||
@@ -198,8 +198,7 @@ def tv_denoise(im, weight=50, eps=2.e-4, n_iter_max=200):
|
||||
Returns
|
||||
-------
|
||||
out: ndarray
|
||||
denoised array
|
||||
|
||||
denoised array of floats
|
||||
|
||||
Notes
|
||||
-----
|
||||
|
||||
Reference in New Issue
Block a user