%SRCNN im_h = SRCNN(model, im_b); %% remove border im_h = shave(uint8(im_h * 255), [up_scale, up_scale]); im_gnd = shave(uint8(im_gnd * 255), [up_scale, up_scale]); im_b = shave(uint8(im_b * 255), [up_scale, up_scale]); %% compute PSNR psnr_bic = compute_psnr(im_gnd,im_b); psnr_srcnn = compute_psnr(im_gnd,im_h);
2022-04-18 12:05:50 6.71MB matlab dnn 超分辨率重建 SRCNN
基于DBN的深度学习MATLAB工具箱,包含网络结构代码和实例代码。
2022-01-15 15:27:37 74.86MB MATLAB,DNN
1