Commit Graph

64 Commits

Author SHA1 Message Date
Johannes Schönberger 3bf2250b64 Fix unknown Note section warning 2016-02-01 08:47:36 +01:00
Johannes Schönberger 3edce08eb5 Fix rotation with resizing and custom center 2016-01-20 21:52:06 +01:00
Gregory R. Lee 49b4f69ac0 MAINT: remove unused import 2015-08-18 12:22:10 -04:00
Gregory R. Lee 1303317512 BUG: fix one additional location where ndimage mode conversion was needed 2015-08-14 09:38:02 -04:00
Gregory R. Lee c7a82f8ceb MAINT: minor spacing issues and typos fixed 2015-08-13 23:39:56 -04:00
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
Gregory R. Lee cef22e4234 MAINT: PEP8 fixes and _interpolation_test.pyx -> interpolation.pyx rename 2015-08-13 23:39:55 -04:00
Gregory R. Lee 9e9c65b97c ENH: add mode 'mirror' to interpolation.pxd and dependent functions 2015-08-13 23:39:54 -04:00
Gregory R. Lee 3ae1e3138a BUG: bugfix for resize: upgrade image to 3d if necessary 2015-08-13 23:39:54 -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 91c697c5f7 Handle special case of 1 pixel image 2015-01-21 14:10:09 -05:00
Johannes Schönberger e070274355 Add more description to doc string of helper function 2014-12-23 15:20:46 +01:00
Johannes Schönberger 0d2c5def06 Use in-place operation for clipping 2014-12-23 13:51:25 +01:00
Johannes Schönberger 515ec9fe98 Rename keep_range to preserve_range, fix test cases 2014-12-22 20:28:00 +01:00
Johannes Schönberger 3e881fe35c Create helper function for image conversion 2014-12-22 20:28:00 +01:00
Johannes Schönberger dedcee6543 Fix keep_range and add test cases 2014-12-22 20:28:00 +01:00
Johannes Schönberger 0779167477 Introduce parameter to keep range of values 2014-12-22 20:28:00 +01:00
Johannes Schönberger 0ae8c4a74b Clip to min and max range of input image, add missing clip parameter to other functions 2014-12-22 20:28:00 +01:00
Johannes Schönberger 3a1079a180 Misc PEP8 fixes 2014-12-14 02:56:14 +01:00
Johannes Schönberger 8432b90eb8 Add option to rotate around specific center 2014-09-22 08:56:14 -04:00
Steven Silvester 02a6e210ea Remove extra space 2014-09-12 06:15:28 -05:00
Steven Silvester 82578234b5 Fix swirl docstring to use (row, column) nomenclature 2014-09-12 06:14:45 -05:00
Johannes Schönberger fb1c1d39f0 Fix misspelled sections 2013-11-09 23:01:58 +01:00
Johannes Schönberger 0dd36ab8ea Fix downscale_local_means doctest 2013-11-03 23:56:41 +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 109f500d4b Replace deprecated import of _local_func with block_reduce 2013-07-25 22:15:23 +02:00
Johannes Schönberger 06aaf93e63 Use pad function and add option to define cval 2013-07-05 17:59:27 +02:00
Johannes Schönberger b7f72ff15f Fix deprecated function name referneces in doc strings 2013-07-05 17:34:38 +02:00
Johannes Schönberger 4f6b39dcd3 Rename block_* functions to local_* 2013-07-05 17:34:38 +02:00
Johannes Schönberger 5579aa2298 Fix doc string examples 2013-07-05 17:34:38 +02:00
Johannes Schönberger 04b14b42c9 Refactor local block functions and add additional functionality. 2013-07-05 17:34:38 +02:00
Ankit Agrawal 971e7beec5 Correcting typos 2013-07-05 11:10:12 +08:00
Ankit Agrawal 8ac4427d9b Expanding the documentation in transform._warps 2013-07-05 00:21:11 +08:00
Ankit Agrawal 6f9d7c5d1a Cleaning up downsampling for integer factors 2013-07-04 17:34:55 +08:00
Ankit Agrawal c57c865196 Add _sum_blocks 2013-07-04 17:32:20 +08:00
Ankit Agrawal 2f817542b8 Making code compatible with Python 3 2013-07-04 17:31:28 +08:00
Ankit Agrawal 7282f561d4 Added docs, tests for downsample() in skimage.transform._warps 2013-07-04 17:31:27 +08:00
François Boulogne 755ba9e605 MIN: remove unnecessary brackets 2013-06-12 22:08:43 +02:00
François Boulogne e258e05468 MIN: fix unused import 2013-06-12 21:36:28 +02:00
Johannes Schönberger 44ca1b9bcd Fix spelling error 2013-05-26 10:46:36 +02:00
Johannes Schönberger 071d4bfb68 Add examples to doc strings of resize, rotate and rescale functions 2013-05-26 10:45:39 +02:00
Johannes Schönberger b3c7d67ace Fix parameter descriptions of warp functions 2013-05-26 10:38:20 +02:00
Johannes Schönberger c5bdf00e82 Fix parameter list format error of rotate 2013-03-16 18:03:04 +01:00
Johannes Schönberger 72e1d20a29 Remove deprecated homography function 2013-02-26 12:22:13 +01:00
Johannes Schönberger c2023e9975 Remove duplicate return statement 2013-02-26 12:12:02 +01:00
Christos Psaltis 22f94d8707 Fix resize argument handling in rotate.
It used to have exactly the opposite effect that it supposed to.
2012-12-01 12:30:40 +02:00
Johannes Schönberger 0856dad988 Split 3d resize test function 2012-10-09 11:32:54 +02:00
Johannes Schönberger 3b67c82042 Add support for 3-dimensional image resizing 2012-10-09 11:32:46 +02:00
Johannes Schönberger 1fa4bd3d9b Enhance short description of resize and rescale functions 2012-10-05 10:05:37 +02:00
Johannes Schönberger 17c7d10918 Rename scale function to rescale and scale variables 2012-10-05 10:05:06 +02:00