FIX: corrected docstring for transform.warp

This commit is contained in:
James Bergstra
2012-08-17 17:57:43 -04:00
committed by Johannes Schönberger
parent 1c3aeec2a8
commit 1ac289c588
+1 -1
View File
@@ -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.