git-svn-id: http://find-object.googlecode.com/svn/trunk/find_object@11 620bd6b2-0a58-f614-fd9a-1bd335dccda9
13 lines
191 B
Plaintext
13 lines
191 B
Plaintext
|
|
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!) |