Commit Graph

12 Commits

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