├── +dagnn ├── DWT2HD.m └── IWT2HD.m ├── Demo_Image_CMWCNN_Denoising.m ├── Demo_Image_PT_MWRN_DND.m ├── Demo_Image_PT_MWRN_Denoising_color.m ├── Demo_Image_PT_MWRN_Denoising_grayscale.m ├── Demo_Image_PT_MWRN_SIDD.m ├── README.md ├── figure ├── 1.PNG ├── 2.PNG ├── 3.PNG ├── 4.PNG ├── 5.PNG ├── 6.PNG └── 7.PNG └── func ├── Cal_PSNRSSIM.m ├── DenoiseSrgb_SIDD.m ├── Processing_Im.m ├── bundle_submission_srgb.m ├── data_augmentation.m ├── denoise_srgb.m ├── denoiser.m ├── denoiser_self.m ├── modcrop.m ├── undata_augmentation.m ├── vl_nndwt2.m └── vl_nniwt2.m /+dagnn/DWT2HD.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happycaoyue/PT-MWRN/HEAD/+dagnn/DWT2HD.m -------------------------------------------------------------------------------- /+dagnn/IWT2HD.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happycaoyue/PT-MWRN/HEAD/+dagnn/IWT2HD.m -------------------------------------------------------------------------------- /Demo_Image_CMWCNN_Denoising.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happycaoyue/PT-MWRN/HEAD/Demo_Image_CMWCNN_Denoising.m -------------------------------------------------------------------------------- /Demo_Image_PT_MWRN_DND.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happycaoyue/PT-MWRN/HEAD/Demo_Image_PT_MWRN_DND.m -------------------------------------------------------------------------------- /Demo_Image_PT_MWRN_Denoising_color.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happycaoyue/PT-MWRN/HEAD/Demo_Image_PT_MWRN_Denoising_color.m -------------------------------------------------------------------------------- /Demo_Image_PT_MWRN_Denoising_grayscale.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happycaoyue/PT-MWRN/HEAD/Demo_Image_PT_MWRN_Denoising_grayscale.m -------------------------------------------------------------------------------- /Demo_Image_PT_MWRN_SIDD.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happycaoyue/PT-MWRN/HEAD/Demo_Image_PT_MWRN_SIDD.m -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happycaoyue/PT-MWRN/HEAD/README.md -------------------------------------------------------------------------------- /figure/1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happycaoyue/PT-MWRN/HEAD/figure/1.PNG -------------------------------------------------------------------------------- /figure/2.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happycaoyue/PT-MWRN/HEAD/figure/2.PNG -------------------------------------------------------------------------------- /figure/3.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happycaoyue/PT-MWRN/HEAD/figure/3.PNG -------------------------------------------------------------------------------- /figure/4.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happycaoyue/PT-MWRN/HEAD/figure/4.PNG -------------------------------------------------------------------------------- /figure/5.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happycaoyue/PT-MWRN/HEAD/figure/5.PNG -------------------------------------------------------------------------------- /figure/6.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happycaoyue/PT-MWRN/HEAD/figure/6.PNG -------------------------------------------------------------------------------- /figure/7.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happycaoyue/PT-MWRN/HEAD/figure/7.PNG -------------------------------------------------------------------------------- /func/Cal_PSNRSSIM.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happycaoyue/PT-MWRN/HEAD/func/Cal_PSNRSSIM.m -------------------------------------------------------------------------------- /func/DenoiseSrgb_SIDD.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happycaoyue/PT-MWRN/HEAD/func/DenoiseSrgb_SIDD.m -------------------------------------------------------------------------------- /func/Processing_Im.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happycaoyue/PT-MWRN/HEAD/func/Processing_Im.m -------------------------------------------------------------------------------- /func/bundle_submission_srgb.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happycaoyue/PT-MWRN/HEAD/func/bundle_submission_srgb.m -------------------------------------------------------------------------------- /func/data_augmentation.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happycaoyue/PT-MWRN/HEAD/func/data_augmentation.m -------------------------------------------------------------------------------- /func/denoise_srgb.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happycaoyue/PT-MWRN/HEAD/func/denoise_srgb.m -------------------------------------------------------------------------------- /func/denoiser.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happycaoyue/PT-MWRN/HEAD/func/denoiser.m -------------------------------------------------------------------------------- /func/denoiser_self.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happycaoyue/PT-MWRN/HEAD/func/denoiser_self.m -------------------------------------------------------------------------------- /func/modcrop.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happycaoyue/PT-MWRN/HEAD/func/modcrop.m -------------------------------------------------------------------------------- /func/undata_augmentation.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happycaoyue/PT-MWRN/HEAD/func/undata_augmentation.m -------------------------------------------------------------------------------- /func/vl_nndwt2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happycaoyue/PT-MWRN/HEAD/func/vl_nndwt2.m -------------------------------------------------------------------------------- /func/vl_nniwt2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/happycaoyue/PT-MWRN/HEAD/func/vl_nniwt2.m --------------------------------------------------------------------------------