【OpenCV3】文字繪製——cv::putText詳解

opencv中除了提供繪製各類圖形的函數外,還提供了一個特殊的繪製函數——在圖像上繪製文字。這個函數便是cv::putText()。函數 具體形式以下:字體 void cv::putText( cv::Mat& img, // 待繪製的圖像 const string& text, // 待繪製的文字 cv::Point origin, // 文本框的左下角 int fontFace
相關文章
相關標籤/搜索