Flammable_ice 2017-07-29 03:09 采纳率: 0%
浏览 3280
已结题

openCV 扩展包 安装 cuda 无法解析

严重性 代码 说明 项目 文件 行 禁止显示状态
错误 LNK2019 无法解析的外部符号 "public: void __thiscall cv::cuda::SURF_CUDA::downloadKeypoints(class cv::cuda::GpuMat const &,class std::vector > &)" (?downloadKeypoints@SURF_CUDA@cuda@cv@@QAEXABVGpuMat@23@AAV?$vector@VKeyPoint@cv@@V?$allocator@VKeyPoint@cv@@@std@@@std@@@Z),该符号在函数 "private: virtual void __thiscall cv::detail::SurfFeaturesFinderGpu::find(class cv::_InputArray const &,struct cv::detail::ImageFeatures &)" (?find@SurfFeaturesFinderGpu@detail@cv@@EAEXABV_InputArray@3@AAUImageFeatures@23@@Z) 中被引用 opencv_world E:\opencv-3.2.0-vc14\opencv\buildnew\modules\world\matchers.cpp.obj 1

错误 LNK2019 无法解析的外部符号 "public: __thiscall cv::cuda::SURF_CUDA::SURF_CUDA(void)" (??0SURF_CUDA@cuda@cv@@QAE@XZ),该符号在函数 "public: __thiscall cv::detail::SurfFeaturesFinderGpu::SurfFeaturesFinderGpu(double,int,int,int,int)" (??0SurfFeaturesFinderGpu@detail@cv@@QAE@NHHHH@Z) 中被引用 opencv_world E:\opencv-3.2.0-vc14\opencv\buildnew\modules\world\matchers.cpp.obj 1

错误 LNK2019 无法解析的外部符号 "public: void __thiscall cv::cuda::SURF_CUDA::operator()(class cv::cuda::GpuMat const &,class cv::cuda::GpuMat const &,class cv::cuda::GpuMat &)" (??RSURF_CUDA@cuda@cv@@QAEXABVGpuMat@12@0AAV312@@Z),该符号在函数 "private: virtual void __thiscall cv::detail::SurfFeaturesFinderGpu::find(class cv::_InputArray const &,struct cv::detail::ImageFeatures &)" (?find@SurfFeaturesFinderGpu@detail@cv@@EAEXABV_InputArray@3@AAUImageFeatures@23@@Z) 中被引用 opencv_world E:\opencv-3.2.0-vc14\opencv\buildnew\modules\world\matchers.cpp.obj 1

错误 LNK2019 无法解析的外部符号 "public: void __thiscall cv::cuda::SURF_CUDA::operator()(class cv::cuda::GpuMat const &,class cv::cuda::GpuMat const &,class cv::cuda::GpuMat &,class cv::cuda::GpuMat &,bool)" (??RSURF_CUDA@cuda@cv@@QAEXABVGpuMat@12@0AAV312@1_N@Z),该符号在函数 "private: virtual void __thiscall cv::detail::SurfFeaturesFinderGpu::find(class cv::_InputArray const &,struct cv::detail::ImageFeatures &)" (?find@SurfFeaturesFinderGpu@detail@cv@@EAEXABV_InputArray@3@AAUImageFeatures@23@@Z) 中被引用 opencv_world E:\opencv-3.2.0-vc14\opencv\buildnew\modules\world\matchers.cpp.obj 1

错误 LNK2019 无法解析的外部符号 "public: void __thiscall cv::cuda::SURF_CUDA::releaseMemory(void)" (?releaseMemory@SURF_CUDA@cuda@cv@@QAEXXZ),该符号在函数 "public: virtual void __thiscall cv::detail::SurfFeaturesFinderGpu::collectGarbage(void)" (?collectGarbage@SurfFeaturesFinderGpu@detail@cv@@UAEXXZ) 中被引用 opencv_world E:\opencv-3.2.0-vc14\opencv\buildnew\modules\world\matchers.cpp.obj 1

错误 LNK2019 无法解析的外部符号 "public: static struct cv::Ptr __cdecl cv::xfeatures2d::SURF::create(double,int,int,bool,bool)" (?create@SURF@xfeatures2d@cv@@SA?AU?$Ptr@VSURF@xfeatures2d@cv@@@3@NHH_N0@Z),该符号在函数 "public: __thiscall cv::detail::SurfFeaturesFinder::SurfFeaturesFinder(double,int,int,int,int)" (??0SurfFeaturesFinder@detail@cv@@QAE@NHHHH@Z) 中被引用 opencv_world E:\opencv-3.2.0-vc14\opencv\buildnew\modules\world\matchers.cpp.obj 1

错误 LNK2001 无法解析的外部符号 "public: virtual void __thiscall cv::xfeatures2d::DAISY::compute(class cv::_InputArray const &,class std::vector >,class std::allocator > > > &,class cv::_OutputArray const &)" (?compute@DAISY@xfeatures2d@cv@@UAEXABV_InputArray@3@AAV?$vector@V?$vector@VKeyPoint@cv@@V?$allocator@VKeyPoint@cv@@@std@@@std@@V?$allocator@V?$vector@VKeyPoint@cv@@V?$allocator@VKeyPoint@cv@@@std@@@std@@@2@@std@@ABV_OutputArray@3@@Z) opencv_world E:\opencv-3.2.0-vc14\opencv\buildnew\modules\world\matchers.cpp.obj 1

错误 LNK1120 7 个无法解析的外部命令 opencv_world E:\opencv-3.2.0-vc14\opencv\buildnew\bin\Debug\opencv_world320d.dll 1

错误 MSB3073 命令“setlocal
E:\cmake-3.8.2-win64-x64\cmake-3.8.2-win64-x64\bin\cmake.exe -DBUILD_TYPE=Debug -P cmake_install.cmake
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
:cmErrorLevel
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd
:VCEnd”已退出,代码为 1。 INSTALL C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.targets 133

  • 写回答

1条回答 默认 最新

  • zqbnqsdsmd 2018-07-02 16:01
    关注
    评论

报告相同问题?

悬赏问题

  • ¥15 执行 virtuoso 命令后,界面没有,cadence 启动不起来
  • ¥50 comfyui下连接animatediff节点生成视频质量非常差的原因
  • ¥20 有关区间dp的问题求解
  • ¥15 多电路系统共用电源的串扰问题
  • ¥15 slam rangenet++配置
  • ¥15 有没有研究水声通信方面的帮我改俩matlab代码
  • ¥15 ubuntu子系统密码忘记
  • ¥15 信号傅里叶变换在matlab上遇到的小问题请求帮助
  • ¥15 保护模式-系统加载-段寄存器
  • ¥15 电脑桌面设定一个区域禁止鼠标操作