Ask Your Question

Revision history [back]

click to hide/show revision 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