Commit bd33e0a3 authored by Ilya Lysenkov's avatar Ilya Lysenkov

Minor change to contourArea example

parent ab63037d
......@@ -351,9 +351,9 @@ Here is a short example: ::
approxPolyDP(contour, approx, 5, true);
double area1 = contourArea(approx);
cout << "area0 =" << area0 << endl <<
"area1 =" << area1 << endl <<
"approx poly vertices" << approx.size() << endl;
cout << "area0 = " << area0 << endl <<
"area1 = " << area1 << endl <<
"approx poly vertices = " << approx.size() << endl;
.. index:: convexHull
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment