Text to OpenCV image

string str = to_string(tmp_vp_ids[i]);
int myFontFace = 2;
double myFontScale = 0.5;
putText(tmp_img, str, forw_keyLine[i].pt, myFontFace, myFontScale, Scalar(0,255,0));

© 2018. All rights reserved.

Powered by Hydejack v8.5.2