我在 OpenCV 中模糊了脸部,如下所示:
我使用了这段代码:
face = cv2.medianBlur(face, 100) img[top:bottom,left:right] = face
但我想让脸边框像这样变圆(不需要完美)
python opencv python-3.x
opencv ×1
python ×1
python-3.x ×1