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
1条答案
按热度按时间neskvpey1#
可结合 cmake 的
message( )
函数辅助打印判断。