Update minarea.cpp

This commit is contained in:
Suleyman TURKMEN 2017-10-11 17:52:23 +03:00 committed by GitHub
parent 29c186a022
commit af9c8377eb

View File

@ -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