#include "iclExtrapolator.h" #include #include #include #include #include #include #include #include using namespace std; using namespace icl; typedef std::vector vec; int main(int n, char **ppc){ PositionTracker pt; randomSeed(); printf("Benchmarking and Testing the BlobTracker class: \n"); int ns[] = {2,3,4,5,10,20,50,100,200}; for(int iN = 2;iN<9;iN++){ int N = ns[iN]; printf("testing algorithm with N=%d positions \n",N); const int K = 100; const int D = 10; int *pi = new int[N*K]; for(int i=0;i(10)); } pt.pushData(vec(pi,pi+N),vec(pi,pi+N)); Timer t(1); t.start(); for(int i=0;i