Re: Interpolating/crossfading a stack of matrices

2013-01-11 Thread raphael
>> 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

Re: Interpolating/crossfading a stack of matrices

2013-01-09 Thread Oscar Benjamin
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

Interpolating/crossfading a stack of matrices

2013-01-09 Thread raphael
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