Cinder  0.8.6
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Namespaces | Functions
BSplineFit.h File Reference
#include <vector>
#include "cinder/BandedMatrix.h"
#include "cinder/BSpline.h"
Include dependency graph for BSplineFit.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 cinder
 

Functions

template<typename T >
BSpline< T > cinder::fitBSpline (const std::vector< T > &samples, int degree, int outputSamples)