📅  最后修改于: 2022-03-11 14:48:10.089000             🧑  作者: Mango
#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;