Commit Graph

34 Commits

Author SHA1 Message Date
Johannes Schönberger 6e644c4aa6 Remove single author from header, fix typo
Functions in this file are from multiple authors, the original
author is attributed in the contributors section and the Git history.
2015-11-17 10:22:44 -05:00
Juan Nunez-Iglesias 0d134987f9 Harmonize all ndimage usage across the library
Only two forms remain in use:

- `from scipy import ndimage as ndi`
- `from scipy.ndimage import function`
2015-06-09 15:18:37 +10:00
Johannes Schönberger ee5c6fbeb2 Use relative imports in skimage files 2015-01-22 07:36:48 -05:00
Pratap Vardhan 2d4a77d94e DOC: Change selem.ellipse params 2014-12-16 10:40:01 +05:30
Pratap Vardhan 65c6b773ce DOC: Clean up doc strings 2014-12-15 14:49:26 +05:30
Pratap Vardhan 4c68a5ad44 ENH: ellipse structuring element 2014-12-15 13:10:06 +05:30
Johannes Schönberger 3a1079a180 Misc PEP8 fixes 2014-12-14 02:56:14 +01:00
Pratap Vardhan 12dab41c39 CLN: Correct dtype typo 2014-10-07 18:05:57 +05:30
Pratap Vardhan 39267d103c CLN: Improve performance of disk and diamond selems 2014-10-07 17:55:44 +05:30
Nelson Brown 2b91c259d6 Add fallback decorator for 3D images
We don't support images greater than 2D, so fall back on ndimage
2014-07-12 15:22:48 -07:00
Nelson Brown 3518e65ab4 Add newline at EOF of selem.py 2014-07-11 23:39:07 -07:00
Nelson Brown c2bbca6113 Add a newline at EOF 2014-07-11 23:32:36 -07:00
Nelson Brown 9cd9a1372a Address reviewer comments
Add newline at EOF of selem.py
Add "optional" to grey.py and binary.py
2014-07-11 15:19:33 -07:00
Nelson Brown 1ef556b710 Remove unnecessary whitespace 2014-07-11 14:51:57 -07:00
Nelson Brown bb732c9225 Add default structuring element to morphology 2014-07-11 13:50:55 -07:00
François Boulogne 4a7d2e8429 PEP8 2013-10-02 18:14:21 +02:00
Ankit Agrawal ffbeeaee27 Correcting selem.star for Python 3 2013-08-15 16:37:07 +05:30
Ankit Agrawal 55d7eaa87d Improving the implementation of star 2013-08-06 03:48:06 +05:30
Ankit Agrawal 060a4dd273 Minor doc changes 2013-08-06 03:02:58 +05:30
Ankit Agrawal ac6f282253 Added star structural element 2013-08-05 10:04:58 +05:30
Ankit Agrawal 93819c74bb Making the doc more explicit 2013-07-30 03:28:58 +05:30
Ankit Agrawal 8a062617d0 Correcting grammatical typo 2013-07-30 03:22:45 +05:30
Ankit Agrawal f4332ce488 Removing circular import 2013-07-28 18:41:19 +05:30
Ankit Agrawal 0b0cb6a169 Adding Octagon structural element 2013-07-28 17:21:25 +05:30
Almar 77192b6e9a Adding octahedron selem (3D equivalent of diamond). 2013-03-28 09:48:25 +01:00
Almar fa6a30198c Fix typo in docstring of disk(). 2013-03-27 21:54:49 +01:00
Almar 42c72ab106 Add ball selem. I verified in 2D that this usage of np.mgrid yields the exact same results as np.meshgrid (np.meshgrid is not available for 3D). 2013-03-27 21:52:07 +01:00
Almar cbf1657ee7 Add cube selem. 2013-03-27 21:50:08 +01:00
Stefan van der Walt 1c3aeec2a8 BUG: Remove uses of xrange for py3 compatibility. 2012-08-20 15:25:40 -07:00
Andreas Mueller f7c56202d0 COSMIT no spaces around power `**`. Fun: https://gist.github.com/1671995 2012-06-29 11:27:23 +02:00
Andreas Mueller f7b3d8062c COSMIT pep8 2012-06-29 11:27:23 +02:00
Stefan van der Walt 5c9c8c1867 DOC: Fix Other Parameters section. 2012-02-08 13:07:37 -08:00
K.-Michael Aye 7efb0988b0 Fixed 2 typos and 2 wrong argument types in the docs. 2012-02-07 17:21:36 +01:00
Nelle Varoquaux 114cf44c77 Renamed scikits.image to skimage 2011-10-18 21:12:27 +02:00