Update minarea.cpp
authorSuleyman TURKMEN <sturkmen@hotmail.com>
Wed, 11 Oct 2017 14:52:23 +0000 (17:52 +0300)
committerGitHub <noreply@github.com>
Wed, 11 Oct 2017 14:52:23 +0000 (17:52 +0300)
samples/cpp/minarea.cpp

index 6f3c50f..133b684 100644 (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