Fix unknown Note section warning

This commit is contained in:
Johannes Schönberger
2016-02-01 08:47:36 +01:00
parent 5e780bb27f
commit 3bf2250b64
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -50,8 +50,8 @@ def resize(image, output_shape, order=1, mode='constant', cval=0, clip=True,
Whether to keep the original range of values. Otherwise, the input
image is converted according to the conventions of `img_as_float`.
Note
----
Notes
-----
Modes 'reflect' and 'symmetric' are similar, but differ in whether the edge
pixels are duplicated during the reflection. As an example, if an array
has values [0, 1, 2] and was padded to the right by four values using
+2 -2
View File
@@ -77,8 +77,8 @@ def _warp_fast(cnp.ndarray image, cnp.ndarray H, output_shape=None,
Used in conjunction with mode 'C' (constant), the value
outside the image boundaries.
Note
----
Notes
-----
Modes 'reflect' and 'symmetric' are similar, but differ in whether the edge
pixels are duplicated during the reflection. As an example, if an array
has values [0, 1, 2] and was padded to the right by four values using