Commit Graph

42 Commits

Author SHA1 Message Date
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
Johannes Schönberger a6532a8dae Refactor image warps
* Fix cval bug in interpolation which was ignored
* Remove fast_homography as standalone function and automatically include
  functionality in warp
* Fix bug in warp_coords for graylevel images
* move warp functions to warp file
2012-08-27 13:31:33 +02:00
Johannes Schönberger 77f1e0ba47 Add deprecation warning in doc string to homography 2012-08-27 13:30:12 +02:00
Johannes Schönberger e5ed1882d3 fix and improve comments, doc strings, variable names for consistency reasons 2012-08-09 07:51:58 +02:00
Stefan van der Walt a130b8d2d9 Refactor geometric transforms. 2012-07-20 17:57:15 -04:00