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 |
|
Johannes Schönberger
|
c2d308c21a
|
Add function to scale images
|
2012-10-05 06:18:58 +02:00 |
|
Stefan van der Walt
|
0dbb77a359
|
BUG: Fix homography.
|
2012-09-20 17:52:17 -07:00 |
|
Johannes Schönberger
|
b2036aee5c
|
Add image resize function
|
2012-08-30 18:41:00 +02:00 |
|
Johannes Schönberger
|
501c401dda
|
Move image transform functions to _geometric file
|
2012-08-27 18:05:18 +02:00 |
|
Johannes Schönberger
|
9a46111e76
|
Apply numpy doc style for deprecation warning
|
2012-08-27 13:35:36 +02:00 |
|
Johannes Schönberger
|
f4a3b44355
|
Rename parameter of image rotation
|
2012-08-27 13:31:34 +02:00 |
|
Johannes Schönberger
|
c0538c03e9
|
Fix translation bug in image rotate
|
2012-08-27 13:31:34 +02:00 |
|
Johannes Schönberger
|
00e1d14294
|
Fix rotate translation bug
|
2012-08-27 13:31:34 +02:00 |
|
Johannes Schönberger
|
6f4c2ad268
|
Add function for image rotation
|
2012-08-27 13:31:33 +02:00 |
|
Johannes Schönberger
|
a0649791ae
|
Fix doc string example of warp_coords
|
2012-08-27 13:31:33 +02:00 |
|