Fix incomplete options for mode of _warp_fast function

This commit is contained in:
Johannes Schönberger
2013-05-26 10:50:00 +02:00
parent 44ca1b9bcd
commit e6a7238fab
+1 -1
View File
@@ -75,7 +75,7 @@ def _warp_fast(cnp.ndarray image, cnp.ndarray H, output_shape=None, int order=1,
* 1: Bilinear interpolation (default).
* 2: Biquadratic interpolation (default).
* 3: Bicubic interpolation.
mode : {'constant', 'reflect', 'wrap'}
mode : {'constant', 'reflect', 'wrap', 'nearest'}
How to handle values outside the image borders.
cval : string
Used in conjunction with mode 'C' (constant), the value