Stefan van der Walt
4a0564a769
Add is_rgb and is_gray.
2012-10-17 00:05:36 -07:00
Stefan van der Walt
120571b079
BUG: Allow RGB images to be passed to grey2rgb.
2012-10-17 00:05:36 -07:00
tonysyu
8b544f2f69
Merge pull request #230 from dharhas/dharhas-lab-color-space
...
xyz <--> lab color space conversions
2012-08-01 07:02:38 -07:00
Andreas Mueller
f74ca8685b
MISC minor cleanup in doctests / examples
2012-07-31 22:00:32 +01:00
Dharhas Pothina
b54817c5b3
minor cleanup of comments & move ref_white to global lab_ref_white
2012-07-30 10:07:33 -05:00
Andreas Mueller
3448e419b3
ENH slight cleanup, fixed *1000 bug, added test and rgb2lab convenience.
2012-07-26 22:44:02 +01:00
Dharhas Pothina
8cd912a894
tests added for xyz2lab and lab2xyz
2012-07-21 09:10:05 -05:00
Dharhas Pothina
fedad0d826
fixed array being modified in place. lab2xyz working
2012-07-20 18:45:56 -05:00
Matt McCormick
bb1add8abd
BUG: Ignore colorconv RuntimeWarning:invalid value encountered in true_divide.
...
Sometimes zero divided by zero can occur in this code. Saturation was already
explicitly set to zero when 'delta' is zero. According to Wikipedia, hue is
undefined when 'delta' here is zero, so explicitly set to zero.
2012-07-20 18:33:41 -04:00
Dharhas Pothina
46f6733fc9
added xyz2lab, lab2xyz not quite working
2012-07-20 17:00:36 -05:00
Stefan van der Walt
4d1809a63c
BUG: Allow rgb2grey to be called on grey-level images.
2012-07-08 17:49:17 -07:00
Andreas Mueller
9f34c84f1a
COSMIT don't let pep8 make your matrices ugly.
2012-06-29 11:27:23 +02:00
Andreas Mueller
f7b3d8062c
COSMIT pep8
2012-06-29 11:27:23 +02:00
Stefan van der Walt
e99f18be5a
BUG: Fix imports for Python 3.2.
2012-03-03 11:18:16 -08:00
Stefan van der Walt
9c7752eecf
DOC: Fix outdated docstring.
2012-02-09 20:45:23 -08:00
Stefan van der Walt
f4330db90d
ENH: Add grey2rgb.
2012-02-08 19:58:26 -08:00
Stefan van der Walt
ec8f62ef5f
ENH: Fix dtype conversion before hsv2rgb and rgb2hsv.
2012-02-08 19:56:00 -08:00
Neil Yager
d56ae9631c
Bug fix: Ignore alpha channel when opening RGBA image as grayscale
2011-10-25 08:52:13 +01:00
Nelle Varoquaux
114cf44c77
Renamed scikits.image to skimage
2011-10-18 21:12:27 +02:00