char str[100]; Mat temp2; int x = 100; int y = 200; sprintf_s(str," %d, %d ", x, y ); putText( temp2, str, Point2f(x , y), FONT_HERSHEY_PLAIN, 1, Scalar(255,0,0,255) ); imshow("d",temp2);
char str[100]; Mat temp2; int x = 100; int y = 200; sprintf_s(str," %d, %d ", x, y ); putText( temp2, str, Point2f(x , y), FONT_HERSHEY_PLAIN, 1, Scalar(255,0,0,255) ); imshow("d",temp2);
최근댓글