We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29c186a commit af9c837Copy full SHA for af9c837
samples/cpp/minarea.cpp
@@ -42,7 +42,7 @@ int main( int /*argc*/, char** /*argv*/ )
42
box.points(vtx);
43
44
// Find the minimum area enclosing triangle
45
- vector<Point> triangle;
+ vector<Point2f> triangle;
46
minEnclosingTriangle(points, triangle);
47
48
// Find the minimum area enclosing circle
0 commit comments