1 | initial version |
Hi, the code in the frist line creates a std::vector contours_poly containing vectors of points. The vector contours_poly is created with a size of contours.size(). More information about the constructors of std::vector can you see here.