reverted eclipse project name to find_object

git-svn-id: http://find-object.googlecode.com/svn/trunk/find_object@11 620bd6b2-0a58-f614-fd9a-1bd335dccda9
This commit is contained in:
matlabbe
2011-10-25 15:48:19 +00:00
commit e78b7ca029
27 changed files with 3366 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
Requirements :
-Cmake (tested on 2.8.2)
-Qt4 (tested on 4.7)
-OpenCV (tested on 2.3.1)
Build from source:
$ cd find_object/build
$ cmake ..
$ make
$ cd ../bin
$ ./find_object
(enjoy!)