We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
出现链接错误,不知如何解决 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) 中被引用
The text was updated successfully, but these errors were encountered:
具体这个你可以参考http://blog.csdn.net/zhoxier/article/details/8619688,问题一般就在这几个层面
Sorry, something went wrong.
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"
No branches or pull requests
出现链接错误,不知如何解决
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) 中被引用
The text was updated successfully, but these errors were encountered: