Update minarea.cpp

pull/9824/head
Suleyman TURKMEN 8 years ago committed by GitHub
parent 29c186a022
commit af9c8377eb
  1. 2
      samples/cpp/minarea.cpp

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

Loading…
Cancel
Save