vector<vector<Point>> a; for(auto &b : a) { }
VS直接对for语句括号里的内容划红线,我想要b的类型是:
vector<Point>
类型
为什么这种写法不对呢?
是for语句的错误,point是opencv中的一个类
具体错误是什么,这几行代码没啥问题