Python 用 OpenCV 顯示文字 (6)

利用 OpenCV 自帶的 putText() 函數繪製文字 並顯示,其函數聲明如下: cv2.putText(img, text, org, fontFace, fontScale, color[, thickness[, lineType[, bottomLeftOrigin]]]) img:要畫的圓所在的矩形或圖像 text:要繪製的文字 org:文字在圖像中的左下角座標 fontFace:
相關文章
相關標籤/搜索