From 21d480c32c29798ab232614fa68883a43ea6a0d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Sch=C3=B6nberger?= Date: Sun, 24 Feb 2013 14:20:02 +0100 Subject: [PATCH] Fix accidentially changed doc strings --- skimage/io/_plugins/_colormixer.pyx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/skimage/io/_plugins/_colormixer.pyx b/skimage/io/_plugins/_colormixer.pyx index 4fbe2f18..64ac62ff 100644 --- a/skimage/io/_plugins/_colormixer.pyx +++ b/skimage/io/_plugins/_colormixer.pyx @@ -28,7 +28,7 @@ def add(cnp.ndarray[cnp.uint8_t, ndim=3] img, img : (M, N, 3) ndarray of uint8 Output image. stateimg : (M, N, 3) ndarray of uint8 - Icnput image. + Input image. channel : int Channel (0 for "red", 1 for "green", 2 for "blue"). amount : int @@ -74,7 +74,7 @@ def multiply(cnp.ndarray[cnp.uint8_t, ndim=3] img, img : (M, N, 3) ndarray of uint8 Output image. stateimg : (M, N, 3) ndarray of uint8 - Icnput image. + Input image. channel : int Channel (0 for "red", 1 for "green", 2 for "blue"). amount : float @@ -121,7 +121,7 @@ def brightness(cnp.ndarray[cnp.uint8_t, ndim=3] img, img : (M, N, 3) ndarray of uint8 Output image. stateimg : (M, N, 3) ndarray of uint8 - Icnput image. + Input image. factor : float Multiplication factor. offset : int @@ -438,7 +438,7 @@ def hsv_add(cnp.ndarray[cnp.uint8_t, ndim=3] img, img : (M, N, 3) ndarray of uint8 Output image. stateimg : (M, N, 3) ndarray of uint8 - Icnput image. + Input image. h_amt : float Ammount to add to H channel. s_amt : float @@ -507,7 +507,7 @@ def hsv_multiply(cnp.ndarray[cnp.uint8_t, ndim=3] img, img : (M, N, 3) ndarray of uint8 Output image. stateimg : (M, N, 3) ndarray of uint8 - Icnput image. + Input image. h_amt : float Ammount to add to H channel. s_amt : float