文件名称:matlab尺度变换代码-geotensor:彩色图像修复的几何低秩张量完成
文件大小:11.33MB
文件格式:ZIP
更新时间:2024-06-10 09:08:27
系统开源
matlab尺度变换代码地张量 动机 彩色图像修复:各种丢失的图案。 低秩张量完成:用图形表征图像(例如,基于相邻平滑度矩阵的图形正则化器)。 执行 拟议模型 值得注意的是,与模型中的复杂方程式不同,我们的Python实现(依赖numpy )非常易于使用。 以GLTC-Geman为例,其内核只有几行: def supergradient ( s_hat , lambda0 , theta ): """Supergradient of the Geman function.""" return ( lambda0 * theta / ( s_hat + theta ) ** 2 ) def GLTC_Geman ( dense_tensor , sparse_tensor , alpha , beta , rho , theta , maxiter ): """Main function of the GLTC-Geman.""" dim0 = sparse_tensor . ndim dim1 , dim2 , dim3 = sparse_tensor . shape dim = np
【文件预览】:
geotensor-master
----GLTC-Geman.ipynb(927KB)
----GLTC-Light-Geman.ipynb(1.04MB)
----Image_recovery_filtering.ipynb(1.34MB)
----FRSVT.ipynb(7KB)
----GLTC-LSP.ipynb(1.07MB)
----GLTC-TNN.ipynb(1.07MB)
----GTC.ipynb(1.03MB)
----HaLRTC.ipynb(995KB)
----LICENSE(1KB)
----Tmac-TT.ipynb(1.04MB)
----GLTC-NN.ipynb(1.03MB)
----README.md(18KB)
----data()
--------GLTC_Geman_lena_mar.jpg(11KB)
--------GLTC_plus_peppers_rmar.jpg(12KB)
--------GTC_lena_mar.jpg(11KB)
--------airplane.bmp(192KB)
--------peppers_mar90.jpg(27KB)
--------GLTC_Geman_peppers_rcmar.jpg(12KB)
--------lena.bmp(192KB)
--------Tmac_TT_peppers_rmar.jpg(16KB)
--------GLTC_Geman_peppers_cmar.jpg(12KB)
--------GLTC_plus_lena_mar.jpg(11KB)
--------facade.bmp(192KB)
--------GLTC_peppers_cmar.jpg(12KB)
--------GTC_peppers_rcmar.jpg(12KB)
--------lena_mar90.jpg(28KB)
--------GTC_lena_mar90.jpg(9KB)
--------peppers_rmar.jpg(20KB)
--------GLTC_Geman_peppers_mar.jpg(12KB)
--------GTC_lena_rmar.jpg(11KB)
--------peppers_rmar.bmp(192KB)
--------peppers_cmar.jpg(19KB)
--------house.jpg(10KB)
--------GLTC_lena_cmar.jpg(11KB)
--------lena_mar.jpg(36KB)
--------GLTC_lena_rcmar.jpg(11KB)
--------lena_cmar.jpg(19KB)
--------lena_rcmar.jpg(30KB)
--------GLTC_plus_lena_rcmar.jpg(11KB)
--------GLTC_Geman_lena_mar90.jpg(10KB)
--------GLTC_Geman_peppers_mar90.jpg(11KB)
--------GTC_lena_cmar.jpg(11KB)
--------house.bmp(192KB)
--------lena_cmar.bmp(192KB)
--------GLTC_Geman_lena_cmar.jpg(11KB)
--------Tmac_TT_lena_rmar.jpg(15KB)
--------lena.jpg(12KB)
--------GTC_peppers_mar90.jpg(10KB)
--------peppers_mar.jpg(36KB)
--------barbara.bmp(192KB)
--------peppers.bmp(192KB)
--------peppers_mar90.bmp(192KB)
--------baboon.bmp(192KB)
--------GLTC_peppers_rmar.jpg(12KB)
--------GTC_peppers_rmar.jpg(12KB)
--------lena_rmar.jpg(21KB)
--------GTC_peppers_cmar.jpg(12KB)
--------peppers_rcmar.jpg(29KB)
--------peppers_cmar.bmp(192KB)
--------GLTC_plus_peppers_mar.jpg(12KB)
--------lena_rmar.bmp(192KB)
--------GLTC_Geman_peppers_rmar.jpg(12KB)
--------GLTC_NN_lena_mar90.jpg(9KB)
--------GLTC_plus_peppers_rcmar.jpg(12KB)
--------GLTC_peppers_mar.jpg(12KB)
--------GLTC_lena_rmar.jpg(11KB)
--------GLTC_plus_lena_rmar.jpg(11KB)
--------Tmac_TT_peppers_cmar.jpg(16KB)
--------HaLRTC_peppers_mar90.jpg(19KB)
--------peppers.jpg(13KB)
--------Tmac_TT_peppers_mar.jpg(20KB)
--------GLTC_plus_peppers_cmar.jpg(12KB)
--------Tmac_TT_lena_cmar.jpg(14KB)
--------GLTC_Geman_lena_rcmar.jpg(11KB)
--------lena_mar.bmp(192KB)
--------GTC_lena_rcmar.jpg(11KB)
--------HaLRTC_lena_mar90.jpg(18KB)
--------peppers_rcmar.bmp(192KB)
--------GLTC_lena_mar.jpg(11KB)
--------Tmac_TT_peppers_rcmar.jpg(22KB)
--------peppers_mar.bmp(192KB)
--------sailboat.jpg(16KB)
--------lena_rcmar.bmp(192KB)
--------sailboat.bmp(192KB)
--------GLTC_NN_peppers_mar90.jpg(10KB)
--------Tmac_TT_lena_rcmar.jpg(16KB)
--------GLTC_Geman_lena_rmar.jpg(11KB)
--------Tmac_TT_lena_mar.jpg(17KB)
--------GLTC_peppers_rcmar.jpg(12KB)
--------lena_mar90.bmp(192KB)
--------GLTC_plus_lena_cmar.jpg(11KB)
--------GTC_peppers_mar.jpg(12KB)
----GLTC-Lq.ipynb(938KB)
----GLTC-Geman-GSVT.ipynb(698KB)