mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-21 12:50:27 +08:00
Fix incomplete options for mode of _warp_fast function
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user