Commit 9c2efd6c authored by Ilya Lysenkov's avatar Ilya Lysenkov

Fixed #797.

parent 68606368
......@@ -37,7 +37,7 @@ int main( int /*argc*/, char** /*argv*/ )
}
vector<int> hull;
convexHull(Mat(points), hull, CV_CLOCKWISE);
convexHull(Mat(points), hull, true);
img = Scalar::all(0);
for( i = 0; i < count; i++ )
......
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