First time here? Check out the FAQ!
answered 2012-10-15 01:26:35 -0600
You can use sprintf:
char buf[100]; sprintf(buf, "Frame [%d]", t); cvPutText(pProcessedFrame, buf, ...);