你是想显示图片吗?参照以下流程:cvNamedWindow("OriImg",0);cvShowImage("OriImg",showImg); //showImg是你的IplImage的结构cvWaitKey(0); //等待按键cvDestroyWindow("OriImg"); //释放窗口