Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error LNK2019 #1

Open
ShyJ opened this issue Jun 15, 2017 · 2 comments
Open

error LNK2019 #1

ShyJ opened this issue Jun 15, 2017 · 2 comments

Comments

@ShyJ
Copy link

ShyJ commented Jun 15, 2017

出现链接错误,不知如何解决
openmvo_mvo.lib(depth_filter.obj) : error LNK2019: 无法解析的外部符号 "public: bool __cdecl mvo::Matcher::findEpipolarMatchDirect(class mvo::Frame const &,class mvo::Frame const &,struct mvo::Feature const &,double,double,double,double &)" (?findEpipolarMatchDirect@Matcher@mvo@@QEAA_NAEBVFrame@2@0AEBUFeature@2@NNNAEAN@Z),该符号在函数 "protected: void __cdecl mvo::DepthFilter::updateSeeds(class std::shared_ptr)" (?updateSeeds@DepthFilter@mvo@@IEAAXV?$shared_ptr@VFrame@mvo@@@std@@@z) 中被引用

@yueying
Copy link
Owner

yueying commented Jun 20, 2017

@magic428
Copy link

Reason:
mvo::Matcher::findEpipolarMatchDirect() and mvo::DepthFilter::updateSeeds() cannot get the ACCTUAL class Frame defination.

Solution:
add a line in "matcher.h":

   #include "openmvo/mvo/frame.h"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants