Commit Graph

146 Commits

Author SHA1 Message Date
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
Juan Nunez-Iglesias 0132998ca1 Make more colorconv functions 3D aware 2013-07-02 13:21:17 +02:00
Juan Nunez-Iglesias 19f264bc8b Make color functions used by SLIC 3D-aware 2013-07-02 13:21:16 +02:00
Stefan van der Walt b04c3282bf Fix zip. 2013-06-29 10:17:41 -05:00
Stefan van der Walt 9a38a59a25 Remove is_str and replace by isinstance(..., six.string_types). 2013-06-29 10:16:42 -05:00
Stefan van der Walt 0a727e3367 Merge pull request #485 from tonysyu/image_label2rgb
ENH: Add `label2rgb`.
2013-06-22 20:24:20 -07:00
François Boulogne 0a4fcdad0a fix imports 2013-06-20 22:46:37 +02:00
Tony S Yu 20401d3e12 Change color definitions from ini file to python module
This simplifies the code and allows users to use either `color_dict` or module
variables, e.g., `rgb_colors.white`.
2013-06-19 19:31:47 -05:00
Stefan van der Walt 2cfd075adb Merge pull request #538 from ahojnnes/examples-travis
TST: Let Travis run all examples.
2013-05-29 03:53:47 -07:00
Johannes Schönberger d644118ea4 Merge pull request #532 from ankit-maverick/deprecate_is_rgb
Deprecating is_rgb()
2013-05-27 13:26:48 -07:00
Ankit Agrawal d1a7a90a59 Deprecating is_rgb and is_gray 2013-05-21 02:00:06 +08:00
Ankit Agrawal dc3ecf58ad Removing redundant imports used in previous commits 2013-05-16 00:56:54 +08:00
Ankit Agrawal 7dfea72ec3 Removing is_gray() and is_rgb() 2013-05-16 00:52:51 +08:00
Tony S Yu fa01b936a6 API Change: image_label2rgb changed to label2rgb.
The name change reflects a switch in the argument order (and makes the image an optional argument).
2013-05-06 00:28:11 -05:00
Tony S Yu 6360240c38 TST: Add tests for image_label2rgb 2013-05-06 00:25:01 -05:00
Tony S Yu 4bd3fe9eb0 ENH: Add some checks on the inputs. 2013-05-06 00:25:01 -05:00
Tony S Yu 90c0ac5c19 Fix: Add setup.py which adds data file to the build 2013-05-06 00:25:01 -05:00
Tony S Yu 19fdad15b9 Add image_label2rgb 2013-05-06 00:25:01 -05:00
Ankit Agrawal 4cb251bbe6 Deprecating is_gray and replacing it with is_gray_2d 2013-04-30 18:44:42 +05:30
Johannes Schönberger 4fce7b3b55 Explicitly import color functions 2013-04-28 23:18:51 +02:00