Commit Graph
129 Commits
Author SHA1 Message Date
Egor PanfilovandGitHub 418de7e4f0 Merge pull request #2180 from sciunto/fix_mosaic
remove local threshold in try_all_threshold
2016-07-16 10:02:56 +03:00
François Boulogne 25c1c07749 DOC: add DOI to references 2016-07-14 23:17:24 +02:00
Rachel Finck c9d4fa6875 Fix threshold_triangle to work with non-integer images. 2016-07-05 11:00:03 -07:00
François Boulogne 7a4b74f057 remove local threshold in try_all_threshold 2016-07-05 15:53:02 +02:00
Juan Nunez-Iglesias b51259532b Use canonical imports in test_frangi 2016-06-21 13:19:55 -04:00
Juan Nunez-Iglesias 35628169f0 Specify only 2-tuples allowed in Frangi docstring 2016-06-21 13:19:32 -04:00
Juan Nunez-Iglesias 19918bc6fe Rename scale kwarg to scale_range for clarity 2016-06-21 13:17:30 -04:00
Juan Nunez-Iglesias eed7c41c32 Remove nonexistent kwarg from docstring, style fix
- Address @soupault's comments in the examples
- Fix minor spelling and wording errors
2016-06-21 13:17:05 -04:00
HiyorimiandJuan Nunez-Iglesias 996db946bd allocation fix + renaming lambdas in filter functions 2016-06-21 13:15:51 -04:00
HiyorimiandJuan Nunez-Iglesias 025e8c5499 Frangi filter support with tests + docstrings
+fixed tests and removed shared code

https://github.com/scikit-image/scikit-image/pull/2139#discussion_r67240635

docstrings and style fixes

fix Lambda yielding

more style fixes

enumerate & black line fixes
2016-06-21 13:15:05 -04:00
Egor PanfilovandGitHub 030e623300 Merge pull request #2110 from sciunto/mosaic
ENH: try_all to choose the best threshold algorithm and DOC refactoring
2016-06-19 21:39:21 +03:00
François Boulogne 9fef985df8 Various fixes 2016-06-19 19:43:43 +02:00
emmanuelle 2319119b31 Minor improvements 2016-06-19 09:42:53 +02:00
emmanuelle a6f3bfef6f Corrected docstring of default structuring element for median filter. 2016-06-19 09:42:53 +02:00
emmanuelle c8b13f4825 Added default value for the structuring element of median filter 2016-06-19 09:38:36 +02:00
emmanuelle b0437045ed Added default value to gaussian filter (sigma parameter) 2016-06-19 09:38:36 +02:00
François Boulogne d870bcc5df Minor fixes 2016-06-18 23:39:09 +02:00
François Boulogne ee42b2bc39 Import matplotlib inside _try_all 2016-06-18 20:20:34 +02:00
François Boulogne 6442bf5f0c Use gray cmap 2016-06-18 20:20:33 +02:00
François Boulogne c8f0611a54 ADD mean and triangle thres 2016-06-18 20:20:33 +02:00
François Boulogne b66c010eab DOC: add minimum to the list 2016-06-18 20:20:33 +02:00
François Boulogne 690db877fd Add threshold_minimum to try_all 2016-06-18 20:20:33 +02:00
François Boulogne 12fabff65f Some corrections 2016-06-18 20:20:33 +02:00
François Boulogne ecb84e7362 DOC: illustrate mosaic in gallery 2016-06-18 20:20:33 +02:00
François BoulogneandFrançois Boulogne b74ea8222d ENH: add mosaic 2016-06-18 20:20:32 +02:00
Egor Panfilov 5f891dedc3 Removed deprecared sobel, prewitt, scharr, roberts filters 2016-06-18 18:53:59 +03:00
François Boulogne fc1192ae15 ENH: implement mean and triangle thresholding 2016-06-10 00:27:15 +02:00
François Boulogne ea9180f754 more concise writting 2016-06-02 13:38:32 +02:00
François Boulogne 8c9d8926c8 Minor enhancements 2016-06-02 13:35:36 +02:00
François BoulogneandFrançois Boulogne aea36e89d1 use break instead of exception 2016-06-02 10:32:00 +02:00
François BoulogneandFrançois Boulogne 80e8544067 Review threshold minimum 2016-06-02 10:32:00 +02:00
Jeff HemmelgarnandFrançois Boulogne 31db1c607e Add threshold minimum algorithm 2016-06-02 10:32:00 +02:00
Martin Zackrisson 1d7c4fd535 Corrected Otsu test error raising assertion 2016-05-30 13:38:55 +02:00
Martin Zackrisson 9174110faa Removed empty line from docstring 2016-05-30 13:36:47 +02:00
Martin Zackrisson f4123a4e36 Added missing documentation about raised error 2016-05-30 11:29:35 +02:00
Martin Zackrisson e167be511d Corrected indentation to follow PEP8 2016-05-30 11:25:55 +02:00
Martin Zackrisson 8b6460b06e Correcting the Error raised for Otsu Threshold
The previous error, `TypeError` did not reflect the test done and would typically be raised while `image` indeed had the correct type.
2016-05-30 11:13:58 +02:00
Noah Stier 2232061402 Move description and todos from README into docstring. 2016-05-29 03:56:06 -07:00
Egor Panfilov 2b1a88dfb5 Removed deprecated filters.canny links 2016-03-24 21:40:19 +03:00
Egor Panfilov 3c803f95ef Removed deprecated filter module 2016-03-23 22:44:29 +03:00
Johannes Schönberger 9d9a4b3e0b Fix some remaining TODO items 2016-02-09 11:11:28 +01:00
Steven Silvester b710bd21d2 Use a stacklevel of 2 by default for all warnings 2016-01-30 08:57:46 -06:00
Juan Nunez-Iglesias aae7f2b615 Merge pull request #1907 from OrkoHunter/threshold_adaptive_block_size
Modify threshold_adaptive
2016-01-26 10:26:56 +11:00
Himanshu Mishra 41afd05d0a Modify threshold_adaptive
1. Improve docstring
2. Raise error for even block_size
3. Test for the ValueError
2016-01-25 19:46:21 +05:30
Himanshu Mishra 1740767a3a Add test for threshold_otsu on single color image 2016-01-25 13:56:45 +05:30
Himanshu Mishra 28f19d3076 Raise error when single colored image is passed in threshold_otsu method 2016-01-24 20:57:40 +05:30
Himanshu Mishra c41376c60e Remove test_otsu_lena_image 2016-01-21 23:36:30 +05:30
Himanshu Mishra a2d75de834 Add expected_warnings to the tests using threshold_otsu 2016-01-15 10:34:26 +05:30
Himanshu Mishra 296438d08e Raise a warning if the image is not grayscale 2016-01-15 10:06:43 +05:30
Himanshu Mishra f034081650 Document the input image type 2016-01-14 13:49:17 +05:30