Skip to content

Commit af9c837

Browse files
authored
Update minarea.cpp
1 parent 29c186a commit af9c837

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/cpp/minarea.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ int main( int /*argc*/, char** /*argv*/ )
4242
box.points(vtx);
4343

4444
// Find the minimum area enclosing triangle
45-
vector<Point> triangle;
45+
vector<Point2f> triangle;
4646
minEnclosingTriangle(points, triangle);
4747

4848
// Find the minimum area enclosing circle

0 commit comments

Comments
 (0)