Commit Graph

17 Commits

Author SHA1 Message Date
Johannes Schönberger 3d50a03c56 Remove deprecated skimage.exposure.exposure 2014-04-11 10:05:50 -04:00
Johannes Schönberger ef63523ab0 Move denoise functions to restoration submodule 2014-03-13 19:39:54 -04:00
Jostein Bø Fløystad 781ead2c9f unwrap: Rename function unwrap() -> unwrap_phase(). 2013-11-22 10:45:06 +01:00
Jostein Bø Fløystad 05419e49c4 Make unwrap visible in the exposure package. 2013-11-22 10:42:28 +01:00
Ankit Agrawal c1e8440f72 Prevented info loss, implemented Log and Sigmoid Correction 2013-06-06 12:03:28 +08:00
Ankit Agrawal 391b2edad6 Added a function for Gamma Correction 2013-06-06 11:55:21 +08:00
Johannes Schönberger 36a915d5c1 Add __all__ to exposure package 2013-04-28 23:18:51 +02:00
Johannes Schönberger 16da3bc32a Remove duplicate import statement 2013-04-13 20:26:55 +02:00
Steven Silvester e91129de53 Renamed functions to equalize_hist/adapthist, with a deprecation warning for equalize 2012-12-08 14:53:34 -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 9eeb990898 Tests pass and example works on build. 2012-12-07 17:22:40 -06:00
Stefan van der Walt e99f18be5a BUG: Fix imports for Python 3.2. 2012-03-03 11:18:16 -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
Tony S Yu c87b1ad90e Add exposure module with histogram equalization function 2011-12-19 14:24:53 -05:00