高大康乃馨

文章
6
资源
0
加入时间
3年0月9天

# 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