Commit af9c8377 authored by Suleyman TURKMEN's avatar Suleyman TURKMEN Committed by GitHub

Update minarea.cpp

parent 29c186a0
......@@ -42,7 +42,7 @@ int main( int /*argc*/, char** /*argv*/ )
box.points(vtx);
// Find the minimum area enclosing triangle
vector<Point> triangle;
vector<Point2f> triangle;
minEnclosingTriangle(points, triangle);
// Find the minimum area enclosing circle
......
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