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 |
|
Lee Kamentsky
|
54f8265603
|
Issue #803 order the structuring element by distance to get diagonals processed last
|
2015-05-28 13:28:21 -04:00 |
|
 kpk09andLee Kamentsky
|
a9bdaaf274
|
proposed fix and test for broken watershed on flat areas (https://github.com/scikit-image/scikit-image/issues/803)
|
2015-05-28 13:28:16 -04:00 |
|
Josh Warner (Mac)
|
b8334e85c8
|
failUnless -> assertTrue
|
2014-05-07 23:16:42 -05:00 |
|
Johannes Schönberger
|
5e2b04c486
|
Remove deprecated is_local_maximum function
|
2013-10-14 19:52:32 +02:00 |
|
François Boulogne
|
8aad4d6e94
|
fix missing space
|
2013-06-21 19:13:18 +02:00 |
|
François Boulogne
|
a9f962695e
|
add spaces for travis (pep8)
|
2013-06-20 23:12:16 +02:00 |
|
Andreas Mueller
|
46e959a9d9
|
COSMIT some manual pep8, removed unused imports, removed unused variables and fixed a bug in a ValueError statement.
|
2012-06-29 11:27:23 +02: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 |
|
Nelle Varoquaux
|
114cf44c77
|
Renamed scikits.image to skimage
|
2011-10-18 21:12:27 +02:00 |
|