gpt4 book ai didi

python - InitFont 错误 - OpenCV 3.1 (Python)

转载 作者:太空宇宙 更新时间:2023-11-04 08:42:25 25 4
gpt4 key购买 nike

我正在研究 OpenCV 3.1,我想知道如何替换:

font = cv2.cv.InitFont(cv2.cv.CV_FONT_HERSHEY_SIMPLEX, 1, 1, 0, 1, 1)

在 OpenCV 3.1 中,因为此行生成错误“module object has no attribute cv”,即使我删除了 cv,它也会生成错误“module object没有属性 InitFont"。

最佳答案

在我的猫和人脸识别项目中,我使用了如下字体:

Python 3(OpenCV 3):

import cv2
# font for the text written on image
font = cv2.FONT_HERSHEY_SIMPLEX
cv2.putText(img,"Cat",(x,y-10),font,0.55,(0,255,0),1)

如果您仍有疑问,请分享您的完整代码。

关于python - InitFont 错误 - OpenCV 3.1 (Python),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43763979/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com