視頻編輯器之--「懷了」

#include <opencv2/imgcodecs.hpp> #include <opencv2/highgui.hpp> using namespace cv; int main(int argc, char *argv[]) { Mat image = imread("1.png", 0); namedWindow("img"); imshow("img", image); waitKey
相關文章
相關標籤/搜索