Johannes Schönberger
5873159f1d
Explicitly cast image shape to integer value
2013-10-21 14:01:47 +02:00
Johannes Schönberger
a17a1395c3
Fix doc string of warp functions
2013-09-28 14:25:45 +02:00
Johannes Schönberger
5f82c206b4
Fix bugs in usage of typed memoryviews
2013-08-19 19:31:40 +02:00
Johannes Schönberger
c8f619e384
Use typed memoryviews in transform package
2013-08-19 19:22:28 +02:00
François Boulogne
a48de8dea9
add optional + default in pyx docstring
2013-05-29 20:18:19 +02:00
Johannes Schönberger
6c4ed67fe8
Wrap lines
2013-05-26 10:51:42 +02:00
Johannes Schönberger
e6a7238fab
Fix incomplete options for mode of _warp_fast function
2013-05-26 10:50:00 +02:00
Johannes Schönberger
62d83ad42c
Globally change np to cnp if cimported
2013-02-24 14:14:14 +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
2957cb873b
Change type to ssize_t for all index and size variables
2013-02-22 17:05:11 +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
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
4cd1f8798b
Add nearest mode for positions outside image
2012-08-30 12:08:21 +02:00
Johannes Schönberger
4dfdc7f74f
Update doc string of _warp_fast for bicubic interpolation
2012-08-30 11:57:05 +02:00
Johannes Schönberger
abe5dc3cec
Add (bi-)cubic interpolation
2012-08-30 09:28:03 +02:00
Johannes Schönberger
7a0e0b8f33
Simplify mode determination
2012-08-30 07:37:07 +02:00
Johannes Schönberger
9b44e24f8e
Use function pointer for different interpolation methods
2012-08-30 07:33:39 +02:00
Johannes Schönberger
99e4264e15
Add missing return type to matrix transform function
2012-08-27 18:15: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