Opencv的Rect类-矩形类

[cpp]  view plain  copy #include<iostream>   #include<opencv2/opencv.hpp>      using namespace std;   using namespace cv;      int main()   {       Rect rect(0, 0, 50, 50);       Point point(20, 20); 
相关文章
相关标签/搜索