Commit Graph

8343 Commits

Author SHA1 Message Date
François Boulogne 3c554ba8bc Merge pull request #2177 from emmanuelle/user_guide_numpy
Added chapter title formatting for numpy_images.rst
2016-07-03 13:36:02 +02:00
Emmanuelle Gouillart de35a298e5 Merge pull request #2176 from sciunto/matching
DOC: add a note to template_match
2016-07-03 11:25:43 +02:00
emmanuelle 59f8cbcdad Added chapter title formatting for numpy_images.rst 2016-07-02 21:47:17 +02:00
François Boulogne a81f3ddf4d DOC: add a note to template_match 2016-07-02 11:44:48 +02:00
François Boulogne bd12c6c956 Merge pull request #2161 from soupault/depr_013_exp
Remove deprecated None defaults in `rescale_intensity`
2016-06-23 18:09:02 +00:00
Egor Panfilov 558a54d171 Merge pull request #2164 from mljli/master
fix region merging in `segmentation.felzenszwalb`
2016-06-23 18:09:45 +03:00
Juan Nunez-Iglesias 6523227ece Merge pull request #2169 from AbdealiJK/ajk/docs
color.colorconv: Fix documentation of rgb2gray()
2016-06-23 11:08:54 -04:00
AbdealiJK 860eb399ef color.colorconv: Fix documentation of rgb2gray()
The working of rgb2gray() has been modified, and it now works
with both 3D and 4D arrays and appropriately finds the luminance
image of the given image. The documnetation does not mention the
4D array support and this commit modifies the documentation to
mention this.
2016-06-23 09:25:51 +05:30
mljli 7ee54affab fix region merging
correct variable names

add test for felzenszwalb's region merging
2016-06-22 13:34:24 +08:00
Juan Nunez-Iglesias 9bc03189f8 Merge pull request #2044 from ahojnnes/umeyama
Improved SimilarityTransform, new EuclideanTransform class
2016-06-21 18:19:15 -04:00
Johannes Schönberger bd3de29a8d Use lowercase letter variable names for vectors 2016-06-21 23:29:00 +02:00
Johannes Schönberger d666667a2e Increase unit test coverage for EuclideanTransform 2016-06-21 22:39:54 +02:00
Johannes Schönberger 76711ab246 Several cosmetic changes to the Umeyama implementation 2016-06-21 22:39:54 +02:00
Johannes Schönberger f01fbdb4df Remove extra empty line 2016-06-21 22:39:54 +02:00
Johannes Schönberger 46181fc415 Fix invalid doc string format in estimate_transform 2016-06-21 22:39:54 +02:00
Johannes Schönberger b7695470ba Document difference between Euclidean and similarity transformation 2016-06-21 22:39:54 +02:00
Johannes Schönberger df2b560acd Add unit tests for Euclidean transformation 2016-06-21 22:39:54 +02:00
Johannes Schönberger 6b598eac5e Add Euclidean transformation class 2016-06-21 22:39:54 +02:00
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
Egor Panfilov d2d3588183 Removed None defaults in rescale_intensity 2016-06-20 22:28:10 +03:00
Johannes Schönberger 851a61436e Merge pull request #2160 from sciunto/warp
BUGFIX: inverse_map should not be None
2016-06-20 09:02:41 +02: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
François Boulogne eb3be49965 Merge pull request #2151 from emmanuelle/default_parameters
Default parameters
2016-06-19 10:42:26 +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 cc40e0c37a Documented the API change of gaussian and median. 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 25f5729d57 Switch to Otsu instead of mean 2016-06-19 09:35:05 +02:00
Johannes Schönberger f9940b18a2 Merge pull request #2156 from soupault/depr_013
Remove deprecated `_mode_deprecations`
2016-06-19 08:18:56 +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 2137aed5ec swap examples to show a different image inthe gallery 2016-06-18 20:20:34 +02:00
François Boulogne f25d93c511 Add see also 2016-06-18 20:20:34 +02:00
François Boulogne ee42b2bc39 Import matplotlib inside _try_all 2016-06-18 20:20:34 +02:00
François Boulogne 361eee970b Add thresholding 2016-06-18 20:20:34 +02:00