Can you please explain how the minimumSize
property of VNDetectRectanglesRequest
works. I read the details but did not understand it.
A float specifying the minimum size of the rectangle to be detected, as a proportion of the smallest dimension.
I did not understand “as a proportion of the smallest dimension”.
Also how many maximum rectangles vision framework can return? The comment inside apple sample code (demo app), they have written vision framework returns maximum 16 rectangles. Can anyone please confirm?