Ask Your Question

Revision history [back]

like this Mat testMat =(Mat_<point2f>(1,5) << Point2f(5,1),Point2f(4,2),Point2f(3,3),Point2f(2,4),Point2f(2,5));

like this this

Mat testMat =(Mat_<point2f>(1,5) =(Mat_<Point2f>(1,5) << Point2f(5,1),Point2f(4,2),Point2f(3,3),Point2f(2,4),Point2f(2,5));

Point2f(5,1),Point2f(4,2),Point2f(3,3),Point2f(2,4),Point2f(2,5));