BM3D-Net
Codes for BM3D-Net.
Dong Yang, Jian Sun*. BM3D-Net: A Convolutional Neural Network for Transform-Domain Collaborative Filtering, IEEE Signal Processing Letters, 2018
Problems: "mink" function not found or undefined
With old versions of Matlab (R2017a and before), you may not able to run this code since there is no "mink" function. Besides updating your Matlab version, you may also refer to the Min-Max Selection package where a third-part "mink" function is included, but it may crash when compiled using a newer compiler. Here is the package: https://www.mathworks.com/matlabcentral/fileexchange/23576-min-max-selection.