BM3D_GPU-master

所属分类:图形图像处理
开发工具:matlab
文件大小:47KB
下载次数:1
上传日期:2020-03-19 14:13:46
上 传 者林放
说明:  基于bm3d进行图像的滤波处理,实现图形去燥
(Based on BM3D, the image is filtered to remove the dryness)

文件列表:
LICENSE (35149, 2019-01-22)
inc (0, 2019-01-22)
inc\bm3d.h (9838, 2019-01-22)
inc\fixed_point.h (43704, 2019-01-22)
inc\image.h (2197, 2019-01-22)
inc\io_png.h (753, 2019-01-22)
inc\tensor.h (2487, 2019-01-22)
src (0, 2019-01-22)
src\Makefile (6833, 2019-01-22)
src\bm3d.cu (116229, 2019-01-22)
src\image.cpp (19868, 2019-01-22)
src\main.cpp (21590, 2019-01-22)
src\tensor.cu (6836, 2019-01-22)

# BM3D_GPU The BM3D image denoising algorithm implemented in CUDA. The dependencies are: 1) CUDA 7.5 (or newer) 2) Boost library 3) FreeImagePlus library (to read raw format input images) 4) OpenMP 5) chrono library for timing after compiling, running command is: ./binary "image file name" "format" "input directory" "out directory" The input images can be png files or raw input images from various cameras such as .cr2 , .arw, .nef , .rw2, .sr2 (any input format that FreeImagePlus can read). The implementation uses tiling for high resolution images to fit the GPU memory and shared memory. If you find this implementation useful for your work or experiments, please cite our paper: https://dl.acm.org/citation.cfm?id=3123941 "Mostafa Mahmoud, Bojian Zheng, Alberto Delms Lascorz, Felix Heide, Jonathan Assouline, Paul Boucher, Emmanuel Onzon, and Andreas Moshovos. 2017. IDEAL: image denoising accelerator. In Proceedings of the 50th Annual IEEE/ACM International Symposium on Microarchitecture (MICRO-50 '17). ACM, New York, NY, USA, 82-95. DOI: https://doi.org/10.1145/3123939.3123941"

近期下载者

相关文件


收藏者