#pragma once #include #include "ofxOpenCv.h" using namespace std; using namespace cv; #ifndef PI #define PI 3.141592653589 #endif #define MAX(x, y) ( x>y ? x : y ) #define MIN(x, y) ( x& sin_array, const vector& cos_array); void InterpolateCornealReflection(ofxCvGrayscaleImage& src, const Point& cr, int crr, const vector& sin_array, const vector& cos_array);