矩形检测只检测大矩形而不是小矩形? iOS、Swift

rectangle detection only detecting large rectangles not smaller ones? iOS, Swift

我正在使用视觉来检测矩形,但它似乎只能检测比矩形更正方形的较大矩形。有没有办法检测更长的矩形?

您必须调整 VNDetectRectanglesRequestminimumAspectRatio,默认为 0.5。绿色的长方形好像低了很多。