121122123124125126127128129130131
for(int i = 0; i < hull.height(); i++){ int index = (int)hull.get(i,0)[0]; hp[i] = new Point(pointMat.get(index,0)); } MatOfPoint hullPoints = new MatOfPoint(); hullPoints.fromArray(hp); return new Contour(parent, hullPoints); } /**