kylemcdonald/ofxFaceTracker

FDet.cc No member name ...

stephanschulz opened this issue · 0 comments

I am trying out the latest OF build on github with the latest ofxFaceTracker version and get a bunch of build errors in FDet.cc
around these lines:

else{gray=cv::Mat(im.rows,im.cols,CV_8U);cv::cvtColor(im,gray,CV_BGR2GRAY);}

screen shot 2016-08-09 at 10 55 00 am

it works find in OF 0.9.3 which i downloaded directly from the OF website (not github).