├── COPYING ├── Makefile ├── PyIBP.py ├── README.md ├── example ├── block_image_set.mat ├── example-result.png ├── example.py └── scaledimage.py └── setup.py /COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidandrzej/PyIBP/HEAD/COPYING -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidandrzej/PyIBP/HEAD/Makefile -------------------------------------------------------------------------------- /PyIBP.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidandrzej/PyIBP/HEAD/PyIBP.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidandrzej/PyIBP/HEAD/README.md -------------------------------------------------------------------------------- /example/block_image_set.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidandrzej/PyIBP/HEAD/example/block_image_set.mat -------------------------------------------------------------------------------- /example/example-result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidandrzej/PyIBP/HEAD/example/example-result.png -------------------------------------------------------------------------------- /example/example.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidandrzej/PyIBP/HEAD/example/example.py -------------------------------------------------------------------------------- /example/scaledimage.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidandrzej/PyIBP/HEAD/example/scaledimage.py -------------------------------------------------------------------------------- /setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidandrzej/PyIBP/HEAD/setup.py --------------------------------------------------------------------------------