First time here? Check out the FAQ!
answered 2019-05-28 06:52:33 -0600
have a look at the docs , MatOfPoint has toList and toArray access functions, you can also use a simple:
toList
toArray
double[] d = points.get(i,0); double x = d[0], y = d[1];