>> Hi,
>>
>> I want to interpolate (with quadratic splines) a stack of 2D-arrays/matrices
>> y1, y2, y3, ... in a third dimension (which I call x) e.g. for crossfading
>> images. I already have a working code which unfortunately still contains two
>> explicit loops over the rows and colums of the
On 9 January 2013 16:02, wrote:
> Hi,
>
> I want to interpolate (with quadratic splines) a stack of 2D-arrays/matrices
> y1, y2, y3, ... in a third dimension (which I call x) e.g. for crossfading
> images. I already have a working code which unfortunately still contains two
> explicit loops ov
Hi,
I want to interpolate (with quadratic splines) a stack of 2D-arrays/matrices
y1, y2, y3, ... in a third dimension (which I call x) e.g. for crossfading
images. I already have a working code which unfortunately still contains two
explicit loops over the rows and colums of the matrices. Insid