问题描述
- opencv3.1+cuda7.5+cmake3.5 编译错误
-
运行环境:win7 64位旗舰版。
重新编译opencv,该添加的库都添加了。但是还是出现了linn error!
编译的时候出现了:
frame_source.cpp.obj : error LNK2001: 无法解析的外部符号 "public: static class cv::cuda::GpuMat::Allocator * __cdecl cv::cuda::GpuMat::defaultAllocator(void)" (?defaultAllocator@GpuMat@cuda@cv@@SAPEAVAllocator@123@XZ)1>optical_flow.cpp.obj : error LNK2001: 无法解析的外部符号 "public: static class cv::cuda::GpuMat::Allocator * __cdecl cv::cuda::GpuMat::defaultAllocator(void)" (?defaultAllocator@GpuMat@cuda@cv@@SAPEAVAllocator@123@XZ)
1>optical_flow.cpp.obj : error LNK2001: 无法解析的外部符号 "public: static class cv::cuda::GpuMat::Allocator * __cdecl cv::cuda::GpuMat::defaultAllocator(void)" (?defaultAllocator@GpuMat@cuda@cv@@SAPEAVAllocator@123@XZ)
类似这些总共2000度个错误。
求大神帮忙!搞了两天也没找出错误。
小弟在此先谢过了!
解决方案
Caffe搭建:Ubuntu14.04 + CUDA7.5 + opencv3.1+python3.5
时间: 2024-12-31 21:06:11