Ask Your Question

mikel's profile - activity

2014-09-13 07:50:47 -0600 asked a question decomposing Points

I have a vector of Point2f and I would like to work with the x and y values separately. Is there an easy way to change something like vector<point2f> into a Mat with the x and y as separate columns?