配置opencv时,出的问题:错误 LNK2019 无法解析的外部符号

严重性    代码    说明    项目    文件    行    禁止显示状态
错误    LNK2019    无法解析的外部符号 "void __cdecl cv::imshow(class std::basic_string,class std::allocator > const &,class cv::debug_build_guard::_InputArray const &)" (?imshow@cv@@YAXAEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@AEBV_InputArray@debug_build_guard@1@@Z),该符号在函数 main 中被引用    configuration project 1    D:\visual studio files\configuration project 1\configuration project 1\源.obj   

问题原因:

在  属性配置管理--》》链接器---》》输入--》》附加依赖项 中,debug|x64 的配置为 opencv_world410d.lib   releasse|x64的配置为:opencv_world410.lib
 

你可能感兴趣的:(学习经验,c++,opencv)