1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 08:13:04 +04:00

Merge branch 4.x

This commit is contained in:
Alexander Alekhin
2021-04-09 10:30:38 +00:00
1114 changed files with 64039 additions and 14611 deletions
@@ -1128,8 +1128,8 @@ class ImgprocTest: OpenCVTestCase {
let rrect = Imgproc.minAreaRect(points: points)
XCTAssertEqual(Size2f(width: 2, height: 5), rrect.size)
XCTAssertEqual(-90.0, rrect.angle)
XCTAssertEqual(Size2f(width: 5, height: 2), rrect.size)
XCTAssertEqual(0.0, rrect.angle)
XCTAssertEqual(Point2f(x: 3.5, y: 2), rrect.center)
}