📜  错误:“cv”不是使用命名空间 cv 的命名空间名称; - 汇编代码示例

📅  最后修改于: 2022-03-11 14:48:10.089000             🧑  作者: Mango

代码示例1
#include 


NOTE: you may forgotten to include above header, thats why you got below error.
prashad@ubuntu:~/test$ g++ create_ipl_image.cpp   `pkg-config opencv cvblob --cflags --libs` 
create_ipl_image.cpp:4:17: error: ‘cv’ is not a namespace-name
 using namespace cv;