mirror of
https://github.com/opencv/opencv.git
synced 2025-08-06 14:36:36 +08:00
Merge pull request #19235 from alalek:fix_test_swift_minAreaRect
This commit is contained in:
commit
bec7b297ed
@ -1128,8 +1128,8 @@ class ImgprocTest: OpenCVTestCase {
|
|||||||
|
|
||||||
let rrect = Imgproc.minAreaRect(points: points)
|
let rrect = Imgproc.minAreaRect(points: points)
|
||||||
|
|
||||||
XCTAssertEqual(Size2f(width: 2, height: 5), rrect.size)
|
XCTAssertEqual(Size2f(width: 5, height: 2), rrect.size)
|
||||||
XCTAssertEqual(-90.0, rrect.angle)
|
XCTAssertEqual(0.0, rrect.angle)
|
||||||
XCTAssertEqual(Point2f(x: 3.5, y: 2), rrect.center)
|
XCTAssertEqual(Point2f(x: 3.5, y: 2), rrect.center)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user