First time here? Check out the FAQ!
answered 2012-11-23 01:44:17 -0600
You can create MatOfPoint2f from Point[] array via MatOfPoint2f::fromArray() method. Is this what you mean?
MatOfPoint2f
Point[]
MatOfPoint2f::fromArray()