IplImage * img = cvCreateImage( cvSize(194,254), IPL_DEPTH_8U, 3);//创建一个IplImage对象,尺寸100*100,字节型,3通道版 这句话权