├── LICENSE ├── Patch-Based Texture Synthesis.ipynb ├── README.md ├── differentPatchSizes_example.gif ├── exampleGif.gif ├── imgs ├── 1.jpg ├── 2.jpg └── 3.jpg ├── makeGif.py └── patchBasedTextureSynthesis.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anopara/patch-based-texture-synthesis/HEAD/LICENSE -------------------------------------------------------------------------------- /Patch-Based Texture Synthesis.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anopara/patch-based-texture-synthesis/HEAD/Patch-Based Texture Synthesis.ipynb -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anopara/patch-based-texture-synthesis/HEAD/README.md -------------------------------------------------------------------------------- /differentPatchSizes_example.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anopara/patch-based-texture-synthesis/HEAD/differentPatchSizes_example.gif -------------------------------------------------------------------------------- /exampleGif.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anopara/patch-based-texture-synthesis/HEAD/exampleGif.gif -------------------------------------------------------------------------------- /imgs/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anopara/patch-based-texture-synthesis/HEAD/imgs/1.jpg -------------------------------------------------------------------------------- /imgs/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anopara/patch-based-texture-synthesis/HEAD/imgs/2.jpg -------------------------------------------------------------------------------- /imgs/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anopara/patch-based-texture-synthesis/HEAD/imgs/3.jpg -------------------------------------------------------------------------------- /makeGif.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anopara/patch-based-texture-synthesis/HEAD/makeGif.py -------------------------------------------------------------------------------- /patchBasedTextureSynthesis.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anopara/patch-based-texture-synthesis/HEAD/patchBasedTextureSynthesis.py --------------------------------------------------------------------------------