tylere / pykml

pyKML is a Python package for creating, parsing, manipulating, and validating KML documents.
BSD 3-Clause "New" or "Revised" License
13 stars 9 forks source link

Calculate intermediate camera parameters using splines #30

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Given a series of camera parameters, calculate intermediate camera positions 
using splines.

Possibly useful refs:
http://code.activestate.com/recipes/457658-cubic-spline-interpolator/
http://docs.scipy.org/doc/scipy/reference/tutorial/interpolate.html#spline-inter
polation
http://en.literateprograms.org/Cubic_spline_(Python)
http://cairnarvon.rotahall.org/2009/07/05/quadratic-spline-interpolation/

Original issue reported on code.google.com by tylerick...@gmail.com on 7 Oct 2011 at 4:28