vector<vector<point> > contours_poly( contours.size() );
i want to know details of this code;double vect<> and ( contours.size() more clear will be better,im new to that,thanks in advance!
1 | initial version |
vector<vector<point> > contours_poly( contours.size() );
i want to know details of this code;double vect<> and ( contours.size() more clear will be better,im new to that,thanks in advance!