diff c/feature-based-tracking.cpp @ 119:45a426552aaa

compilation of very simple feature class with trajectory
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Mon, 15 Aug 2011 11:39:25 -0400
parents fea680fb03ee
children c4d4b5b93add
line wrap: on
line diff
--- a/c/feature-based-tracking.cpp	Wed Aug 10 18:36:05 2011 -0400
+++ b/c/feature-based-tracking.cpp	Mon Aug 15 11:39:25 2011 -0400
@@ -1,9 +1,13 @@
+#include "../include/Feature.hpp"
 
+//#include "cv.h"
 
 using namespace std;
 
 int main(int argc, char *argv[]) {
 
+  Feature f;
+
   return 0;
 }