Home | History | Annotate | Download | only in opencv2

Lines Matching full:approx

3477     vector<Point> approx;
3478 approxPolyDP(contour, approx, 5, true);
3479 double area1 = contourArea(approx);
3483 "approx poly vertices" << approx.size() << endl;