📜  cv2 将字体放在中心 - Python 代码示例

📅  最后修改于: 2022-03-11 14:47:05.947000             🧑  作者: Mango

代码示例1
# get coords based on boundary
textX = (img.shape[1] - textsize[0]) / 2
textY = (img.shape[0] + textsize[1]) / 2