Note: uvx pywho is not recommended — it runs inside uv's ephemeral sandbox, so the output reflects that temporary environment instead of your actual project. Always install pywho into the environment ...
let data = Mat(rows: 3,cols: 3, type: CvType.CV_8UC1, scalar: Scalar(1)) data.row(1).setTo(scalar: Scalar(5)) let res = Imgproc.moments(array: data) XCTAssertEqual ...