greenhouse/README

13 lines
191 B
Plaintext
Raw Normal View History

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!)