cszn / DnCNN

Beyond a Gaussian Denoiser: Residual Learning of Deep CNN for Image Denoising (TIP, 2017)
https://cszn.github.io/
1.47k stars 539 forks source link

MATLAB JPEG encoder? #28

Closed lyatdawn closed 6 years ago

lyatdawn commented 6 years ago

To generate the input of JPEG Deblocking, use MATLAB JPEG encoder to compress images. Could you illustrate the MATLAB JPEG encoder? Is JPEG2000 compress algorithm? or other tools? Thanks

cszn commented 6 years ago

https://github.com/cszn/DnCNN/blob/57df53b4f3cfadfa8094f002a3a2706233fecb51/Demo_test_DnCNN3.m#L274-L275

lyatdawn commented 6 years ago

Thanks