├── Demosiac ├── Demosaic_Adaptiveinter.m ├── Demosaic_Twointer.m ├── GrayWorld │ ├── GrayW.m │ └── kodim19.png ├── KodakData │ ├── kodim01.png │ ├── kodim05.png │ ├── kodim16.png │ ├── kodim20.png │ └── 数据网址r0k.usgraphicskodak.txt ├── Main_Demosiac.m ├── Simple_Inter.m ├── bayerPadding.m └── kodim19.png ├── Interpolation ├── Main_Inter.m ├── data │ └── kodim19.png └── methods │ ├── IDCL.m │ ├── dpid.m │ ├── fun_scaler_2newton.p │ ├── inedi.m │ └── inediInterpolation.m └── README.md /Demosiac/Demosaic_Adaptiveinter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AomanHao/ISP_Image_Interpolation/HEAD/Demosiac/Demosaic_Adaptiveinter.m -------------------------------------------------------------------------------- /Demosiac/Demosaic_Twointer.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AomanHao/ISP_Image_Interpolation/HEAD/Demosiac/Demosaic_Twointer.m -------------------------------------------------------------------------------- /Demosiac/GrayWorld/GrayW.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AomanHao/ISP_Image_Interpolation/HEAD/Demosiac/GrayWorld/GrayW.m -------------------------------------------------------------------------------- /Demosiac/GrayWorld/kodim19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AomanHao/ISP_Image_Interpolation/HEAD/Demosiac/GrayWorld/kodim19.png -------------------------------------------------------------------------------- /Demosiac/KodakData/kodim01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AomanHao/ISP_Image_Interpolation/HEAD/Demosiac/KodakData/kodim01.png -------------------------------------------------------------------------------- /Demosiac/KodakData/kodim05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AomanHao/ISP_Image_Interpolation/HEAD/Demosiac/KodakData/kodim05.png -------------------------------------------------------------------------------- /Demosiac/KodakData/kodim16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AomanHao/ISP_Image_Interpolation/HEAD/Demosiac/KodakData/kodim16.png -------------------------------------------------------------------------------- /Demosiac/KodakData/kodim20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AomanHao/ISP_Image_Interpolation/HEAD/Demosiac/KodakData/kodim20.png -------------------------------------------------------------------------------- /Demosiac/KodakData/数据网址r0k.usgraphicskodak.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Demosiac/Main_Demosiac.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AomanHao/ISP_Image_Interpolation/HEAD/Demosiac/Main_Demosiac.m -------------------------------------------------------------------------------- /Demosiac/Simple_Inter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AomanHao/ISP_Image_Interpolation/HEAD/Demosiac/Simple_Inter.m -------------------------------------------------------------------------------- /Demosiac/bayerPadding.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AomanHao/ISP_Image_Interpolation/HEAD/Demosiac/bayerPadding.m -------------------------------------------------------------------------------- /Demosiac/kodim19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AomanHao/ISP_Image_Interpolation/HEAD/Demosiac/kodim19.png -------------------------------------------------------------------------------- /Interpolation/Main_Inter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AomanHao/ISP_Image_Interpolation/HEAD/Interpolation/Main_Inter.m -------------------------------------------------------------------------------- /Interpolation/data/kodim19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AomanHao/ISP_Image_Interpolation/HEAD/Interpolation/data/kodim19.png -------------------------------------------------------------------------------- /Interpolation/methods/IDCL.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AomanHao/ISP_Image_Interpolation/HEAD/Interpolation/methods/IDCL.m -------------------------------------------------------------------------------- /Interpolation/methods/dpid.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AomanHao/ISP_Image_Interpolation/HEAD/Interpolation/methods/dpid.m -------------------------------------------------------------------------------- /Interpolation/methods/fun_scaler_2newton.p: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AomanHao/ISP_Image_Interpolation/HEAD/Interpolation/methods/fun_scaler_2newton.p -------------------------------------------------------------------------------- /Interpolation/methods/inedi.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AomanHao/ISP_Image_Interpolation/HEAD/Interpolation/methods/inedi.m -------------------------------------------------------------------------------- /Interpolation/methods/inediInterpolation.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AomanHao/ISP_Image_Interpolation/HEAD/Interpolation/methods/inediInterpolation.m -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AomanHao/ISP_Image_Interpolation/HEAD/README.md --------------------------------------------------------------------------------