Update doc string of _warp_fast for bicubic interpolation

This commit is contained in:
Johannes Schönberger
2012-08-30 11:57:05 +02:00
parent cb870fd069
commit 4dfdc7f74f
+1
View File
@@ -72,6 +72,7 @@ def _warp_fast(np.ndarray image, np.ndarray H, output_shape=None, int order=1,
Order of interpolation::
* 0: Nearest-neighbour interpolation.
* 1: Bilinear interpolation (default).
* 3: Bicubic interpolation.
mode : {'constant', 'reflect', 'wrap'}
How to handle values outside the image borders.
cval : string