Commit Graph

5213 Commits

Author SHA1 Message Date
Johannes Schönberger 034a4eb0cf Improve documentation of geometric transformations 2016-06-21 22:39:54 +02:00
Johannes Schönberger d440d1bf74 Use Umeyama method for similarity transform estimation 2016-06-21 22:39:54 +02:00
François Boulogne 378e14fe8e Merge pull request #2153 from jni/frangi
Add Frangi and Hessian filters
2016-06-21 20:12:41 +00:00
Egor Panfilov 97a67bf329 Merge pull request #2157 from jni/glcm-api-fixes
Writing, style, and PEP8 fixes for greycomatrix
2016-06-21 22:47:51 +03:00
Juan Nunez-Iglesias 24bab75dc3 Check types with issubdtype 2016-06-21 13:39:20 -04: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
Hiyorimi 996db946bd allocation fix + renaming lambdas in filter functions 2016-06-21 13:15:51 -04:00
Hiyorimi 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 Panfilov 2cef2a9b25 Merge pull request #2134 from jmetz/felzenszwalb_multichannel
Switched felzenszwalb gray to multichannel version
2016-06-21 00:24:27 +03:00
Jeremy Metz e9a56655c6 Switched gray to multichannel version
Corrected wrap-80

Switched `ndim` check to `atleast_3d`

Removed `elif` from ndim check.

Updated felzenszwalb rgb test to reflect min_size fix

Update docstring multi to single & multi channel

Also Added spaces between `,` and `:` in distance function

Updated indentations, array shape specification

Updated function name _rgb > _cython

Added missing spaces in ValueError message

Updated docs
2016-06-20 21:16:25 +01:00
François Boulogne dc81adad6a BUGFIX: inverse_map should not be None 2016-06-19 22:58:25 +02:00
Egor Panfilov 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
Egor Panfilov e02ccb6817 Removed deprecated _mode_deprecations 2016-06-19 00:25:52 +03: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 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
Juan Nunez-Iglesias f2f9a3202d Writing, style, and PEP8 fixes for greycomatrix
- Reword some error messages
- Wrap lines to 80 char
- Remove trailing whitespace characters
- Fix misleading docstring in private function

See #2095.
2016-06-17 15:02:23 -04:00
Juan Nunez-Iglesias b887cde691 Merge pull request #2095 from ThomasWalter/cooc
Add uint16 images support for co-occurrence matrix
2016-06-17 14:11:08 -04:00
Juan Nunez-Iglesias a7d43e548e Merge pull request #2145 from sciunto/docstring
Docstring
2016-06-16 18:51:11 -04:00
Juan Nunez-Iglesias c7f386b955 Merge pull request #2149 from ahojnnes/graphicsgems
Fix outdated GraphicsGems link
2016-06-16 18:50:09 -04:00
walter 6c47bd49dd tests for image types added 2016-06-16 10:33:11 +02:00
walter ed34d9f014 added a test for different data types 2016-06-15 12:57:55 +02:00
walter 2147812ab4 small corrections on the doc string 2016-06-14 16:40:21 +02:00
Johannes Schönberger 8e928a6243 Fix outdated GraphicsGems link 2016-06-14 12:04:08 +02:00
François Boulogne 6032870897 DOC: remove warning 2016-06-12 22:17:33 +02:00
François Boulogne 323e9ff500 DOC: optional tag to optional args 2016-06-12 21:05:06 +02:00
François Boulogne 41e9c8d91a DOC: explicit default value behavior 2016-06-12 21:00:07 +02:00
François Boulogne 57438a8d26 DOC: remove wrong math tags 2016-06-12 20:59:49 +02:00
Egor Panfilov 45d11909b9 Moved references to docstring 2016-06-12 18:25:13 +03:00
walter 6a059867ba removed commented code lines; fused types work now. 2016-06-10 13:13:48 +02:00
walter 3b8be94d74 fused types 2016-06-10 13:11:30 +02:00
walter cece5e005c small modifications 2016-06-10 12:04:52 +02:00
François Boulogne fc1192ae15 ENH: implement mean and triangle thresholding 2016-06-10 00:27:15 +02:00
Johannes Schönberger 9397f99473 Merge pull request #2089 from sciunto/bugfix
DOC ENH + API fix on houghline transform
2016-06-09 08:33:40 +02:00
walter e18e572f35 fixed doc strings and commentaries 2016-06-06 17:16:38 +02:00