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.
シンボル「CV_8UC3」がエラーを解決できず、プロジェクトをビルドできません。
cv::Mat ImgBuf(yRes,xRes,CV_8UC3,(unsigned char*) g_Img);
これにはエラーなしで含まれています。
#include <cv.h> #include <highgui.h>