comparison 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
comparison
equal deleted inserted replaced
118:b3e3d9f80a6a 119:45a426552aaa
1 #include "../include/Feature.hpp"
1 2
3 //#include "cv.h"
2 4
3 using namespace std; 5 using namespace std;
4 6
5 int main(int argc, char *argv[]) { 7 int main(int argc, char *argv[]) {
8
9 Feature f;
6 10
7 return 0; 11 return 0;
8 } 12 }
9 13
10 14