Commit Graph

95 Commits

Author SHA1 Message Date
Johannes Schönberger dd421dcc80 Add note about range of values of sigma_range parameter 2012-10-17 16:32:31 +02:00
Johannes Schönberger 2cdb389680 Remove unused import 2012-10-17 16:29:32 +02:00
Johannes Schönberger c04f14c129 Combine 2D and 3D bilateral filter in one function and rename sigma parameters 2012-10-17 16:28:44 +02:00
Johannes Schönberger 5b8f554a2e Rename tv_denoise to denoise_tv and deprecate 2012-10-17 12:09:09 +02:00
Johannes Schönberger 108cbf90f8 Fix typo in doc string of biliteral filter 2012-10-17 09:12:27 +02:00
Johannes Schönberger 1a1560f696 Fix PEP8 issues 2012-10-17 09:12:27 +02:00
Johannes Schönberger e39012aa24 Add more detailed description of bilateral filter 2012-10-17 09:12:27 +02:00
Johannes Schönberger 7967d5fb49 Refactor denoise tests and add tests for bilateral filter 2012-10-17 09:12:27 +02:00
Johannes Schönberger 3757e5c5eb Use common file for denoising filters 2012-10-17 09:12:27 +02:00
Johannes Schönberger cec7b6055d Restructure cdef declarations 2012-10-17 09:12:26 +02:00
Johannes Schönberger f9ecd140d8 Add bilateral denoising filter 2012-10-17 09:12:26 +02:00
Johannes Schönberger 25867b9dd5 Improve doc string format of TV denoise functions 2012-10-17 09:11:34 +02:00
Johannes Schönberger b0807739ef Use common file for denoising filters 2012-10-17 09:11:34 +02:00
Johannes Schönberger a8291352e4 Improve description of scharr and sobel edge filters 2012-10-17 09:00:06 +02:00
Johannes Schönberger 239026a19d Add scharr filter to mask test cases 2012-10-13 09:21:10 +02:00
Johannes Schönberger 37ccc805e9 Fix test case doc strings 2012-10-13 09:19:53 +02:00
Johannes Schönberger be6f02bd3d Fix stylistic indentation 2012-10-13 09:18:11 +02:00
Johannes Schönberger 1fbd664d5b Add reference for scharr operator 2012-10-13 09:17:34 +02:00
Johannes Schönberger 04f21c5841 Fix dtype and dim note for parameters in doc strings 2012-10-12 19:16:04 +02:00
Johannes Schönberger f22a014ffa Add scharr edge filter 2012-10-12 19:10:46 +02:00
Tony S Yu c17ffe6c32 Merge pull request #351 from ahojnnes/test-coverage
Test coverage
2012-10-09 14:51:23 -07:00
Paul Ivanov b4b090271d complete singularization of scikit-image
I've updated references in the code and documentation to the new name.
2012-10-08 16:29:55 -07:00
Johannes Schönberger 00dbb5e4e3 Improve test coverage of LPI filter 2012-10-06 18:36:15 +02:00
Johannes Schönberger fad2813dd8 Fix callable test in LPI filter 2012-10-06 18:01:40 +02:00
Johannes Schönberger bca962cc8a Improve test coverage for ctmf 2012-10-06 17:59:55 +02:00
Johannes Schönberger 01df23a67d Full test coverage for canny filter 2012-10-06 17:47:54 +02:00
Andreas Mueller 6c59e04714 MISC remove unused imports, some pep8 corrections. 2012-09-27 20:01:45 +01:00
Tony S Yu ae429011cf DOC: rewrap docstring lines and remove unused import 2012-09-11 23:46:26 -04:00
Tony S Yu 7a9cb807d1 DOC: Fix doctests in lpi_filter 2012-09-11 23:45:51 -04:00
Johannes Schönberger 2ab3e2dfb3 Merge pull request #298 from tonysyu/edge-masking-tweak
Edge filter refactor
2012-09-04 07:13:39 -07:00
Tony S Yu 367e39094c STY: Rework masking based on suggestions by @ahojnnes 2012-09-04 09:35:35 -04:00
Tony S Yu 6c9810c6e9 Refactor masking 2012-09-03 22:50:57 -04:00
Tony S Yu bd2f8ac3d3 DOC: Add note about expanded masking 2012-09-03 22:36:11 -04:00
Tony S Yu 852481e055 TST: Add tests for masked region 2012-09-03 22:27:51 -04:00
Tony S Yu 6e3d460b3c STY: Rename tests.
Test classes were unnecessary. Simplify to functions.
2012-09-03 08:08:29 -04:00
Tony S Yu f2246027fd STY: Clean up imports 2012-09-03 07:55:05 -04:00
Tony S Yu dc10efe4e1 DOC: Fix formatting to prevent Sphinx warnings 2012-09-02 17:53:22 -04:00
Andreas Wuerl c851053084 specified float array result in docstring 2012-09-02 21:18:00 +02:00
Andreas Wuerl 12b8d8d051 cleanup of tests hence all results of tv denoise operations are returned as float 2012-09-02 21:17:18 +02:00
Andreas Wuerl 42ae537a69 convert image to float before performing tv_denoise operation now
removed keep_type argument from tv_denoise which becomes obsolete with the previos change
adapted tests
2012-08-27 19:44:30 +02:00
Andreas Wuerl bcf4594170 use existing functionality for fix 2012-08-27 15:18:03 +02:00
Andreas Wuerl 14d0923959 fixed data of tv_denoise result images with float datatype to be in default range [0.0:1.0] 2012-08-27 12:41:29 +02:00
Johannes Schönberger 4fe9f39c45 Fix shape format of arrays in doc strings 2012-08-26 00:16:52 +02:00
Stefan van der Walt 6410905b3b BUG: Fix broken import in ctmf. 2012-08-20 07:55:17 -07:00
Tony S Yu 13caa41fa7 BUG: Rename modules with duplicate function names.
Modules with functions of the same name can cause confusion (in general) and causes issues when running `nosetests --with-doctest`.
2012-08-02 22:49:53 -04:00
Matt McCormick 67eb914ef6 TST: Add buffer for threshold tests.
In case conversion from float to integer is imprecise.
2012-07-20 19:09:05 -04:00
Matt McCormick 4b53c92c14 BUG: Fix OTSU thresholding tests with matplotlib IO plugin.
The matplotlib IO returns float arrays from [0, 1], which gives difference
results than a ubyte array.  Explicitly convert to a ubyte array in the tests.
2012-07-20 18:49:44 -04:00
Andreas Mueller 46e959a9d9 COSMIT some manual pep8, removed unused imports, removed unused variables and fixed a bug in a ValueError statement. 2012-06-29 11:27:23 +02:00
Andreas Mueller d7f1a3abec COSMIT minor stype improvements, whitespace in error messages 2012-06-29 11:27:23 +02:00
Andreas Mueller f7c56202d0 COSMIT no spaces around power `**`. Fun: https://gist.github.com/1671995 2012-06-29 11:27:23 +02:00