mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-11 20:44:02 +08:00
FIX: corrected docstring for transform.warp
This commit is contained in:
committed by
Johannes Schönberger
parent
1c3aeec2a8
commit
1ac289c588
@@ -721,7 +721,7 @@ def warp(image, inverse_map=None, map_args={}, output_shape=None, order=1,
|
||||
mode : string
|
||||
How to handle values outside the image borders. See
|
||||
`scipy.ndimage.map_coordinates` for detail.
|
||||
cval : string
|
||||
cval : float
|
||||
Used in conjunction with mode 'constant', the value outside
|
||||
the image boundaries.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user