Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

have a look at the docs , MatOfPoint has toList and toArray access functions, you can also use a simple:

double[] d = points.get(i,0);
double x = d[0], y = d[1];