Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
OpenMV可以识别指定的矩形吗?只想识别指定大小的,不要所有的矩形全部识别
矩形们 = img.find_rects() 我想要的矩形们 = [] for 矩形 in 矩形们: if 矩形.大小 > 我指定的大小: 我想要的矩形们.append(矩形) print(我想要的矩形们)