Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我收到 Symbol 'CV_8UC3' could not be resolved 错误,无法构建项目。
cv::Mat ImgBuf(yRes,xRes,CV_8UC3,(unsigned char*) g_Img);
这包括已包括在内,没有任何错误。
#include <cv.h> #include <highgui.h>