摘要:
int TransformImageBuffer(unsigned char* pImageBuffer, int width, int height,unsigned char* targetImageBuffer){ //center flip int nRet = 0; int length = width * height; for(int i = 0; i < length / 2; i++) { targetImageBuffer[i] = pImageBuffer[length -i -1]; targetImag... 阅读全文
posted @ 2013-12-19 09:38
仰望星辰
阅读(641)
评论(0)
推荐(0)

浙公网安备 33010602011771号