Commit Graph
90 Commits
Author SHA1 Message Date
Jostein Bø Fløystad d2fb06fa3b unwrap: Whitespace fixes. 2013-11-22 10:42:28 +01:00
Jostein Bø Fløystad e780bd7a5a unwrap: refactor tests.
Update imports to skimage
Use simple test functions, do not wrap in a class
Whitespace fixes
2013-11-22 10:42:28 +01:00
Jostein Bø Fløystad 05419e49c4 Make unwrap visible in the exposure package. 2013-11-22 10:42:28 +01:00
Jostein Bø Fløystad 0df05f6048 unwrap: Use new imports in python module. 2013-11-22 10:42:28 +01:00
Jostein Bø Fløystad 011ea024c9 unwrap: Add setup script to build extensions. 2013-11-22 10:42:28 +01:00
Jostein Bø Fløystad 3bd60446a2 unwrap: Rename cython files to skimage conventions. 2013-11-22 10:42:28 +01:00
Jostein Bø Fløystad 4c84106b26 unwrap: Remove executable bit. 2013-11-22 10:42:28 +01:00
Jostein Bø Fløystad 5692989a11 unwrap: Move files to skimage directory tree. 2013-11-22 10:42:28 +01:00
Johannes Schönberger ad3464701a Fix doc string syntax errors 2013-11-09 23:13:43 +01:00
Johannes Schönberger 411de753bd Remove plotter from doctest and use comparison to np.histogram instead 2013-11-03 10:30:31 +01:00
François Boulogne eb4c5c9ee4 PEP8 2013-10-14 16:14:30 +02:00
Ankit Agrawal 3e544d7fac Adding author and name of the paper in reference section of adjust_sigmoid 2013-06-12 18:11:40 +08:00
Ankit Agrawal 2c0e20f972 Correcting typo in the reference section of adjust_sigmoid. 2013-06-12 16:32:15 +08:00
Ankit Agrawal 884ac317c8 Correcting typo in the reference section of adjust_sigmoid 2013-06-12 16:31:13 +08:00
Ankit Agrawal 04625ebabf Final stylistic changes in exposure.py 2013-06-10 00:32:22 +08:00
Ankit Agrawal f94f3db597 Renaming rescale_intensity_* as adjust_* 2013-06-06 12:13:48 +08:00
Ankit Agrawal 9a1c39f089 Adding a utility function to test non-negativity of an image 2013-06-06 12:13:20 +08:00
Ankit Agrawal 00ae241525 Error handling for images with negative values in Image Correction methods 2013-06-06 12:13:20 +08:00
Ankit Agrawal 23f61795eb Minor improvements in docs, tests 2013-06-06 12:12:40 +08:00
Ankit Agrawal a475d3c694 Corrections and Improvements 2013-06-06 12:12:40 +08:00
Ankit Agrawal a88ae64efb Added stronger tests 2013-06-06 12:11:53 +08:00
Ankit Agrawal e1c23ac08c Added better tests and removed weak ones 2013-06-06 12:11:53 +08:00
Ankit Agrawal c9330ea186 Correcting code quality issues 2013-06-06 12:11:53 +08:00
Ankit Agrawal 8f8c58317c Separating correction methods into different functions 2013-06-06 12:10:54 +08:00
Ankit Agrawal 4d1c334842 Separating the functions 2013-06-06 12:03:28 +08: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
Tony S Yu 8b0ddc264d Merge pull request #541 from emmanuelle/doc
Another minor doc-related PR
2013-05-26 14:14:02 -07:00
Johannes Schönberger 36a915d5c1 Add __all__ to exposure package 2013-04-28 23:18:51 +02:00
Emmanuelle Gouillart 182a194ecd DOC: Comment on the behavior of `histogram` for color images. 2013-04-28 18:22:01 +02:00
Tony S Yu f2ace75369 Fixes to make doctests pass. 2013-04-25 23:13:41 -05:00
Emmanuelle Gouillart 3f47aefa90 histogram example 2013-04-20 19:53:58 +02:00
Johannes Schönberger 16da3bc32a Remove duplicate import statement 2013-04-13 20:26:55 +02:00
Tony S Yu 17e7ba3de7 DOC: Fix Sphinx errors. 2013-03-02 17:22:10 -06:00
Tony S Yu dd08c8cd83 Fix return value of deprecated equalize function. 2013-02-26 20:34:29 -06:00
Steven Silvester eeaf04ed59 STY: Minor change to trigger Travis build 2012-12-28 21:59:19 -06:00
Steven Silvester f48f94f0be BUG: Adapthist interpolation grids could be improperly spaces 2012-12-28 18:37:15 -06:00
Steven Silvester 1af3d69cde BUG: Fixed another division error 2012-12-28 01:33:01 -06:00
Steven Silvester 713e5dc734 BUG: Adapthist error caused by divisor operator change in py3k 2012-12-28 00:53:23 -06:00
Steven Silvester 8da3541bff STY: Minor change to docstring to test travis build 2012-12-26 09:11:53 -06:00
Steven Silvester 6a54c56900 STY: Change minor formatting to test travis build 2012-12-26 00:59:05 -06:00
Steven Silvester 5e44e78488 STY: Used float comparison in test_exposure 2012-12-26 00:45:41 -06:00
Steven Silvester a0a05954c2 BUG: Failed exposure tests on Python3, fixed 2012-12-26 00:34:17 -06:00
Steven Silvester aef305a0d3 BUG: Python 3 Travis build caught this error 2012-12-25 23:02:27 -06:00
Steven Silvester 6a0ab4e3fb BUG: Fixed exposure test to cast data on load. 2012-12-23 15:45:10 -06:00
Steven Silvester 1c589908a8 BUG: Not all plugins would pass the adapthist test 2012-12-23 10:54:09 -06:00
Steven Silvester 73f5e9dccc Fixed error in peak_snr, now uses float arithmetic throughout. 2012-12-11 23:14:30 -06:00
Stefan van der Walt 7ebbdfd75f Minor code cleanup. 2012-12-11 18:14:45 -08:00
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