anhttran / extreme_3d_faces

Extreme 3D Face Reconstruction: Looking Past Occlusions
Other
785 stars 184 forks source link

‘Rodrigues’ is not a member of ‘cv’ #14

Closed FelipeCrispim closed 5 years ago

FelipeCrispim commented 5 years ago

By trying to build it, this error appears:

extreme_3d_faces-master/modules/PoseExpr/src/BaselFaceEstimator.cpp:224:2: error: ‘Rodrigues’ is not a member of ‘cv’

However, I have installed OpenCV with extra modules. Do you know how i can fix it? Thank you.

FelipeCrispim commented 5 years ago

I could fix it by installing a old version of OpenCV.