url test

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));

test

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));

Continue reading test

Pagination