Commit Graph
8 Commits
Author SHA1 Message Date
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 819332baa3 Tests pass and example works on build. 2012-08-05 23:27:24 -05: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