Ask Your Question

dygames's profile - activity

2018-02-10 02:21:15 -0600 commented answer cv::puttext character width?

thx i do this like : float xsize = cv::getTextSize("@", 1, 1, 1, 0).width; for (int i = 0; i < txt.size(); i++) {

2018-02-10 01:37:32 -0600 asked a question cv::puttext character width?

cv::puttext character width? hello. i'm develop ascii art project using opencv 3.4.0 i use puttext to draw string. bu