Commit Graph
18 Commits
Author SHA1 Message Date
spotter c43986d6d6 ENH: Adding tests for new stain separation functions. 2013-03-12 16:15:41 +01:00
spotter 7c371e1662 FIX: img_as_ubyte function threw ValueError due to floating point errors in hed2rgb function.
Clipping the output of the hed2rgb function between 0 and 1 seems to correct
the bug without affecting the conversion quality.
2013-03-08 12:58:22 +01:00
spotter 7439fe96e8 FIX: Testing for ubyte and float images. Input dtypes are converted beforehand. 2013-03-07 00:14:06 +01:00
Xavier Moles Lopez 0a6b72bfe4 FIX: Fixed test_hed_rgb_roundtrip. 2013-03-04 12:15:35 +01:00
Xavier Moles Lopez 7f5b331f22 FIX: import rgb2hed and hed2rgb in the test_colorconv script. 2013-03-04 12:04:44 +01:00
spotter 3e6e690590 ENH: Added a short test to validate rgb2hed and hed2rgb conversion 2013-03-01 11:50:10 +01:00
Sergey Karayev 6953785eab added rgb2lab test 2012-12-02 22:51:16 -08:00
Sergey Karayev 5108d8c346 Fixed RGB<->XYZ conversion.
Now correctly follows the algorithm from EasyRGB.
Also fixed a XYZ<->Lab conversion issue by adding
a .copy().
2012-11-29 12:06:01 -08:00
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
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
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 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
Nelle Varoquaux 114cf44c77 Renamed scikits.image to skimage 2011-10-18 21:12:27 +02:00