Commit Graph

70 Commits

Author SHA1 Message Date
Rebecca 812b23d41f making in-place addition modification suggested in issue #1089 2014-08-31 11:37:35 +01:00
Maximilian Albert adbc2efbfa Fix copy/paste error in docstring. 2014-05-17 18:20:10 +01:00
Juan Nunez-Iglesias fdc2b8dc93 Remove is_gray and is_rgb 2014-04-09 19:41:50 +10:00
Stefan van der Walt 3dd1bc1794 Format color conversion docstrings. 2013-10-27 22:06:16 +02:00
Matthew Trentacoste 888ef05b63 Adding note for Luv colorspace to top docstring 2013-10-23 22:23:26 -07:00
Matthew Trentacoste c05d18a010 docstring changes to correctly format input/output, clarifying XYZ and reference white 2013-10-23 22:21:15 -07:00
Matthew Trentacoste 44580817fc Cleaning up docstrings 2013-10-23 12:42:40 -07:00
Matthew Trentacoste df6a112bc5 flake8-compliant formatting 2013-10-23 00:07:00 -07:00
Matthew Trentacoste 9d9d16d2a4 renaming machineEps to eps to match convention 2013-10-22 23:52:12 -07:00
Matthew Trentacoste 36e56e2639 Removing unneeded division checking code 2013-10-22 23:33:38 -07:00
Matthew Trentacoste 57eb69465c Adding references regarding Lab and Luv spaces to docstring 2013-10-22 23:29:51 -07:00
Matthew Trentacoste 8093999731 Luv colorspace conversions
Adding XYZ <--> Luv, RGB <-->
Adding test functions to mirror Lab tests
2013-10-22 23:26:49 -07:00
Johannes Schönberger c3d40447f8 Remove call to deprecated is_gray function 2013-10-02 16:58:32 +02:00
Matt Terry a84388ccdb doc cleanup 2013-08-06 06:38:50 -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 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 e848ba1e61 copy editing docs 2013-07-25 15:17:11 -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 65d655e3ec cleaner lch implementations 2013-07-22 15:46:20 -07:00
Matt Terry e866696d5d add color distance functions, ciede2000 tests 2013-07-21 16:33:18 -07: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
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
Ankit Agrawal 4cb251bbe6 Deprecating is_gray and replacing it with is_gray_2d 2013-04-30 18:44:42 +05:30
Ankit Agrawal f1529aef8e Reverting the changes 2013-04-27 11:12:13 +05:30
Ankit Agrawal 2992ca7ade Deprecating is_rgb() 2013-04-24 05:13:34 +05:30
Xavier Moles Lopez d0a15a7cf9 FIX: Example in combine_stains docstring. 2013-03-13 15:14:39 +01:00
Xavier Moles Lopez b75776cc2e ENH: Updated stain separation function docstrings and added matrices to __all__ 2013-03-13 14:35:16 +01:00
spotter 74acdc9fa9 FIX: changed unicode dash in docstrings. 2013-03-12 17:09:17 +01:00
spotter 6f7158046f FIX: combine_stains docstring. 2013-03-12 16:41:02 +01:00
spotter b3e557b550 FIX: using the new stain separation functions for the special case of hed. 2013-03-12 16:19:51 +01:00
spotter c43986d6d6 ENH: Adding tests for new stain separation functions. 2013-03-12 16:15:41 +01:00
spotter f48097c5ca FIX: fixed docstrings. ENH: Added new stain separation matrices. 2013-03-12 16:06:32 +01:00
spotter 20f27345c3 FIX: rgb2hed and hed2rgb can work with both signed and unsigned image. 2013-03-12 14:22:53 +01:00
spotter 5b25e7e961 FIX: Replaced non-ascii double quotes in Ruifrok reference. 2013-03-09 13:23:36 +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 40e7aee4de FIX: Ran autopep8 on colorconv.py FIX: modified color.data.ihc function FIX: smaller ihc.jpg image 2013-03-04 10:50:17 +01:00
spotter 85b1795cdb FIX: Removed unused dependency 2013-03-01 12:17:15 +01:00
spotter b065580c0a FIX: Simplified deconvolution equations 2013-03-01 11:49:23 +01:00
spotter 74b37dbb05 ENH: Added rgb2hed and hed2rgb to __all__ list 2013-02-28 16:26:57 +01:00