linux - Attempting to build an opensource project that depends on opencv -



linux - Attempting to build an opensource project that depends on opencv -

i trying build source code of active appearance model c++ implementation, source of provided here: https://code.google.com/p/aam-opencv/

along instructions on how build code:

get aam-opencv.tar.gz

edit opencvwebcam.cpp -> int opencvwebcam::startcamera() either video or webcam

how build {{{ cd build cmake .. create }}}

two binaries generated qt-aamtrainer -> aam training runner -> aam fitting

however getting next error when execute cmake:

-- checking gnucxx version 3/4 determine opencv /opt/net/ path cmake error @ cmake/modules/findopencv.cmake:239 (message): opencv required headers or libs not found. please specify it's location opencv_root_dir env. variable. phone call stack (most recent phone call first): cmakelists.txt:48 (find_package)

-- configuring incomplete, errors occurred!

any ideas on how prepare ?

my os is: ubuntu 12.04 lts

linux opencv ubuntu cmake

Comments

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -