摘要:
来源于论文 “Fast Bilateral Filtering for the Display of High-Dynamic-Range Images” 具体结果如下,左边是线性压缩到8bit的图像,右图是tonemap后的图像。 参考 https://www.cnblogs.com/Images 阅读全文
摘要:
1 int removeDir(string dirPath) 2 { 3 struct _finddata_t fb; //find the storage structure of the same properties file. 4 string path; 5 long handle; 6 int resultone; 7 ... 阅读全文