From 4dfdc7f74f317fcf57c2ea460ba2e0715bc35d44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Sch=C3=B6nberger?= Date: Thu, 30 Aug 2012 11:57:05 +0200 Subject: [PATCH] Update doc string of _warp_fast for bicubic interpolation --- skimage/transform/_warps_cy.pyx | 1 + 1 file changed, 1 insertion(+) diff --git a/skimage/transform/_warps_cy.pyx b/skimage/transform/_warps_cy.pyx index 37a577f7..99eb2500 100644 --- a/skimage/transform/_warps_cy.pyx +++ b/skimage/transform/_warps_cy.pyx @@ -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