OpenCV在图像上绘制几何图形

 椭圆 使用的函数是ellipse #include <iostream> #include <opencv2/opencv.hpp> using namespace cv; using namespace std; int main() { Mat image(600, 800, CV_8UC4,Scalar(255,255,255)); //imshow("原始窗口", im
相关文章
相关标签/搜索