Commit Graph

342 Commits

Author SHA1 Message Date
Stefan van der Walt f518c2b30f Merge pull request #859 from radioxoma/threshold
Add ISODATA thresholding
2014-01-14 05:47:33 -08:00
radioxoma 38525fb423 Explanation by ahojnnes 2014-01-13 19:46:10 +03:00
Johannes Schönberger 0f6cb6f1f9 Add note about dtype overflow 2014-01-12 19:48:52 -05:00
radioxoma 0079e8de5c Adding comments 2014-01-12 18:18:50 +03:00
radioxoma cd01bad721 fix tests 2014-01-11 02:00:03 +03:00
radioxoma 4d5889964b Unit-tests and small fixes 2014-01-10 22:32:34 +03:00
radioxoma 2c197846f9 Add ISODATA threshold with tests 2014-01-10 22:32:34 +03:00
radioxoma dfa2ba7bcd fix yen blank image bug 2014-01-10 22:32:34 +03:00
radioxoma 7fec88fc82 fix threshold_yen import 2014-01-10 22:32:34 +03:00
Johannes Schönberger be3752e922 Use 2 empty lines between functions 2013-12-19 06:05:26 +01:00
Johannes Schönberger 0bf905ad22 Readd note about overflow 2013-12-18 16:36:54 +01:00
Johannes Schönberger 90ca50d7db Clarify that it is the local histogram 2013-12-18 16:34:47 +01:00
Johannes Schönberger f1839e685a Fix pop_bilateral doc test 2013-12-18 16:34:03 +01:00
Johannes Schönberger f8099fa6ac Improve doc strings of percentile rank filters 2013-12-18 14:48:59 +01:00
Johannes Schönberger db048d3675 Improve doc strings of bilateral rank filters 2013-12-18 14:43:08 +01:00
Johannes Schönberger 0a46f5f8de Improve doc strings of generic rank filters 2013-12-18 14:37:24 +01:00
odebeir 2e84dc6399 fix:indentation 2013-12-06 20:13:00 +01:00
Olivier Debeir cb310feab1 fix:rtank.__init__ 2013-12-06 13:42:06 +01:00
Olivier Debeir 9d734ad4f2 fix:docstring in sum_bilateral 2013-12-06 12:05:36 +01:00
Olivier Debeir 0b8d83c24c fix:rank.sum docstrings 2013-12-06 10:50:27 +01:00
Olivier Debeir 3f08779810 add:rank.sum_bilateral 2013-12-06 10:47:52 +01:00
Olivier Debeir d98ed722d9 add:rank.sum_percentile 2013-12-06 10:37:39 +01:00
Olivier Debeir 1f8adcc755 fix:indent 2013-12-06 10:09:10 +01:00
Olivier Debeir ef5de4165b fix:rank.sum docstring 2013-12-06 10:08:27 +01:00
Olivier Debeir 0fc0c9f042 fix:rank.sum docstring 2013-12-06 10:06:32 +01:00
Olivier Debeir 39b256a7ed fix:rank.sum docstring 2013-12-06 10:05:19 +01:00
Olivier Debeir fe0e252db6 shorten line 2013-12-06 09:08:34 +01:00
Olivier Debeir ed0ae50f62 add rank filter sum 2013-12-06 09:05:55 +01:00
Johannes Schönberger df4ca92794 Reduce runtime of long doctests 2013-11-18 12:54:42 +01:00
Johannes Schönberger ad3464701a Fix doc string syntax errors 2013-11-09 23:13:43 +01:00
Johannes Schönberger fb1c1d39f0 Fix misspelled sections 2013-11-09 23:01:58 +01:00
Johannes Schönberger c6f9b5336a Fix rank order doc test 2013-11-03 23:42:44 +01:00
Johannes Schönberger 1dc346fbdb Fix duplicate percentile names rank namespace 2013-11-03 17:54:45 +01:00
Johannes Schönberger 22273a5160 Fix 16bit rank filter test in python 3.x 2013-10-30 23:07:23 +01:00
Johannes Schönberger 8e695f8734 Add rank filter tests as data dir 2013-10-30 22:41:20 +01:00
Johannes Schönberger 8c5aa376d5 Remove deprecated tv_denoise function 2013-10-14 19:52:56 +02:00
Marianne Corvellec 93fb2d3188 Merge branch 'master' of git://github.com/scikit-image/scikit-image into filter_median_dtypes 2013-10-14 11:25:08 -04:00
François Boulogne eb4c5c9ee4 PEP8 2013-10-14 16:14:30 +02:00
Marianne Corvellec e49a2168f0 Added deprecation decorator according to discussion. 2013-10-12 20:25:56 -04:00
Marianne Corvellec 1b1cbe246e Tiny formatting edits 2013-10-05 16:28:27 -04:00
François Boulogne a1373269e6 DOC: fix indent 2013-10-02 18:28:14 +02:00
François Boulogne 8f20fff3f8 PEP8: fix indentation 2013-10-02 18:14:21 +02:00
Johannes Schönberger 2459ca14a0 Fix deprecated function name in example 2013-10-02 17:57:20 +02:00
radioxoma c8c95c0e63 Fix import list sequence 2013-09-07 19:10:40 +03:00
radioxoma 04804cc81c Logarithm optimisation 2013-09-07 19:10:40 +03:00
radioxoma 9e74f4eb70 Added Yen tests, typo fixed 2013-09-07 19:10:40 +03:00
radioxoma 8beb2ae605 Yen PEP8 and docstrings 2013-09-07 19:10:40 +03:00
radioxoma e41887c66d Codestyle improvement 2013-09-07 19:10:40 +03:00
radioxoma a315ae718d Add Yen threshold method 2013-09-07 18:48:46 +03:00
Emmanuelle Gouillart 9795d3fad4 Gaussian filter function: changed the default value of multichannel
Now we try to guess automatically whether the image is grayscale or RGB
2013-08-29 23:14:30 +02:00