png图像相比RGB图像多了一个alpha通道,可以通过cvtColor转为RGB图像 Mat SrcImg = imread("1.png") cvtColor(SrcImg, SrcImg, CV_RGBA2RGB);