Gregory R. Lee
|
81ea7a6e34
|
MAINT: All modes in _shared.interpolation.pxd were changed to be consistent with numpy.pad naming conventions. Specifically 'nearest' was changed to 'edge' and 'mirror' was changed to 'reflect'. All functions with a mode argument that rely on these functions had their inputs changed accordingly. For now there is a deprecation warning if the user supplies mode 'nearest'. Mode 'mirror' never appeared in an official release of skimage and so has no corresponding deprecation warning.
|
2015-08-13 23:39:55 -04:00 |
|
Gregory R. Lee
|
9e9c65b97c
|
ENH: add mode 'mirror' to interpolation.pxd and dependent functions
|
2015-08-13 23:39:54 -04:00 |
|
Gregory R. Lee
|
7cfbd70204
|
BUG: fix bugs in coord_map for modes wrap and reflect
|
2015-08-13 23:39:53 -04:00 |
|
Johannes Schönberger
|
0d4c76948b
|
Do not acquire GIL for warp_fast
|
2015-05-19 18:22:32 -07:00 |
|
Johannes Schönberger
|
dcc021c903
|
Use SciPy for second order interpolation, add warnings to buggy functions
|
2014-12-13 14:45:43 +01:00 |
|
Johannes Schönberger
|
8753979fd2
|
Fix quadratic interpolation
|
2014-12-13 13:32:16 +01:00 |
|
Johannes Schönberger
|
84871a6d6f
|
Fix bug in get_pixel3d
|
2014-12-13 13:32:16 +01:00 |
|
Johannes Schönberger
|
fd16d9a3fc
|
Fix reference syntax
|
2014-12-13 13:31:06 +01:00 |
|
Johannes Schönberger
|
6321b4211c
|
Make code PEP8 compliant
|
2014-12-13 13:31:06 +01:00 |
|
Johannes Schönberger
|
97fb67314d
|
Add reference to bicubic interpolation
|
2014-12-13 13:31:06 +01:00 |
|
Johannes Schönberger
|
c63c5e3239
|
Fix bug in bicubic interpolation and extend test cases to higher orders
|
2014-12-13 13:31:06 +01:00 |
|
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 |
|