提问人:gray255 提问时间:11/26/2020 最后编辑:gray255 更新时间:11/26/2020 访问量:86
OpenCV 立体声 sgbm 代码 - 未解析的外部符号
OpenCV stereosgbm code - unresolved external symbol
问:
这是从 openCV 2.4 stereosgbm.cpp , calcPixelCostBT() 函数中提取的。 将项目从 Visual Studio 2012 迁移到 2019 后,出现未解决的外部符号错误。
我已将错误原因缩小到这些行中
const PixType*row1 = img1.ptr<PixType>(y);
const PixType*row2 = img2.ptr<PixType>(y);
PixType
是unsigned char
img1
是img2
class sgbm::Image
对这里发生的事情的任何了解都会有所帮助。谢谢。
答: 暂无答案
评论