C++ opencv小練習繪製點,直線,圓,橢圓等基本圖像

#include "opencv2/highgui/highgui.hpp" #include "opencv2/imgproc/imgproc.hpp" #include <iostream> #include <stdio.h> using namespace std; using namespace cv; int main() { // 設置窗口 Mat img = Mat::ze
相關文章
相關標籤/搜索