mirror of
https://github.com/opencv/opencv.git
synced 2024-11-24 11:10:21 +08:00
Update minarea.cpp
This commit is contained in:
parent
29c186a022
commit
af9c8377eb
@ -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…
Reference in New Issue
Block a user