Zhe-LIU-Imagine / KVLD

KVLD open source library implements Virtual Line Descriptor and Semi-Local Matching Method for Reliable Feature Correspondence in BMVC 2012
BSD 2-Clause "Simplified" License
46 stars 21 forks source link

您好,我想实现一下但是总会有Error2019无法解析的外部符号,不知道是什么原因 #3

Open Elenaono opened 5 years ago

Elenaono commented 5 years ago

错误 12 error LNK2019: 无法解析的外部符号 "float __cdecl KVLD(class Image const &,class Image const &,class std::vector<struct keypoint,class std::allocator > &,class std::vector<struct keypoint,class std::allocator > &,class std::vector<struct std::pair<unsigned int,unsigned int>,class std::allocator<struct std::pair<unsigned int,unsigned int> > > const &,class std::vector<struct std::pair<unsigned int,unsigned int>,class std::allocator<struct std::pair<unsigned int,unsigned int> > > &,class std::vector<double,class std::allocator > &,class libNumerics::matrix &,class std::vector<bool,class std::allocator > &,struct KvldParameters &)" (?KVLD@@YAMABV?$Image@M@@0AAV?$vector@Ukeypoint@@V?$allocator@Ukeypoint@@@std@@@std@@1ABV?$vector@U?$pair@II@std@@V?$allocator@U?$pair@II@std@@@2@@3@AAV43@AAV?$vector@NV?$allocator@N@std@@@3@AAV?$matrix@M@libNumerics@@AAV?$vector@_NV?$allocator@_N@std@@@3@AAUKvldParameters@@@Z),该符号在函数 _main 中被引用 E:\vs2012 project\Triangle_match\Triangle_match\delaunay_match.obj Triangle_match

错误 15 error LNK2019: 无法解析的外部符号 "float __cdecl KVLD(class Image const &,class Image const &,class std::vector<struct keypoint,class std::allocator > &,class std::vector<struct keypoint,class std::allocator > &,class std::vector<struct std::pair<unsigned int,unsigned int>,class std::allocator<struct std::pair<unsigned int,unsigned int> > > const &,class std::vector<struct std::pair<unsigned int,unsigned int>,class std::allocator<struct std::pair<unsigned int,unsigned int> > > &,class std::vector<double,class std::allocator > &,class libNumerics::matrix &,class std::vector<bool,class std::allocator > &,struct KvldParameters &)" (?KVLD@@YAMABV?$Image@M@@0AAV?$vector@Ukeypoint@@V?$allocator@Ukeypoint@@@std@@@std@@1ABV?$vector@U?$pair@II@std@@V?$allocator@U?$pair@II@std@@@2@@3@AAV43@AAV?$vector@NV?$allocator@N@std@@@3@AAV?$matrix@M@libNumerics@@AAV?$vector@_NV?$allocator@_N@std@@@3@AAUKvldParameters@@@Z),该符号在函数 _main 中被引用 E:\vs2012 project\Triangle_match\Triangle_match\delaunay_match.obj Triangle_match

Zhe-LIU-Imagine commented 3 years ago

你好,我2020更新了一下,不知道解决了没有?