Commit Graph

13 Commits

Author SHA1 Message Date
Johannes Schönberger f4f509fa8d Fix cython compilation warnings 2014-05-05 14:37:15 -04:00
Johannes Schönberger 688778b572 Move inlined function definitions to header for actual inlining 2013-12-09 00:57:07 +01:00
Johannes Schönberger 614023b941 Replace ssize_t with Py_ssize_t globally 2013-02-22 17:05:38 +01:00
Johannes Schönberger df68526462 Change type to ssize_t for all index and size variables 2013-02-22 17:03:12 +01:00
Johannes Schönberger 75d706ca25 Add get_pixel function for 3D arrays 2012-10-17 09:11:34 +02:00
cgohlke 97d595eb61 Fix: 'inline' not permitted on data declarations 2012-09-29 15:49:30 -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 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 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