mirror of
https://github.com/wassname/scikit-image.git
synced 2026-06-29 00:23:43 +08:00
Update doc string of _warp_fast for bicubic interpolation
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user