opencv---繪圖操作

#include "stdafx.h" #include <opencv.hpp> using namespace cv; #define WINDOW_WIDTH 600 void DrawEllipse(Mat img, double angle);//繪製橢圓 void DrawCircle(Mat img,Point center); //繪製圓 void DrawPolygon(Ma
相關文章
相關標籤/搜索