├── Demo.m └── functions ├── Block_matching.m ├── Cub2Patch_yang.m ├── EfficientMCL2.m ├── InitialPara.m ├── NLPatEstimation_yang.m ├── NMoG2Weight.m ├── NeighborIndex.m ├── Patch2Cub.m ├── R_initialization.m ├── SetParam_NWT.m ├── TVFast_fft.m ├── TV_operator.rar ├── VariatInf_NoiseDist.m ├── WNLRATV.m ├── WNLRATV2.m ├── WNNM_yang.m ├── Weight_NMoG.m ├── Wn_est_initial.m ├── logsumexp.m ├── optimMCL2.m └── softthre.m /Demo.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chuchulyf/WNLRATV/HEAD/Demo.m -------------------------------------------------------------------------------- /functions/Block_matching.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chuchulyf/WNLRATV/HEAD/functions/Block_matching.m -------------------------------------------------------------------------------- /functions/Cub2Patch_yang.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chuchulyf/WNLRATV/HEAD/functions/Cub2Patch_yang.m -------------------------------------------------------------------------------- /functions/EfficientMCL2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chuchulyf/WNLRATV/HEAD/functions/EfficientMCL2.m -------------------------------------------------------------------------------- /functions/InitialPara.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chuchulyf/WNLRATV/HEAD/functions/InitialPara.m -------------------------------------------------------------------------------- /functions/NLPatEstimation_yang.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chuchulyf/WNLRATV/HEAD/functions/NLPatEstimation_yang.m -------------------------------------------------------------------------------- /functions/NMoG2Weight.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chuchulyf/WNLRATV/HEAD/functions/NMoG2Weight.m -------------------------------------------------------------------------------- /functions/NeighborIndex.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chuchulyf/WNLRATV/HEAD/functions/NeighborIndex.m -------------------------------------------------------------------------------- /functions/Patch2Cub.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chuchulyf/WNLRATV/HEAD/functions/Patch2Cub.m -------------------------------------------------------------------------------- /functions/R_initialization.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chuchulyf/WNLRATV/HEAD/functions/R_initialization.m -------------------------------------------------------------------------------- /functions/SetParam_NWT.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chuchulyf/WNLRATV/HEAD/functions/SetParam_NWT.m -------------------------------------------------------------------------------- /functions/TVFast_fft.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chuchulyf/WNLRATV/HEAD/functions/TVFast_fft.m -------------------------------------------------------------------------------- /functions/TV_operator.rar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chuchulyf/WNLRATV/HEAD/functions/TV_operator.rar -------------------------------------------------------------------------------- /functions/VariatInf_NoiseDist.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chuchulyf/WNLRATV/HEAD/functions/VariatInf_NoiseDist.m -------------------------------------------------------------------------------- /functions/WNLRATV.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chuchulyf/WNLRATV/HEAD/functions/WNLRATV.m -------------------------------------------------------------------------------- /functions/WNLRATV2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chuchulyf/WNLRATV/HEAD/functions/WNLRATV2.m -------------------------------------------------------------------------------- /functions/WNNM_yang.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chuchulyf/WNLRATV/HEAD/functions/WNNM_yang.m -------------------------------------------------------------------------------- /functions/Weight_NMoG.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chuchulyf/WNLRATV/HEAD/functions/Weight_NMoG.m -------------------------------------------------------------------------------- /functions/Wn_est_initial.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chuchulyf/WNLRATV/HEAD/functions/Wn_est_initial.m -------------------------------------------------------------------------------- /functions/logsumexp.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chuchulyf/WNLRATV/HEAD/functions/logsumexp.m -------------------------------------------------------------------------------- /functions/optimMCL2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chuchulyf/WNLRATV/HEAD/functions/optimMCL2.m -------------------------------------------------------------------------------- /functions/softthre.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chuchulyf/WNLRATV/HEAD/functions/softthre.m --------------------------------------------------------------------------------