![]() Registered Member ![]()
|
Hello,
I want to compile gsoc2011sfm project and during link step, I have the following error : unresolved external symbol : 2>EuclideanEstimator.obj : double __cdecl libmv::SymmetricEpipolarDistance2(class Eigen::Matrix<double,-1,-1,0,-1,-1> const &,class Eigen::Matrix<double,2,1,0,2,1> const &,class Eigen::Matrix<double,2,1,0,2,1> const &) in fonction "double __cdecl OpencvSfM::SampsonDistance2(class Eigen::Matrix<double,-1,-1,0,-1,-1> const &,class Eigen::Matrix<double,2,-1,0,2,-1> const &,class Eigen::Matrix<double,2,-1,0,2,-1> const &)" I found only one declaration in libmv library : double SymmetricEpipolarDistance2(const Mat &F, const Vec2 &x1, const Vec2 &x2); I think it's template definition but can't resolve that error. Someone could help me ? |
Registered users: Baidu [Spider], Bing [Bot], Google [Bot], rblackwell