# OpenCV 显示文字相关函数
文章目录文字结构文字输出文字结构函数: CvFont()定义:/** Font structure */typedef struct CvFont{const char* nameFont; //Qt:nameFontCvScalar color; //Qt:ColorFont -> cvScalar(blue_component, green_component, red_component[, alpha_component]) int f