08 2015 档案
摘要:cv::Mat leftMat,rightMat,depthMapMat; UIImageToMat(leftImage, leftMat); UIImageToMat(rightImage, rightMat); if (leftMat.type()>0) { ...
阅读全文
摘要:+(void)writeFile:(NSString *)filePath withQuality:(int)quality{ //初始化图片参数 UIImage *image=[UIImage imageNamed:@"testimg.bmp"]; JSAMPLE *image_...
阅读全文