如何从列表 转换为 MatOfPoint2f?
帮酷 ListMatOfPoint> contours;//already initialized somewhere in your code ListMatOfPoint2f> newContours = new ArrayList for(MatOfPoint point : contours) { MatOfPoint2f newPoint = new MatOfPoint2f