match_descriptor函数计算,这个函数计算是基于什么,那种函数进行计算?是方差还是
2
2dew 发布的帖子
-
输出人脸检测的ROI区域坐标
while(1): img = sensor.snapshot() objects = img.find_features(face_cascade, threshold=0.4, scale=1.4) for r in objects: img.draw_rectangle(r) a-=1 print(objects[0][0])
输出ROI区域的x坐标,但是出现List index out of range错误