answered Oct 15 '12
You can use sprintf:
char buf[100]; sprintf(buf, "Frame [%d]", t); cvPutText(pProcessedFrame, buf, ...);