├── README.md ├── ari.py ├── filters.py ├── green_interpolation.py ├── red_blue_interpolation_first.py ├── red_blue_interpolation_second.py └── utils.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goldflower/Adaptive-Residual-Interpolation-for-Color-and-Multispectral-Image-Demosaicking/HEAD/README.md -------------------------------------------------------------------------------- /ari.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goldflower/Adaptive-Residual-Interpolation-for-Color-and-Multispectral-Image-Demosaicking/HEAD/ari.py -------------------------------------------------------------------------------- /filters.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goldflower/Adaptive-Residual-Interpolation-for-Color-and-Multispectral-Image-Demosaicking/HEAD/filters.py -------------------------------------------------------------------------------- /green_interpolation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goldflower/Adaptive-Residual-Interpolation-for-Color-and-Multispectral-Image-Demosaicking/HEAD/green_interpolation.py -------------------------------------------------------------------------------- /red_blue_interpolation_first.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goldflower/Adaptive-Residual-Interpolation-for-Color-and-Multispectral-Image-Demosaicking/HEAD/red_blue_interpolation_first.py -------------------------------------------------------------------------------- /red_blue_interpolation_second.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goldflower/Adaptive-Residual-Interpolation-for-Color-and-Multispectral-Image-Demosaicking/HEAD/red_blue_interpolation_second.py -------------------------------------------------------------------------------- /utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goldflower/Adaptive-Residual-Interpolation-for-Color-and-Multispectral-Image-Demosaicking/HEAD/utils.py --------------------------------------------------------------------------------