Steven Silvester
9adae8b0c2
Fixed last remaining sig figure problem.
2012-12-11 18:57:24 -06:00
Steven Silvester
0e34c91e37
Changed all test to use 3 significant digits.
2012-12-11 18:08:27 -06:00
Steven Silvester
5444867fd0
Removed explicit io_plugin from test
2012-12-10 20:38:42 -06:00
Steven Silvester
bb4f2b96df
Modified test to pass with matplotlib plugin.
2012-12-10 20:37:01 -06:00
Steven Silvester
ac09463cf8
Fixed comment header in test file.
2012-12-10 20:19:23 -06:00
Steven Silvester
71f505f71c
Used the new function names in example and test.
2012-12-08 15:03:11 -06:00
Steven Silvester
9ff0eef53d
Merge branch 'adapthist' of github.com:blink1073/scikits-image into adapthist
...
* 'adapthist' of github.com:blink1073/scikits-image:
Cleaned up adapthist func to use LAB for all RGB->required rest result change
Removed sys.path hack in test, fixed spelling of import in __init__.py
Translated clahe C code to python, added to list of contributors.
Passed all tests with full coverage, PEP8 and Pylint performed.
Improved support for color images using lab transform.
Replaced generic ACM license with the Graphics Gems IV license.
Pep8 fixes.
Added Notes to the docstring.
Tests pass and example works on build.
Initial commit of adapthist modifications.
Conflicts:
CONTRIBUTORS.txt
doc/examples/plot_equalize.py
skimage/exposure/_adapthist.py
skimage/exposure/tests/test_exposure.py
skimage/setup.py
2012-12-08 14:47:18 -06:00
Steven Silvester
08ef1e9b75
Rebased to master, incorporated view_as_blocks, cleaned up interpolate method and example
2012-12-08 14:29:36 -06:00
Steven Silvester
b8844beb79
Cleaned up adapthist func to use LAB for all RGB->required rest result change
2012-12-07 17:25:07 -06:00
Steven Silvester
7f86b0c400
Removed sys.path hack in test, fixed spelling of import in __init__.py
2012-12-07 17:25:06 -06:00
Steven Silvester
94af01cdbd
Translated clahe C code to python, added to list of contributors.
2012-12-07 17:25:04 -06:00
Steven Silvester
269929333b
Passed all tests with full coverage, PEP8 and Pylint performed.
2012-12-07 17:23:40 -06:00
Steven Silvester
c7c4db6e3c
Improved support for color images using lab transform.
2012-12-07 17:22:41 -06:00
Steven Silvester
715271bde9
Pep8 fixes.
2012-12-07 17:22:41 -06:00
Steven Silvester
9eeb990898
Tests pass and example works on build.
2012-12-07 17:22:40 -06:00
Steven Silvester
c6d0acfdab
Initial commit of adapthist modifications.
2012-12-07 17:22:33 -06:00
Steven Silvester
2e1729a9fb
Cleaned up adapthist func to use LAB for all RGB->required rest result change
2012-12-01 23:46:52 -06:00
Steven Silvester
79fb543256
Removed sys.path hack in test, fixed spelling of import in __init__.py
2012-10-21 13:49:35 -05:00
Steven Silvester
c778de04ef
Translated clahe C code to python, added to list of contributors.
2012-10-21 13:25:18 -05:00
Steven Silvester
d9926d8de4
Passed all tests with full coverage, PEP8 and Pylint performed.
2012-08-11 21:28:08 -05:00
Steven Silvester
55a3f22ba2
Improved support for color images using lab transform.
2012-08-11 15:48:18 -05:00
Steven Silvester
7dc17334a2
Pep8 fixes.
2012-08-05 23:42:44 -05:00
Steven Silvester
819332baa3
Tests pass and example works on build.
2012-08-05 23:27:24 -05:00
Steven Silvester
34af272c54
Initial commit of adapthist modifications.
2012-08-05 23:07:24 -05:00
Andreas Mueller
f7b3d8062c
COSMIT pep8
2012-06-29 11:27:23 +02:00
Stefan van der Walt
33360cdb78
BUG: Fix data range in exposure tests.
2012-02-19 21:18:51 -08:00
Tony S Yu
f5037203f2
Add rescale_intensity function with test and example.
2011-12-27 11:01:53 -08:00
Tony S Yu
d4ca519ca5
Rename equalize_hist to equalize and minor cleanup
2011-12-22 10:48:28 -08:00
Tony S Yu
87c2353845
Change API for equalize_hist and cumulative_distribution.
...
`equalize_hist`: "max_intensity" parameter no longer exists---img_as_float normalizes intensity range
`cumulative_distribution`: Return centers of bins instead of the edges.
Move `histogram` function from filter subpackage.
Add test of equalize_hist
Add example of histogram equalization.
2011-12-22 10:16:32 -08:00