mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-05 10:34:17 +08:00
Fix reference syntax
This commit is contained in:
@@ -182,7 +182,7 @@ cdef inline double bicubic_interpolation(double* image, Py_ssize_t rows,
|
||||
"""Bicubic interpolation at a given position in the image.
|
||||
|
||||
Interpolation using Catmull-Rom splines, based on the bicubic convolution
|
||||
algorithm described in _[1].
|
||||
algorithm described in [1]_.
|
||||
|
||||
Parameters
|
||||
----------
|
||||
|
||||
Reference in New Issue
Block a user