First time here? Check out the FAQ!
answered 2016-12-07 13:40:52 -0600
cv::putText on it's own does not do any formatting.
imho, you want something like this:
cv::putText(img, cv::format("i am: %3.3f", some_float_number), ...)