ncnn 求助!使用自带simpleocv中cv::时报错

mzsu5hc0  于 4个月前  发布在  其他
关注(0)|答案(1)|浏览(42)

detail | 详细描述 | 詳細な説明

想要使用simpleocv中的函数,在交叉编译时使用了
cmake -DCMAKE_TOOLCHAIN_FILE=../toolchains/himix100.toolchain.cmake -DNCNN_SIMPLEOCV=ON ..
并在使用ncnn的程序中链接target_link_libraries(libncnn.so)
在编译时报错error: ‘cv’ has not been declared ,namespace ncnn下的函数可以正常使用,但是cv中的不可以,请问大佬哪里出了问题呢? @nihui

neskvpey

neskvpey1#

  • 是否为 ncnn 最新版?
  • 除 NCNN_SIMPLEOCV, 是否有设置其他开关?

可结合 cmake 的 message( ) 函数辅助打印判断。

相关问题