OpenCv 텍스트 출력 -Visual Studio 2017-
안녕하세요 이번에는 간단하게 이미지에 텍스트를 출력해보려 합니다. 매우 간단한 방법으로 구현 가능 합니다. 필자는 OpenCv_3.1.0을 기준으로 설명한다. 사용 함수void cvInitFont (CvFont * font, int font_face, double hscale, double vscale, double shear = 0, int thickness = 1, int line_type = 8) //출처 opencv.org1. font Pointer to the font structure initialized by the function함수에 의해 초기화된 폰트 구조의 포인터2. font_faceFont name identifier. See cv::HersheyFonts and correspond..
C & opencv
2017. 6. 17. 16:36