Minor change to contourArea example
This commit is contained in:
@@ -353,7 +353,7 @@ Here is a short example: ::
|
||||
|
||||
cout << "area0 = " << area0 << endl <<
|
||||
"area1 = " << area1 << endl <<
|
||||
"approx poly vertices" << approx.size() << endl;
|
||||
"approx poly vertices = " << approx.size() << endl;
|
||||
|
||||
.. index:: convexHull
|
||||
|
||||
|
Reference in New Issue
Block a user