Commit Graph

18 Commits

Author SHA1 Message Date
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