Commit Graph

15 Commits

Author SHA1 Message Date
Johannes Schönberger 75d706ca25 Add get_pixel function for 3D arrays 2012-10-17 09:11:34 +02:00
Stefan van der Walt c841314d99 Merge pull request #331 from cgohlke/patch-7
DOC: Document correct parameter types.
2012-09-29 18:08:49 -07:00
cgohlke 5184be85b1 Document correct parameter types 2012-09-29 16:01:11 -07:00
cgohlke 0cf582865e Fix: round function is not provided by libc.math on all platforms 2012-09-29 15:45:53 -07:00
Johannes Schönberger 06d9f7110f Revert to non parallelized execution 2012-09-01 09:09:25 +02:00
Johannes Schönberger b2e4fd6f32 Add parallel execution support 2012-08-31 23:46:23 +02:00
Johannes Schönberger 15cc7f1779 Add biquadratic interpolation 2012-08-30 18:14:42 +02:00
Johannes Schönberger 146d5a3f5b Remove duplicate subtraction 2012-08-30 17:13:30 +02:00
Johannes Schönberger 4cd1f8798b Add nearest mode for positions outside image 2012-08-30 12:08:21 +02:00
Johannes Schönberger abe5dc3cec Add (bi-)cubic interpolation 2012-08-30 09:28:03 +02:00
Johannes Schönberger 9b44e24f8e Use function pointer for different interpolation methods 2012-08-30 07:33:39 +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 af708d2e00 Fix typo in Cython compiler directives 2012-08-25 08:43:42 +02:00
Johannes Schönberger 3b227e226d Add nearest neighbour interpolation 2012-08-21 09:20:59 +02:00
Johannes Schönberger 824997af0a Move bilinear interpolation code to shared package 2012-08-21 08:32:20 +02:00