摘要:
//图像和视频的输入/输出均在HighGUI 模块中 #include "stdafx.h"#include #include #include int main(int argc, char* argv[]){ IplImage *img = cvCreateImage( cvSize( 500, 500), 8, 3 ); cvZero( img ); cvNamedWindow( "hello", 1 ); CvFont font = cvFont( 3, 3 ); while (1){ cvPutText( img, "hello xi 阅读全文
posted @ 2012-05-07 13:50 小新786 阅读(221) 评论(0) 推荐(0)