Gregory R. Lee
|
81ea7a6e34
|
MAINT: All modes in _shared.interpolation.pxd were changed to be consistent with numpy.pad naming conventions. Specifically 'nearest' was changed to 'edge' and 'mirror' was changed to 'reflect'. All functions with a mode argument that rely on these functions had their inputs changed accordingly. For now there is a deprecation warning if the user supplies mode 'nearest'. Mode 'mirror' never appeared in an official release of skimage and so has no corresponding deprecation warning.
|
2015-08-13 23:39:55 -04: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 |
|
Johannes Schönberger
|
3a1079a180
|
Misc PEP8 fixes
|
2014-12-14 02:56:14 +01:00 |
|
Johannes Schönberger
|
c01e7c9b10
|
Fix various doc strings using the warp function
|
2013-09-28 14:39:40 +02:00 |
|
Johannes Schönberger
|
fbaa883724
|
Fix reference links in doc strings
|
2012-10-12 19:32:53 +02:00 |
|
Andreas Mueller
|
6546460f47
|
COSMIT some pep8
|
2012-09-30 15:53:33 +01:00 |
|
Johannes Schönberger
|
be7476b44f
|
Add more detailed description for pyramid functions
|
2012-09-15 10:58:28 +02:00 |
|
Johannes Schönberger
|
6d88490657
|
Rename pyramid functions
|
2012-09-15 10:40:52 +02:00 |
|
Johannes Schönberger
|
a080624c7d
|
Move comment to correct code
|
2012-09-09 22:14:42 +02:00 |
|
Johannes Schönberger
|
d922c962e3
|
Add another reference to laplacian pyramid
|
2012-09-09 21:36:56 +02:00 |
|
Johannes Schönberger
|
35ef270606
|
Update legacy comment
|
2012-09-09 21:36:21 +02:00 |
|
Johannes Schönberger
|
0f175a86b2
|
Fix bug in laplacian pyramid caused by renamed variables
|
2012-09-09 21:34:42 +02:00 |
|
Johannes Schönberger
|
c86d9196d8
|
Add information about return dtype
|
2012-09-09 19:55:46 +02:00 |
|
Johannes Schönberger
|
f011a816e5
|
Update short description of pyramid functions
|
2012-09-09 19:50:59 +02:00 |
|
Johannes Schönberger
|
b812faf369
|
Remove default parameter values from doc string
|
2012-09-09 19:49:04 +02:00 |
|
Johannes Schönberger
|
c9fd1f3dd0
|
Add doc string to helper function _smooth
|
2012-09-09 19:44:13 +02:00 |
|
Johannes Schönberger
|
6142df6531
|
Update doc string return type of image pyramids
|
2012-09-08 17:24:11 +02:00 |
|
Johannes Schönberger
|
8e14f5f073
|
Add missing 0th layer of laplacian pyramid
|
2012-09-08 15:24:14 +02:00 |
|
Johannes Schönberger
|
f078854197
|
Rename factor parameters for better comprehensibility
|
2012-09-07 18:57:36 +02:00 |
|
Johannes Schönberger
|
bccbc36b91
|
Use consistent dtype for all levels of pyramid
|
2012-09-07 18:47:50 +02:00 |
|
Johannes Schönberger
|
2780ae63e2
|
Make pyramid functions generators
|
2012-09-07 18:33:43 +02:00 |
|
Johannes Schönberger
|
b7e965eec0
|
Fix singleton dimension for 1 pixel image
|
2012-09-07 18:26:57 +02:00 |
|
Johannes Schönberger
|
c42b3d656d
|
Fix wrong factor in pyramid_expand
|
2012-09-07 18:11:48 +02:00 |
|
Johannes Schönberger
|
c570855209
|
Rename file of pyramid functions
|
2012-09-05 15:07:46 +02:00 |
|