Skip to content

Instantly share code, notes, and snippets.

@ryanthejuggler
ryanthejuggler / splinterp.cpp
Created November 22, 2012 16:55
C++ cubic spline interpolation
#include <std::vector>
#include <opencv2/core/core.hpp>
#include <iostream>
#include <stdio.h>
/*
This work by Ryan Muller released under the Creative Commons CC0 License
http://creativecommons.org/publicdomain/zero/1.0/
*/
/**