1 | initial version |
opencv is a c++ library, the automatically generated python wrappers have some oddities...
since a std::vector<Point>
has to be the equivalent of a cv::Mat(N,1,CV_32SC2)
(a 2d matrix !) in c++, you'll get it translated like this into python