Thanks and I was able to solve this myself. It just needed the 't' for time value. Now the Vedutismo filter can be animated. Here is where the 't' was added - second line from bottom.
filter panini_FX (image in, float FoV: 1-360 (230.07), float pan: -180-180 (0.0)) # Vedutismo / Panini effect # Bruno Postle December 2008 # input is any 360 cylindrical image maxphi=atan(pi/2); newphi=FoV*pi/360/2; scale=tan(newphi)/tan(maxphi); phi=atan(x*scale*pi/W); yscale=cos(phi)*cos(phi); in(xy:[phi/pi*W+(W*pan/360*t),y*scale*yscale]) end For anyone is interested MathMap is a language developed for graphic design. -- A list of frequently asked questions is available at: http://wiki.panotools.org/Hugin_FAQ --- You received this message because you are subscribed to the Google Groups "hugin and other free panoramic software" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/hugin-ptx/72a7844a-8ad6-43ee-867c-b7007eaa9d40%40googlegroups.com.
