Commit Graph

115 Commits

Author SHA1 Message Date
Stefan van der Walt a9995b6a70 Test whether labels are left alone in label2rgb. 2013-10-11 18:44:30 +02:00
Tony S Yu c519f60285 Add support for consistent color labels for sparse labels. 2013-10-10 23:26:02 -05:00
Kemal Eren 4db1e1b83c handle case when there are no labels 2013-10-07 23:17:52 -07:00
Kemal Eren 794176b7c4 fixed error in label2rgb() when label is a binary array 2013-10-07 20:53:48 -07:00
Kemal Eren bdafd1e3d6 ENH: optimized label2rgb() 2013-10-07 16:47:01 -07:00
Johannes Schönberger c3d40447f8 Remove call to deprecated is_gray function 2013-10-02 16:58:32 +02:00
Matt Terry 7e7fb2fc85 comma usage 2013-08-19 11:26:07 -07:00
Matt Terry 600305eb85 doc quickfix 2013-08-19 11:04:29 -07:00
Matt Terry d86b624d43 r is confusing, use ab instead 2013-08-17 11:11:23 -07:00
Matt Terry 9fe1e26583 more consistency in naming, better docstring 2013-08-17 11:06:00 -07:00
Matt Terry 0182f7c98a better roundoff handing of dH 2013-08-15 11:18:28 -07:00
Matt Terry e5fcece9dc spell ciede correctly 2013-08-15 09:15:39 -07:00
Matt Terry 111a992140 fix table formatting 2013-08-12 09:57:13 -07:00
Matt Terry a84388ccdb doc cleanup 2013-08-06 06:38:50 -07:00
Matt Terry d50af3f3bc unneeded asarray 2013-08-05 18:02:28 -07:00
Matt Terry e59a75bb4a cleanup 2013-08-05 14:20:20 -07:00
Matt Terry efe51c92a9 tuples are valid inputs 2013-08-05 12:43:42 -07:00
Matt Terry dc692dddcc code cleanup 2013-08-05 12:18:32 -07:00
Matt Terry a8403d26a1 last round of copy-edits 2013-07-31 06:40:24 -07:00
Matt Terry 6585efb763 lab2lch/lch2lab for N-D images (w/tests) 2013-07-30 14:20:55 -07:00
Matt Terry 364ebd7418 copy editing 2013-07-30 10:50:43 -07:00
Matt Terry a0f8905b8c docs for deltaE_ciede2000 length scales 2013-07-25 15:32:52 -07:00
Matt Terry c36d1cf248 run_module_suite 2013-07-25 15:28:29 -07:00
Matt Terry 42a2671a02 skimage attribution convention 2013-07-25 15:22:43 -07:00
Matt Terry 9db3ab1927 deg2rad > DEG 2013-07-25 15:18:47 -07:00
Matt Terry 547fa2fc6c test for rgb2lch roundtrip 2013-07-25 15:17:30 -07:00
Matt Terry e848ba1e61 copy editing docs 2013-07-25 15:17:11 -07:00
Matt Terry 3326239962 reference formatting 2013-07-24 08:20:21 -07:00
Matt Terry b566ba496b use np.rollaxis 2013-07-24 08:07:14 -07:00
Matt Terry 1cd918e5c0 pep8 math operators 2013-07-24 07:54:56 -07:00
Matt Terry 499141cd2b docs 2013-07-23 21:32:49 -07:00
Matt Terry 86f7c4a1d5 expose lab/lch conversion 2013-07-23 21:32:37 -07:00
Matt Terry f67a088cce references 2013-07-23 09:33:55 -07:00
Matt Terry 4b3c11d23e references 2013-07-23 09:32:57 -07:00
Matt Terry 1dc46c827f add references 2013-07-23 09:21:48 -07:00
Matt Terry 01d8cb2f4d make naming consistent 2013-07-23 09:16:18 -07:00
Matt Terry b2b101cc18 set testing tolerance 2013-07-23 09:13:38 -07:00
Matt Terry 4fd18d4300 fix path 2013-07-22 15:56:12 -07:00
Matt Terry 65d655e3ec cleaner lch implementations 2013-07-22 15:46:20 -07:00
Matt Terry 28f58a2c50 add tests. cmc stops naning 2013-07-22 15:31:27 -07:00
Matt Terry f9ca27a979 don't need lab2lch 2013-07-22 09:36:33 -07:00
Matt Terry a821ad518c better cmc implementation 2013-07-22 09:35:25 -07:00
Matt Terry c50c926eae docs 2013-07-22 08:56:57 -07:00
Matt Terry e866696d5d add color distance functions, ciede2000 tests 2013-07-21 16:33:18 -07:00
Juan Nunez-Iglesias 8736a66504 Fix typo using assert_raises in test_colorconv.py 2013-07-13 09:49:38 +10:00
Juan Nunez-Iglesias 6221ce6e3b Add test coverage for guess_spatial_dimensions() 2013-07-13 01:27:17 +02:00
Juan Nunez-Iglesias dab831b72b Bug fix: map returns iterator in Py3k 2013-07-02 20:13:09 +02:00
Juan Nunez-Iglesias f0d586a32f Revert change to is_rgb 2013-07-02 13:22:13 +02:00
Juan Nunez-Iglesias 1c116a9905 Add function to guesstimate number of spatial dimensions 2013-07-02 13:22:13 +02:00
Juan Nunez-Iglesias 30636428db Add more descriptive error message to _prepare_colorarray 2013-07-02 13:22:12 +02:00