2017年6月15日

编译opencv2.4.11时出现错误:error: ‘NppiGraphcutState’ has not been declared

摘要: 安装cuda之后再安装opencv时出现错误: cuda8.0较新,opencv-2.4.11较早,要编译通过需要修改源码: 修改/data/opencv-2.4.11/modules/gpu/src/graphcuts.cpp 将 #if !defined (HAVE_CUDA) || defin 阅读全文

posted @ 2017-06-15 16:00 jessezeng 阅读(3803) 评论(0) 推荐(0) 编辑

安装cuda8.0时出现错误:Missing recommended library: libGLU.so Missing recommended library: libGL.so

摘要: 安装cuda8.0时出现错误: Missing recommended library: libGLU.soMissing recommended library: libGL.so Installing the CUDA Samples in /root ... Summary Driver: I 阅读全文

posted @ 2017-06-15 14:03 jessezeng 阅读(2032) 评论(0) 推荐(0) 编辑

编译cuda Examples 时出现错误:/bin/ld cannot find -lglut

摘要: 编译cuda Examples 时出现错误:/bin/ld cannot find -lglut ,可以先找找是否缺少库,有时候可能是symbolic link不正确,没有链接到正确位置,导致找不到库: 其命名规则是:lib+库名(即xxx)+.so。 阅读全文

posted @ 2017-06-15 13:53 jessezeng 阅读(750) 评论(0) 推荐(0) 编辑

导航