├── ImageRecover.m ├── Interpolation.m ├── KSVD_Inpainting.m ├── LICENSE ├── OMP_Inpainting.m ├── PSNR.m ├── README.md ├── RMS.m ├── Test2_OMP_Result_0.001_.png ├── Test3_KSVD_Result_iter_25.png ├── Test_Fig2_Missing.png ├── overlap_col2im.m ├── overlap_im2col.m ├── report_inpainting.pdf ├── run.m └── test.m /ImageRecover.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chongyangtao/Color-Image-Inpainting/HEAD/ImageRecover.m -------------------------------------------------------------------------------- /Interpolation.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chongyangtao/Color-Image-Inpainting/HEAD/Interpolation.m -------------------------------------------------------------------------------- /KSVD_Inpainting.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chongyangtao/Color-Image-Inpainting/HEAD/KSVD_Inpainting.m -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chongyangtao/Color-Image-Inpainting/HEAD/LICENSE -------------------------------------------------------------------------------- /OMP_Inpainting.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chongyangtao/Color-Image-Inpainting/HEAD/OMP_Inpainting.m -------------------------------------------------------------------------------- /PSNR.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chongyangtao/Color-Image-Inpainting/HEAD/PSNR.m -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chongyangtao/Color-Image-Inpainting/HEAD/README.md -------------------------------------------------------------------------------- /RMS.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chongyangtao/Color-Image-Inpainting/HEAD/RMS.m -------------------------------------------------------------------------------- /Test2_OMP_Result_0.001_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chongyangtao/Color-Image-Inpainting/HEAD/Test2_OMP_Result_0.001_.png -------------------------------------------------------------------------------- /Test3_KSVD_Result_iter_25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chongyangtao/Color-Image-Inpainting/HEAD/Test3_KSVD_Result_iter_25.png -------------------------------------------------------------------------------- /Test_Fig2_Missing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chongyangtao/Color-Image-Inpainting/HEAD/Test_Fig2_Missing.png -------------------------------------------------------------------------------- /overlap_col2im.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chongyangtao/Color-Image-Inpainting/HEAD/overlap_col2im.m -------------------------------------------------------------------------------- /overlap_im2col.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chongyangtao/Color-Image-Inpainting/HEAD/overlap_im2col.m -------------------------------------------------------------------------------- /report_inpainting.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chongyangtao/Color-Image-Inpainting/HEAD/report_inpainting.pdf -------------------------------------------------------------------------------- /run.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chongyangtao/Color-Image-Inpainting/HEAD/run.m -------------------------------------------------------------------------------- /test.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chongyangtao/Color-Image-Inpainting/HEAD/test.m --------------------------------------------------------------------------------