My favorites | Sign in
Google
Projects on Google Code Results 1 - 10 of 12
==Purpose== Intended to give good interpolation results when input data is non-uniform, anisotropic and potentially sparse. Will also give good results for regular grids (though more efficient methods generally exist for these cases). ==Method== This code uses Natural Neighbour Interpolatio...
=JS Interpolate= This is a library agnostic function factory that produces a function that can interpolate between a source object state and a destination object state, preserving any text after the numerics of a properties value.. E.G. (the measure, '10px' - 'px') Also a supporting library for ...
compare new interpolation method with 6tap and others
CSIsat is an interpolating decision procedure for the quantifier-free theory of rational linear arithmetic and equality with uninterpreted function symbols. Our implementation combines the efficiency of linear programming for solving the arithmetic part with the efficiency of a SAT solver to reason...
<p>A bunch of C++ classes/libraries, primarily for use with openFrameworks.</p> <p>There is an un-official mirror at http://github.com/of/ofx-msa/tree/master (courtesty of lian) where you can download a zip if you don't fancy messing around with SVN</p> ==ofxiPhone== This allows openFrameworks 00...
#summary TF2 Competitive Configuration Project Overview === Latest News === 2.9 fixes the observer bug. You can now switch players in obs mode with mouse1 and mouse2. Unfortunately, it also removes autopistol and cycle_spawn, so that you don't crash in servers with allow_wait_command "0" set (ESEA...
*nn* is a C code that provides a Natural Neighbours interpolation library and a command line utility *nnbathy*. Algorithmically, it was initially loosely based on the Dave Watson's description of nngridr; code-wise it is an independent development. You may see a comparison of performance of a (r...
== Example == <img src = "http://www.glesir.de/~claus/Moeder.gif"/> == Bugfixes == * Index Array out of bounds in CTriangulation.add() (Morphing doesn't start) 26.01.2009 == Summary == Here You can download a grahpical <b>morphing program</b>. The method is also known from the film in...
*csa* is a C code that provides a cubic spline approximation library and a command line utility *csabathy*. CSA is a fast O(N) and robust algorithm which works nicely for uniformly distributed data. For clustered data you may prefer the Natural Neighbour interpolation. The algorithm is descri...
The griddata module provides a single function, griddata, which behaves much the same as the matlab version. Here is the docstring: `zi = griddata(x,y,z,xi,yi,**kwargs)` fits a surface of the form z = f(x,y) to the data in the (usually) nonuniformly spaced vectors (x,y,z).
1 2 Next