PolarMesDlg.cpp,中的
void PolarMesDlg::CImage2CImagedata(unsigned char* src,CImage* desimg,unsigned char* des,int w,int h ,int channel) { for(int i =0;i<w*h*channel;i++) des[i] = src[i]; data2CImage(des,desimg,w,h,channel); }
标签:int 技术 span ola ++ sdl cimage sign .com
PolarMesDlg.cpp,中的
void PolarMesDlg::CImage2CImagedata(unsigned char* src,CImage* desimg,unsigned char* des,int w,int h ,int channel) { for(int i =0;i<w*h*channel;i++) des[i] = src[i]; data2CImage(des,desimg,w,h,channel); }
标签:int 技术 span ola ++ sdl cimage sign .com
原文地址:http://www.cnblogs.com/wxl845235800/p/8053578.html